Class UpdateTensorboardRequest.Builder

  • All Implemented Interfaces:
    UpdateTensorboardRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    UpdateTensorboardRequest

    public static final class UpdateTensorboardRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateTensorboardRequest.Builder>
    implements UpdateTensorboardRequestOrBuilder
     Request message for
     [TensorboardService.UpdateTensorboard][google.cloud.aiplatform.v1.TensorboardService.UpdateTensorboard].
     
    Protobuf type google.cloud.aiplatform.v1.UpdateTensorboardRequest
    • 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<UpdateTensorboardRequest.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<UpdateTensorboardRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public UpdateTensorboardRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateTensorboardRequest.Builder>
      • addRepeatedField

        public UpdateTensorboardRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateTensorboardRequest.Builder>
      • isInitialized

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

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

        public boolean hasUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten in the
         Tensorboard 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 UpdateTensorboardRequestOrBuilder
        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
         Tensorboard 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 UpdateTensorboardRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateTensorboardRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Field mask is used to specify the fields to be overwritten in the
         Tensorboard 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 UpdateTensorboardRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. Field mask is used to specify the fields to be overwritten in the
         Tensorboard 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 UpdateTensorboardRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Field mask is used to specify the fields to be overwritten in the
         Tensorboard 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 UpdateTensorboardRequest.Builder clearUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten in the
         Tensorboard 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
         Tensorboard 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
         Tensorboard 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 UpdateTensorboardRequestOrBuilder
      • hasTensorboard

        public boolean hasTensorboard()
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasTensorboard in interface UpdateTensorboardRequestOrBuilder
        Returns:
        Whether the tensorboard field is set.
      • getTensorboard

        public Tensorboard getTensorboard()
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboard in interface UpdateTensorboardRequestOrBuilder
        Returns:
        The tensorboard.
      • setTensorboard

        public UpdateTensorboardRequest.Builder setTensorboard​(Tensorboard value)
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
      • setTensorboard

        public UpdateTensorboardRequest.Builder setTensorboard​(Tensorboard.Builder builderForValue)
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeTensorboard

        public UpdateTensorboardRequest.Builder mergeTensorboard​(Tensorboard value)
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearTensorboard

        public UpdateTensorboardRequest.Builder clearTensorboard()
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTensorboardBuilder

        public Tensorboard.Builder getTensorboardBuilder()
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTensorboardOrBuilder

        public TensorboardOrBuilder getTensorboardOrBuilder()
         Required. The Tensorboard's `name` field is used to identify the
         Tensorboard to be updated. Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
         
        .google.cloud.aiplatform.v1.Tensorboard tensorboard = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTensorboardOrBuilder in interface UpdateTensorboardRequestOrBuilder
      • setUnknownFields

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

        public final UpdateTensorboardRequest.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<UpdateTensorboardRequest.Builder>