Package com.viam.component.camera.v1
Class Camera.GetImagesRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Camera.GetImagesRequest,Camera.GetImagesRequest.Builder>
com.viam.component.camera.v1.Camera.GetImagesRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Camera.GetImagesRequestOrBuilder
,Cloneable
- Enclosing class:
- Camera.GetImagesRequest
public static final class Camera.GetImagesRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Camera.GetImagesRequest,Camera.GetImagesRequest.Builder>
implements Camera.GetImagesRequestOrBuilder
Protobuf type
viam.component.camera.v1.GetImagesRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllFilterSourceNames
(Iterable<String> values) The names of the sensors to retrieve images from.addFilterSourceNames
(String value) The names of the sensors to retrieve images from.addFilterSourceNamesBytes
(com.google.protobuf.ByteString value) The names of the sensors to retrieve images from.Additional arguments to the methodThe names of the sensors to retrieve images from.Name of a cameracom.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 methodmergeExtra
(com.google.protobuf.Struct value) Additional arguments to the methodsetExtra
(com.google.protobuf.Struct value) Additional arguments to the methodsetExtra
(com.google.protobuf.Struct.Builder builderForValue) Additional arguments to the methodsetFilterSourceNames
(int index, String value) The names of the sensors to retrieve images from.Name of a camerasetNameBytes
(com.google.protobuf.ByteString value) Name of a cameraMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
Name of a camera
string name = 1 [json_name = "name"];
- Specified by:
getName
in interfaceCamera.GetImagesRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Name of a camera
string name = 1 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceCamera.GetImagesRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
Name of a camera
string name = 1 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
Name of a camera
string name = 1 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
Name of a camera
string name = 1 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
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"];
- Specified by:
getFilterSourceNamesList
in interfaceCamera.GetImagesRequestOrBuilder
- Returns:
- A list containing the filterSourceNames.
-
getFilterSourceNamesCount
public 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"];
- Specified by:
getFilterSourceNamesCount
in interfaceCamera.GetImagesRequestOrBuilder
- 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"];
- Specified by:
getFilterSourceNames
in interfaceCamera.GetImagesRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The filterSourceNames at the given index.
-
getFilterSourceNamesBytes
public 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"];
- Specified by:
getFilterSourceNamesBytes
in interfaceCamera.GetImagesRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the filterSourceNames at the given index.
-
setFilterSourceNames
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 to set the value at.value
- The filterSourceNames to set.- Returns:
- This builder for chaining.
-
addFilterSourceNames
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:
value
- The filterSourceNames to add.- Returns:
- This builder for chaining.
-
addAllFilterSourceNames
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:
values
- The filterSourceNames to add.- Returns:
- This builder for chaining.
-
clearFilterSourceNames
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:
- This builder for chaining.
-
addFilterSourceNamesBytes
public Camera.GetImagesRequest.Builder addFilterSourceNamesBytes(com.google.protobuf.ByteString value) 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:
value
- The bytes of the filterSourceNames to add.- Returns:
- This builder for chaining.
-
hasExtra
public boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Specified by:
hasExtra
in interfaceCamera.GetImagesRequestOrBuilder
- Returns:
- Whether the extra field is set.
-
getExtra
public com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Specified by:
getExtra
in interfaceCamera.GetImagesRequestOrBuilder
- Returns:
- The extra.
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
mergeExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
clearExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-