Package viam.app.mltraining.v1
Class MlTraining.ListSupportedContainersRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MlTraining.ListSupportedContainersRequest,MlTraining.ListSupportedContainersRequest.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<MlTraining.ListSupportedContainersRequest,MlTraining.ListSupportedContainersRequest.Builder>
viam.app.mltraining.v1.MlTraining.ListSupportedContainersRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,MlTraining.ListSupportedContainersRequestOrBuilder
- Enclosing class:
MlTraining.ListSupportedContainersRequest
public static final class MlTraining.ListSupportedContainersRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<MlTraining.ListSupportedContainersRequest,MlTraining.ListSupportedContainersRequest.Builder>
implements MlTraining.ListSupportedContainersRequestOrBuilder
Protobuf type
viam.app.mltraining.v1.ListSupportedContainersRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.com.google.protobuf.ByteStringOptional.setOrganizationId(String value) Optional.setOrganizationIdBytes(com.google.protobuf.ByteString value) Optional.Methods 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
-
getOrganizationId
Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceMlTraining.ListSupportedContainersRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceMlTraining.ListSupportedContainersRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
string organization_id = 1 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public MlTraining.ListSupportedContainersRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value) Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-