Package com.viam.service.vision.v1
Class Vision.GetPropertiesResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetPropertiesResponse,Vision.GetPropertiesResponse.Builder>
com.viam.service.vision.v1.Vision.GetPropertiesResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Vision.GetPropertiesResponseOrBuilder
,Cloneable
- Enclosing class:
- Vision.GetPropertiesResponse
public static final class Vision.GetPropertiesResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetPropertiesResponse,Vision.GetPropertiesResponse.Builder>
implements Vision.GetPropertiesResponseOrBuilder
Protobuf type
viam.service.vision.v1.GetPropertiesResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionwhether or not classifactions are supported by the vision servicewhether or not detections are supported by the vision servicewhether or not 3d segmentation is supported by the vision serviceboolean
whether or not classifactions are supported by the vision serviceboolean
whether or not detections are supported by the vision serviceboolean
whether or not 3d segmentation is supported by the vision servicesetClassificationsSupported
(boolean value) whether or not classifactions are supported by the vision servicesetDetectionsSupported
(boolean value) whether or not detections are supported by the vision servicesetObjectPointCloudsSupported
(boolean value) whether or not 3d segmentation is supported by the vision serviceMethods 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
-
getClassificationsSupported
public boolean getClassificationsSupported()whether or not classifactions are supported by the vision service
bool classifications_supported = 1 [json_name = "classificationsSupported"];
- Specified by:
getClassificationsSupported
in interfaceVision.GetPropertiesResponseOrBuilder
- Returns:
- The classificationsSupported.
-
setClassificationsSupported
whether or not classifactions are supported by the vision service
bool classifications_supported = 1 [json_name = "classificationsSupported"];
- Parameters:
value
- The classificationsSupported to set.- Returns:
- This builder for chaining.
-
clearClassificationsSupported
whether or not classifactions are supported by the vision service
bool classifications_supported = 1 [json_name = "classificationsSupported"];
- Returns:
- This builder for chaining.
-
getDetectionsSupported
public boolean getDetectionsSupported()whether or not detections are supported by the vision service
bool detections_supported = 2 [json_name = "detectionsSupported"];
- Specified by:
getDetectionsSupported
in interfaceVision.GetPropertiesResponseOrBuilder
- Returns:
- The detectionsSupported.
-
setDetectionsSupported
whether or not detections are supported by the vision service
bool detections_supported = 2 [json_name = "detectionsSupported"];
- Parameters:
value
- The detectionsSupported to set.- Returns:
- This builder for chaining.
-
clearDetectionsSupported
whether or not detections are supported by the vision service
bool detections_supported = 2 [json_name = "detectionsSupported"];
- Returns:
- This builder for chaining.
-
getObjectPointCloudsSupported
public boolean getObjectPointCloudsSupported()whether or not 3d segmentation is supported by the vision service
bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];
- Specified by:
getObjectPointCloudsSupported
in interfaceVision.GetPropertiesResponseOrBuilder
- Returns:
- The objectPointCloudsSupported.
-
setObjectPointCloudsSupported
whether or not 3d segmentation is supported by the vision service
bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];
- Parameters:
value
- The objectPointCloudsSupported to set.- Returns:
- This builder for chaining.
-
clearObjectPointCloudsSupported
whether or not 3d segmentation is supported by the vision service
bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];
- Returns:
- This builder for chaining.
-