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

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

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

        public UpdateTensorboardRunRequest 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<UpdateTensorboardRunRequest.Builder>
      • mergeFrom

        public UpdateTensorboardRunRequest.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<UpdateTensorboardRunRequest.Builder>
        Throws:
        IOException
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateTensorboardRunRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateTensorboardRunRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateTensorboardRunRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateTensorboardRunRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateTensorboardRunRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateTensorboardRunRequest.Builder clearUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Field mask is used to specify the fields to be overwritten in the
         TensorboardRun resource by the update.
         The fields specified in the update_mask are relative to the resource, not
         the full request. A field is overwritten if it's in the mask. If the
         user does not provide a mask then all fields are overwritten if new
         values are specified.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateTensorboardRunRequestOrBuilder
      • hasTensorboardRun

        public boolean hasTensorboardRun()
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasTensorboardRun in interface UpdateTensorboardRunRequestOrBuilder
        Returns:
        Whether the tensorboardRun field is set.
      • getTensorboardRun

        public TensorboardRun getTensorboardRun()
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboardRun in interface UpdateTensorboardRunRequestOrBuilder
        Returns:
        The tensorboardRun.
      • setTensorboardRun

        public UpdateTensorboardRunRequest.Builder setTensorboardRun​(TensorboardRun value)
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
      • setTensorboardRun

        public UpdateTensorboardRunRequest.Builder setTensorboardRun​(TensorboardRun.Builder builderForValue)
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeTensorboardRun

        public UpdateTensorboardRunRequest.Builder mergeTensorboardRun​(TensorboardRun value)
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearTensorboardRun

        public UpdateTensorboardRunRequest.Builder clearTensorboardRun()
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTensorboardRunBuilder

        public TensorboardRun.Builder getTensorboardRunBuilder()
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTensorboardRunOrBuilder

        public TensorboardRunOrBuilder getTensorboardRunOrBuilder()
         Required. The TensorboardRun's `name` field is used to identify the
         TensorboardRun to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboardRunOrBuilder in interface UpdateTensorboardRunRequestOrBuilder
      • mergeUnknownFields

        public final UpdateTensorboardRunRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateTensorboardRunRequest.Builder>