publicstaticfinalclass UpdateInstanceRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateInstanceRequest.Builder>implementsUpdateInstanceRequestOrBuilder
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicUpdateInstanceRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateInstanceRequestbuild()
buildPartial()
publicUpdateInstanceRequestbuildPartial()
clear()
publicUpdateInstanceRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicUpdateInstanceRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearInstance()
publicUpdateInstanceRequest.BuilderclearInstance()
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];
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateInstanceRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearUpdateMask()
publicUpdateInstanceRequest.BuilderclearUpdateMask()
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;
clone()
publicUpdateInstanceRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicUpdateInstanceRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getInstance()
publicInstancegetInstance()
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];
| Returns |
| Type |
Description |
Instance |
The instance.
|
getInstanceBuilder()
publicInstance.BuildergetInstanceBuilder()
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()
publicInstanceOrBuildergetInstanceOrBuilder()
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];
getUpdateMask()
publicFieldMaskgetUpdateMask()
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;
| Returns |
| Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
publicFieldMask.BuildergetUpdateMaskBuilder()
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()
publicFieldMaskOrBuildergetUpdateMaskOrBuilder()
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;
hasInstance()
publicbooleanhasInstance()
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];
| Returns |
| Type |
Description |
boolean |
Whether the instance field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
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;
| Returns |
| Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(UpdateInstanceRequest other)
publicUpdateInstanceRequest.BuildermergeFrom(UpdateInstanceRequestother)
publicUpdateInstanceRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateInstanceRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeInstance(Instance value)
publicUpdateInstanceRequest.BuildermergeInstance(Instancevalue)
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];
| Parameter |
| Name |
Description |
value |
Instance
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateInstanceRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateInstanceRequest.BuildermergeUpdateMask(FieldMaskvalue)
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;
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateInstanceRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setInstance(Instance value)
publicUpdateInstanceRequest.BuildersetInstance(Instancevalue)
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];
| Parameter |
| Name |
Description |
value |
Instance
|
setInstance(Instance.Builder builderForValue)
publicUpdateInstanceRequest.BuildersetInstance(Instance.BuilderbuilderForValue)
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];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateInstanceRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateInstanceRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateInstanceRequest.BuildersetUpdateMask(FieldMaskvalue)
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(FieldMask.Builder builderForValue)
publicUpdateInstanceRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
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;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|