Class BatchCreateTensorboardRunsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BatchCreateTensorboardRunsRequest.Builder>
com.google.cloud.aiplatform.v1.BatchCreateTensorboardRunsRequest.Builder
All Implemented Interfaces:
BatchCreateTensorboardRunsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BatchCreateTensorboardRunsRequest

public static final class BatchCreateTensorboardRunsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchCreateTensorboardRunsRequest.Builder> implements BatchCreateTensorboardRunsRequestOrBuilder
 Request message for
 [TensorboardService.BatchCreateTensorboardRuns][google.cloud.aiplatform.v1.TensorboardService.BatchCreateTensorboardRuns].
 
Protobuf type google.cloud.aiplatform.v1.BatchCreateTensorboardRunsRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchCreateTensorboardRunsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<BatchCreateTensorboardRunsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BatchCreateTensorboardRunsRequest.Builder>
    • getDefaultInstanceForType

      public BatchCreateTensorboardRunsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public BatchCreateTensorboardRunsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public BatchCreateTensorboardRunsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateTensorboardRunsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchCreateTensorboardRunsRequest.Builder>
    • mergeFrom

      public BatchCreateTensorboardRunsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateTensorboardRunsRequest.Builder>
      Throws:
      IOException
    • getParent

      public String getParent()
       Required. The resource name of the TensorboardExperiment to create the
       TensorboardRuns in. Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
       The parent field in the CreateTensorboardRunRequest messages must match
       this field.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface BatchCreateTensorboardRunsRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. The resource name of the TensorboardExperiment to create the
       TensorboardRuns in. Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
       The parent field in the CreateTensorboardRunRequest messages must match
       this field.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface BatchCreateTensorboardRunsRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

       Required. The resource name of the TensorboardExperiment to create the
       TensorboardRuns in. Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
       The parent field in the CreateTensorboardRunRequest messages must match
       this field.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

       Required. The resource name of the TensorboardExperiment to create the
       TensorboardRuns in. Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
       The parent field in the CreateTensorboardRunRequest messages must match
       this field.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public BatchCreateTensorboardRunsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. The resource name of the TensorboardExperiment to create the
       TensorboardRuns in. Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
       The parent field in the CreateTensorboardRunRequest messages must match
       this field.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • getRequestsList

      public List<CreateTensorboardRunRequest> getRequestsList()
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getRequestsList in interface BatchCreateTensorboardRunsRequestOrBuilder
    • getRequestsCount

      public int getRequestsCount()
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getRequestsCount in interface BatchCreateTensorboardRunsRequestOrBuilder
    • getRequests

      public CreateTensorboardRunRequest getRequests(int index)
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getRequests in interface BatchCreateTensorboardRunsRequestOrBuilder
    • setRequests

       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • setRequests

      public BatchCreateTensorboardRunsRequest.Builder setRequests(int index, CreateTensorboardRunRequest.Builder builderForValue)
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • addRequests

       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • addRequests

       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • addRequests

       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • addRequests

      public BatchCreateTensorboardRunsRequest.Builder addRequests(int index, CreateTensorboardRunRequest.Builder builderForValue)
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • addAllRequests

       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearRequests

       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • removeRequests

      public BatchCreateTensorboardRunsRequest.Builder removeRequests(int index)
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getRequestsBuilder

      public CreateTensorboardRunRequest.Builder getRequestsBuilder(int index)
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getRequestsOrBuilder

      public CreateTensorboardRunRequestOrBuilder getRequestsOrBuilder(int index)
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getRequestsOrBuilder in interface BatchCreateTensorboardRunsRequestOrBuilder
    • getRequestsOrBuilderList

      public List<? extends CreateTensorboardRunRequestOrBuilder> getRequestsOrBuilderList()
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getRequestsOrBuilderList in interface BatchCreateTensorboardRunsRequestOrBuilder
    • addRequestsBuilder

      public CreateTensorboardRunRequest.Builder addRequestsBuilder()
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • addRequestsBuilder

      public CreateTensorboardRunRequest.Builder addRequestsBuilder(int index)
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
    • getRequestsBuilderList

      public List<CreateTensorboardRunRequest.Builder> getRequestsBuilderList()
       Required. The request message specifying the TensorboardRuns to create.
       A maximum of 1000 TensorboardRuns can be created in a batch.
       
      repeated .google.cloud.aiplatform.v1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];