Package com.viam.common.v1
Class Common.Get3DModelsResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Common.Get3DModelsResponse,Common.Get3DModelsResponse.Builder>
com.viam.common.v1.Common.Get3DModelsResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Common.Get3DModelsResponseOrBuilder,Cloneable
- Enclosing class:
- Common.Get3DModelsResponse
public static final class Common.Get3DModelsResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Common.Get3DModelsResponse,Common.Get3DModelsResponse.Builder>
implements Common.Get3DModelsResponseOrBuilder
Protobuf type
viam.common.v1.Get3DModelsResponse-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsModels(String key) the 3D models associated with the componentDeprecated.intthe 3D models associated with the componentthe 3D models associated with the componentgetModelsOrDefault(String key, Common.Mesh defaultValue) the 3D models associated with the componentgetModelsOrThrow(String key) the 3D models associated with the componentputAllModels(Map<String, Common.Mesh> values) the 3D models associated with the componentputModels(String key, Common.Mesh value) the 3D models associated with the componentremoveModels(String key) the 3D models associated with the componentMethods 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
-
getModelsCount
public int getModelsCount()Description copied from interface:Common.Get3DModelsResponseOrBuilderthe 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"];- Specified by:
getModelsCountin interfaceCommon.Get3DModelsResponseOrBuilder
-
containsModels
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"];- Specified by:
containsModelsin interfaceCommon.Get3DModelsResponseOrBuilder
-
clearModels
-
removeModels
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"]; -
getModels
Deprecated.UsegetModelsMap()instead.- Specified by:
getModelsin interfaceCommon.Get3DModelsResponseOrBuilder
-
getModelsMap
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"];- Specified by:
getModelsMapin interfaceCommon.Get3DModelsResponseOrBuilder
-
getModelsOrDefault
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"];- Specified by:
getModelsOrDefaultin interfaceCommon.Get3DModelsResponseOrBuilder
-
getModelsOrThrow
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"];- Specified by:
getModelsOrThrowin interfaceCommon.Get3DModelsResponseOrBuilder
-
putModels
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"]; -
putAllModels
the 3D models associated with the component
map<string, .viam.common.v1.Mesh> models = 1 [json_name = "models"];
-