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.StructgetExtra()Additional arguments to the methodgetFilterSourceNames(int index) The names of the sensors to retrieve images from.com.google.protobuf.ByteStringgetFilterSourceNamesBytes(int index) The names of the sensors to retrieve images from.intThe names of the sensors to retrieve images from.The names of the sensors to retrieve images from.getName()Name of a cameracom.google.protobuf.ByteStringName of a camerabooleanhasExtra()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, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
Name of a camera
string name = 1 [json_name = "name"];- Specified by:
getNamein interfaceCamera.GetImagesRequestOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Name of a camera
string name = 1 [json_name = "name"];- Specified by:
getNameBytesin 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:
getFilterSourceNamesListin 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:
getFilterSourceNamesCountin 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:
getFilterSourceNamesin 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:
getFilterSourceNamesBytesin 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:
hasExtrain 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:
getExtrain 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"];
-