Class BatchCreateTensorboardRunsRequest.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public BatchCreateTensorboardRunsRequest 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateTensorboardRunsRequest.Builder>
      • 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

        public BatchCreateTensorboardRunsRequest.Builder setParent​(String 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 parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public BatchCreateTensorboardRunsRequest.Builder 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.
      • 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.v1beta1.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.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRequests in interface BatchCreateTensorboardRunsRequestOrBuilder
      • setRequests

        public BatchCreateTensorboardRunsRequest.Builder setRequests​(int index,
                                                                     CreateTensorboardRunRequest value)
         Required. The request message specifying the TensorboardRuns to create.
         A maximum of 1000 TensorboardRuns can be created in a batch.
         
        repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      • addRequests

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

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

        public BatchCreateTensorboardRunsRequest.Builder addRequests​(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.v1beta1.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.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      • addAllRequests

        public BatchCreateTensorboardRunsRequest.Builder addAllRequests​(Iterable<? extends CreateTensorboardRunRequest> values)
         Required. The request message specifying the TensorboardRuns to create.
         A maximum of 1000 TensorboardRuns can be created in a batch.
         
        repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearRequests

        public BatchCreateTensorboardRunsRequest.Builder 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.v1beta1.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.v1beta1.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.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
      • 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.v1beta1.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.v1beta1.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.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];