public static final class UpdateInstanceRequest.Builder extends GeneratedMessage.Builder<UpdateInstanceRequest.Builder> implements UpdateInstanceRequestOrBuilderThe request for UpdateInstance.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateInstanceRequest.BuilderImplements
UpdateInstanceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateInstanceRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest |
|
buildPartial()
public UpdateInstanceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest |
|
clear()
public UpdateInstanceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
clearFieldMask()
public UpdateInstanceRequest.Builder clearFieldMask()Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
clearInstance()
public UpdateInstanceRequest.Builder clearInstance()Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
getDefaultInstanceForType()
public UpdateInstanceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFieldMask()
public FieldMask getFieldMask()Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The fieldMask. |
getFieldMaskBuilder()
public FieldMask.Builder getFieldMaskBuilder()Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getFieldMaskOrBuilder()
public FieldMaskOrBuilder getFieldMaskOrBuilder()Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getInstance()
public Instance getInstance()Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Instance |
The instance. |
getInstanceBuilder()
public Instance.Builder getInstanceBuilder()Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Instance.Builder |
|
getInstanceOrBuilder()
public InstanceOrBuilder getInstanceOrBuilder()Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InstanceOrBuilder |
|
hasFieldMask()
public boolean hasFieldMask()Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fieldMask field is set. |
hasInstance()
public boolean hasInstance()Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instance field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFieldMask(FieldMask value)
public UpdateInstanceRequest.Builder mergeFieldMask(FieldMask value)Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateInstanceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
mergeFrom(UpdateInstanceRequest other)
public UpdateInstanceRequest.Builder mergeFrom(UpdateInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
mergeInstance(Instance value)
public UpdateInstanceRequest.Builder mergeInstance(Instance value)Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Instance |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
setFieldMask(FieldMask value)
public UpdateInstanceRequest.Builder setFieldMask(FieldMask value)Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
setFieldMask(FieldMask.Builder builderForValue)
public UpdateInstanceRequest.Builder setFieldMask(FieldMask.Builder builderForValue)Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
.google.protobuf.FieldMask field_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
setInstance(Instance value)
public UpdateInstanceRequest.Builder setInstance(Instance value)Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Instance |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|
setInstance(Instance.Builder builderForValue)
public UpdateInstanceRequest.Builder setInstance(Instance.Builder builderForValue)Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
.google.spanner.admin.instance.v1.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Instance.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceRequest.Builder |
|