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

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

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

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

        public String getParent()
         Required. The resource name of the Tensorboard to create the
         TensorboardExperiment in. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateTensorboardExperimentRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

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

        public CreateTensorboardExperimentRequest.Builder setParent​(String value)
         Required. The resource name of the Tensorboard to create the
         TensorboardExperiment in. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        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 CreateTensorboardExperimentRequest.Builder clearParent()
         Required. The resource name of the Tensorboard to create the
         TensorboardExperiment in. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateTensorboardExperimentRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the Tensorboard to create the
         TensorboardExperiment in. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        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.
      • hasTensorboardExperiment

        public boolean hasTensorboardExperiment()
         The TensorboardExperiment to create.
         
        .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiment = 2;
        Specified by:
        hasTensorboardExperiment in interface CreateTensorboardExperimentRequestOrBuilder
        Returns:
        Whether the tensorboardExperiment field is set.
      • clearTensorboardExperiment

        public CreateTensorboardExperimentRequest.Builder clearTensorboardExperiment()
         The TensorboardExperiment to create.
         
        .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiment = 2;
      • getTensorboardExperimentBuilder

        public TensorboardExperiment.Builder getTensorboardExperimentBuilder()
         The TensorboardExperiment to create.
         
        .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiment = 2;
      • getTensorboardExperimentId

        public String getTensorboardExperimentId()
         Required. The ID to use for the Tensorboard experiment, which becomes the
         final component of the Tensorboard experiment's resource name.
        
         This value should be 1-128 characters, and valid characters
         are /[a-z][0-9]-/.
         
        string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboardExperimentId in interface CreateTensorboardExperimentRequestOrBuilder
        Returns:
        The tensorboardExperimentId.
      • getTensorboardExperimentIdBytes

        public com.google.protobuf.ByteString getTensorboardExperimentIdBytes()
         Required. The ID to use for the Tensorboard experiment, which becomes the
         final component of the Tensorboard experiment's resource name.
        
         This value should be 1-128 characters, and valid characters
         are /[a-z][0-9]-/.
         
        string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboardExperimentIdBytes in interface CreateTensorboardExperimentRequestOrBuilder
        Returns:
        The bytes for tensorboardExperimentId.
      • setTensorboardExperimentId

        public CreateTensorboardExperimentRequest.Builder setTensorboardExperimentId​(String value)
         Required. The ID to use for the Tensorboard experiment, which becomes the
         final component of the Tensorboard experiment's resource name.
        
         This value should be 1-128 characters, and valid characters
         are /[a-z][0-9]-/.
         
        string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The tensorboardExperimentId to set.
        Returns:
        This builder for chaining.
      • clearTensorboardExperimentId

        public CreateTensorboardExperimentRequest.Builder clearTensorboardExperimentId()
         Required. The ID to use for the Tensorboard experiment, which becomes the
         final component of the Tensorboard experiment's resource name.
        
         This value should be 1-128 characters, and valid characters
         are /[a-z][0-9]-/.
         
        string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setTensorboardExperimentIdBytes

        public CreateTensorboardExperimentRequest.Builder setTensorboardExperimentIdBytes​(com.google.protobuf.ByteString value)
         Required. The ID to use for the Tensorboard experiment, which becomes the
         final component of the Tensorboard experiment's resource name.
        
         This value should be 1-128 characters, and valid characters
         are /[a-z][0-9]-/.
         
        string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for tensorboardExperimentId to set.
        Returns:
        This builder for chaining.