allowedMethods property

  1. @TagNumber(2)
List<String> get allowedMethods

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);