Class UpdateInstanceRequest.Builder

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

    public static final class UpdateInstanceRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateInstanceRequest.Builder>
    implements UpdateInstanceRequestOrBuilder
     Request message for updating a Data Fusion instance.
     Data Fusion allows updating the labels, options, and stack driver settings.
     This is also used for CDF version upgrade.
     
    Protobuf type google.cloud.datafusion.v1.UpdateInstanceRequest
    • 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<UpdateInstanceRequest.Builder>
      • clear

        public UpdateInstanceRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateInstanceRequest.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<UpdateInstanceRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public UpdateInstanceRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateInstanceRequest.Builder>
      • clearField

        public UpdateInstanceRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateInstanceRequest.Builder>
      • clearOneof

        public UpdateInstanceRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateInstanceRequest.Builder>
      • setRepeatedField

        public UpdateInstanceRequest.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<UpdateInstanceRequest.Builder>
      • addRepeatedField

        public UpdateInstanceRequest.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<UpdateInstanceRequest.Builder>
      • isInitialized

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

        public UpdateInstanceRequest.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<UpdateInstanceRequest.Builder>
        Throws:
        IOException
      • hasInstance

        public boolean hasInstance()
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasInstance in interface UpdateInstanceRequestOrBuilder
        Returns:
        Whether the instance field is set.
      • getInstance

        public Instance getInstance()
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInstance in interface UpdateInstanceRequestOrBuilder
        Returns:
        The instance.
      • setInstance

        public UpdateInstanceRequest.Builder setInstance​(Instance value)
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
      • setInstance

        public UpdateInstanceRequest.Builder setInstance​(Instance.Builder builderForValue)
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeInstance

        public UpdateInstanceRequest.Builder mergeInstance​(Instance value)
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearInstance

        public UpdateInstanceRequest.Builder clearInstance()
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
      • getInstanceBuilder

        public Instance.Builder getInstanceBuilder()
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
      • getInstanceOrBuilder

        public InstanceOrBuilder getInstanceOrBuilder()
         Required. The instance resource that replaces the resource on the server. Currently,
         Data Fusion only allows replacing labels, options, and stack driver
         settings. All other fields will be ignored.
         
        .google.cloud.datafusion.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInstanceOrBuilder in interface UpdateInstanceRequestOrBuilder
      • hasUpdateMask

        public boolean hasUpdateMask()
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        hasUpdateMask in interface UpdateInstanceRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMask in interface UpdateInstanceRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateInstanceRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
      • setUpdateMask

        public UpdateInstanceRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
      • mergeUpdateMask

        public UpdateInstanceRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
      • clearUpdateMask

        public UpdateInstanceRequest.Builder clearUpdateMask()
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Field mask is used to specify the fields that the update will overwrite
         in an instance resource. The fields specified in the update_mask are
         relative to the resource, not the full request.
         A field will be overwritten if it is in the mask.
         If the user does not provide a mask, all the supported fields (labels,
         options, and version currently) will be overwritten.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateInstanceRequestOrBuilder
      • setUnknownFields

        public final UpdateInstanceRequest.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<UpdateInstanceRequest.Builder>
      • mergeUnknownFields

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