Package com.viam.service.vision.v1
Class Vision.GetDetectionsFromCameraRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
 
com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetDetectionsFromCameraRequest,Vision.GetDetectionsFromCameraRequest.Builder>
 
com.viam.service.vision.v1.Vision.GetDetectionsFromCameraRequest.Builder
- All Implemented Interfaces:
- com.google.protobuf.MessageLite.Builder,- com.google.protobuf.MessageLiteOrBuilder,- Vision.GetDetectionsFromCameraRequestOrBuilder,- Cloneable
- Enclosing class:
- Vision.GetDetectionsFromCameraRequest
public static final class Vision.GetDetectionsFromCameraRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetDetectionsFromCameraRequest,Vision.GetDetectionsFromCameraRequest.Builder>
implements Vision.GetDetectionsFromCameraRequestOrBuilder 
Protobuf type 
viam.service.vision.v1.GetDetectionsFromCameraRequest- 
Field SummaryFields inherited from class com.google.protobuf.GeneratedMessageLite.Builderinstance
- 
Method SummaryModifier and TypeMethodDescriptionname of camera source to use as input.google.protobuf.Struct extra = 99 [json_name = "extra"];name of the vision servicename of camera source to use as inputcom.google.protobuf.ByteStringname of camera source to use as inputcom.google.protobuf.StructgetExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];getName()name of the vision servicecom.google.protobuf.ByteStringname of the vision servicebooleanhasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];mergeExtra(com.google.protobuf.Struct value) .google.protobuf.Struct extra = 99 [json_name = "extra"];setCameraName(String value) name of camera source to use as inputsetCameraNameBytes(com.google.protobuf.ByteString value) name of camera source to use as inputsetExtra(com.google.protobuf.Struct value) .google.protobuf.Struct extra = 99 [json_name = "extra"];setExtra(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct extra = 99 [json_name = "extra"];name of the vision servicesetNameBytes(com.google.protobuf.ByteString value) name of the vision serviceMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builderbuild, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getNamename of the vision service string name = 1 [json_name = "name"];- Specified by:
- getNamein interface- Vision.GetDetectionsFromCameraRequestOrBuilder
- Returns:
- The name.
 
- 
getNameBytespublic com.google.protobuf.ByteString getNameBytes()name of the vision service string name = 1 [json_name = "name"];- Specified by:
- getNameBytesin interface- Vision.GetDetectionsFromCameraRequestOrBuilder
- Returns:
- The bytes for name.
 
- 
setNamename of the vision service string name = 1 [json_name = "name"];- Parameters:
- value- The name to set.
- Returns:
- This builder for chaining.
 
- 
clearNamename of the vision service string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
 
- 
setNameBytespublic Vision.GetDetectionsFromCameraRequest.Builder setNameBytes(com.google.protobuf.ByteString value) name of the vision service string name = 1 [json_name = "name"];- Parameters:
- value- The bytes for name to set.
- Returns:
- This builder for chaining.
 
- 
getCameraNamename of camera source to use as input string camera_name = 2 [json_name = "cameraName"];- Specified by:
- getCameraNamein interface- Vision.GetDetectionsFromCameraRequestOrBuilder
- Returns:
- The cameraName.
 
- 
getCameraNameBytespublic com.google.protobuf.ByteString getCameraNameBytes()name of camera source to use as input string camera_name = 2 [json_name = "cameraName"];- Specified by:
- getCameraNameBytesin interface- Vision.GetDetectionsFromCameraRequestOrBuilder
- Returns:
- The bytes for cameraName.
 
- 
setCameraNamename of camera source to use as input string camera_name = 2 [json_name = "cameraName"];- Parameters:
- value- The cameraName to set.
- Returns:
- This builder for chaining.
 
- 
clearCameraNamename of camera source to use as input string camera_name = 2 [json_name = "cameraName"];- Returns:
- This builder for chaining.
 
- 
setCameraNameBytespublic Vision.GetDetectionsFromCameraRequest.Builder setCameraNameBytes(com.google.protobuf.ByteString value) name of camera source to use as input string camera_name = 2 [json_name = "cameraName"];- Parameters:
- value- The bytes for cameraName to set.
- Returns:
- This builder for chaining.
 
- 
hasExtrapublic boolean hasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];- Specified by:
- hasExtrain interface- Vision.GetDetectionsFromCameraRequestOrBuilder
- Returns:
- Whether the extra field is set.
 
- 
getExtrapublic com.google.protobuf.Struct getExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];- Specified by:
- getExtrain interface- Vision.GetDetectionsFromCameraRequestOrBuilder
- Returns:
- The extra.
 
- 
setExtra.google.protobuf.Struct extra = 99 [json_name = "extra"];
- 
setExtrapublic Vision.GetDetectionsFromCameraRequest.Builder setExtra(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct extra = 99 [json_name = "extra"];
- 
mergeExtra.google.protobuf.Struct extra = 99 [json_name = "extra"];
- 
clearExtra.google.protobuf.Struct extra = 99 [json_name = "extra"];
 
-