public static final class UpdateInstanceRequest.Builder extends GeneratedMessageV3.Builder<UpdateInstanceRequest.Builder> implements UpdateInstanceRequestOrBuilder
Request message for updating a Data Fusion instance.
Data Fusion only allows updating the labels, options, and stack driver
settings.
Protobuf type google.cloud.datafusion.v1beta1.UpdateInstanceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateInstanceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UpdateInstanceRequest build()
Returns
buildPartial()
public UpdateInstanceRequest buildPartial()
Returns
clear()
public UpdateInstanceRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateInstanceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateInstanceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns
clone()
public UpdateInstanceRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public UpdateInstanceRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getUpdateMask()
public 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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskBuilder()
public 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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskOrBuilder()
public 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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the instance field is set.
|
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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(UpdateInstanceRequest other)
public UpdateInstanceRequest.Builder mergeFrom(UpdateInstanceRequest other)
Parameter
Returns
public UpdateInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateInstanceRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeInstance(Instance value)
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateInstanceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeUpdateMask(FieldMask value)
public UpdateInstanceRequest.Builder mergeUpdateMask(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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateInstanceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setInstance(Instance value)
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setInstance(Instance.Builder builderForValue)
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.v1beta1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateInstanceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateInstanceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUpdateMask(FieldMask value)
public UpdateInstanceRequest.Builder setUpdateMask(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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateInstanceRequest.Builder setUpdateMask(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 and
options currently) will be overwritten.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns