- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
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 |
|