Package com.viam.service.vision.v1
Interface Vision.GetObjectPointCloudsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.GetObjectPointCloudsRequest
,Vision.GetObjectPointCloudsRequest.Builder
- Enclosing class:
- Vision
public static interface Vision.GetObjectPointCloudsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of a cameracom.google.protobuf.ByteString
Name of a cameracom.google.protobuf.Struct
getExtra()
Additional arguments to the methodRequested MIME type of responsecom.google.protobuf.ByteString
Requested MIME type of responsegetName()
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString
string name = 1 [json_name = "name"];
boolean
hasExtra()
Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
getCameraName
String getCameraName()Name of a camera
string camera_name = 2 [json_name = "cameraName"];
- Returns:
- The cameraName.
-
getCameraNameBytes
com.google.protobuf.ByteString getCameraNameBytes()Name of a camera
string camera_name = 2 [json_name = "cameraName"];
- Returns:
- The bytes for cameraName.
-
getMimeType
String getMimeType()Requested MIME type of response
string mime_type = 3 [json_name = "mimeType"];
- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()Requested MIME type of response
string mime_type = 3 [json_name = "mimeType"];
- Returns:
- The bytes for mimeType.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- The extra.
-