allowedMethods property
- @TagNumber(2)
allowed_methods is a list of fully qualified gRPC methods the user
may invoke on the listed resources, e.g.
"/viam.component.camera.v1.CameraService/GetImages",
"/viam.component.camera.v1.CameraService/GetProperties".
Implementation
@$pb.TagNumber(2)
$core.List<$core.String> get allowedMethods => $_getList(1);