Class BatchCreateTensorboardTimeSeriesRequest.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<BatchCreateTensorboardTimeSeriesRequest.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<BatchCreateTensorboardTimeSeriesRequest.Builder>
      • getDefaultInstanceForType

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

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

        public BatchCreateTensorboardTimeSeriesRequest 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<BatchCreateTensorboardTimeSeriesRequest.Builder>
      • getParent

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

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

        public BatchCreateTensorboardTimeSeriesRequest.Builder setParent​(String value)
         Required. The resource name of the TensorboardExperiment to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
         The TensorboardRuns referenced by the parent fields in the
         CreateTensorboardTimeSeriesRequest messages must be sub resources of this
         TensorboardExperiment.
         
        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 BatchCreateTensorboardTimeSeriesRequest.Builder clearParent()
         Required. The resource name of the TensorboardExperiment to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
         The TensorboardRuns referenced by the parent fields in the
         CreateTensorboardTimeSeriesRequest messages must be sub resources of this
         TensorboardExperiment.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public BatchCreateTensorboardTimeSeriesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the TensorboardExperiment to create the
         TensorboardTimeSeries in.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
         The TensorboardRuns referenced by the parent fields in the
         CreateTensorboardTimeSeriesRequest messages must be sub resources of this
         TensorboardExperiment.
         
        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 TensorboardTimeSeries to
         create. A maximum of 1000 TensorboardTimeSeries can be created in a batch.
         
        repeated .google.cloud.aiplatform.v1.CreateTensorboardTimeSeriesRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRequestsCount in interface BatchCreateTensorboardTimeSeriesRequestOrBuilder
      • setRequests

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

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

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

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

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

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

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

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