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
  • Method Details

    • getOrganizationId

      public String 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:
      getOrganizationId in interface MlTraining.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:
      getOrganizationIdBytes in interface MlTraining.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.