Package com.viam.common.v1
Class Common.GetGeometriesResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Common.GetGeometriesResponse,Common.GetGeometriesResponse.Builder>
com.viam.common.v1.Common.GetGeometriesResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Common.GetGeometriesResponseOrBuilder
,Cloneable
- Enclosing class:
- Common.GetGeometriesResponse
public static final class Common.GetGeometriesResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Common.GetGeometriesResponse,Common.GetGeometriesResponse.Builder>
implements Common.GetGeometriesResponseOrBuilder
Protobuf type
viam.common.v1.GetGeometriesResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllGeometries
(Iterable<? extends Common.Geometry> values) All geometries associated with the component, in their current configuration, in the frame of that component.addGeometries
(int index, Common.Geometry value) All geometries associated with the component, in their current configuration, in the frame of that component.addGeometries
(int index, Common.Geometry.Builder builderForValue) All geometries associated with the component, in their current configuration, in the frame of that component.addGeometries
(Common.Geometry value) All geometries associated with the component, in their current configuration, in the frame of that component.addGeometries
(Common.Geometry.Builder builderForValue) All geometries associated with the component, in their current configuration, in the frame of that component.All geometries associated with the component, in their current configuration, in the frame of that component.getGeometries
(int index) All geometries associated with the component, in their current configuration, in the frame of that component.int
All geometries associated with the component, in their current configuration, in the frame of that component.All geometries associated with the component, in their current configuration, in the frame of that component.removeGeometries
(int index) All geometries associated with the component, in their current configuration, in the frame of that component.setGeometries
(int index, Common.Geometry value) All geometries associated with the component, in their current configuration, in the frame of that component.setGeometries
(int index, Common.Geometry.Builder builderForValue) All geometries associated with the component, in their current configuration, in the frame of that component.Methods 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
-
getGeometriesList
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
- Specified by:
getGeometriesList
in interfaceCommon.GetGeometriesResponseOrBuilder
-
getGeometriesCount
public int getGeometriesCount()All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
- Specified by:
getGeometriesCount
in interfaceCommon.GetGeometriesResponseOrBuilder
-
getGeometries
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
- Specified by:
getGeometries
in interfaceCommon.GetGeometriesResponseOrBuilder
-
setGeometries
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
setGeometries
public Common.GetGeometriesResponse.Builder setGeometries(int index, Common.Geometry.Builder builderForValue) All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
addGeometries
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
addGeometries
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
addGeometries
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
addGeometries
public Common.GetGeometriesResponse.Builder addGeometries(int index, Common.Geometry.Builder builderForValue) All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
addAllGeometries
public Common.GetGeometriesResponse.Builder addAllGeometries(Iterable<? extends Common.Geometry> values) All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
clearGeometries
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-
removeGeometries
All geometries associated with the component, in their current configuration, in the frame of that component.
repeated .viam.common.v1.Geometry geometries = 1 [json_name = "geometries"];
-