Package com.viam.component.camera.v1
Interface Camera.GetImagesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Camera.GetImagesRequest
,Camera.GetImagesRequest.Builder
- Enclosing class:
- Camera
public static interface Camera.GetImagesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getExtra()
Additional arguments to the methodgetFilterSourceNames
(int index) The names of the sensors to retrieve images from.com.google.protobuf.ByteString
getFilterSourceNamesBytes
(int index) The names of the sensors to retrieve images from.int
The names of the sensors to retrieve images from.The names of the sensors to retrieve images from.getName()
Name of a cameracom.google.protobuf.ByteString
Name of a cameraboolean
hasExtra()
Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()Name of a camera
string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of a camera
string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
getFilterSourceNamesList
The names of the sensors to retrieve images from. If this is not provided, all images from all sensors will be returned.
repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
- Returns:
- A list containing the filterSourceNames.
-
getFilterSourceNamesCount
int getFilterSourceNamesCount()The names of the sensors to retrieve images from. If this is not provided, all images from all sensors will be returned.
repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
- Returns:
- The count of filterSourceNames.
-
getFilterSourceNames
The names of the sensors to retrieve images from. If this is not provided, all images from all sensors will be returned.
repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
- Parameters:
index
- The index of the element to return.- Returns:
- The filterSourceNames at the given index.
-
getFilterSourceNamesBytes
com.google.protobuf.ByteString getFilterSourceNamesBytes(int index) The names of the sensors to retrieve images from. If this is not provided, all images from all sensors will be returned.
repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
- Parameters:
index
- The index of the element to return.- Returns:
- The filterSourceNames at the given index.
-
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.
-