- 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 UpdateInstanceConfigRequest.Builder extends GeneratedMessage.Builder<UpdateInstanceConfigRequest.Builder> implements UpdateInstanceConfigRequestOrBuilderThe request for UpdateInstanceConfig.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateInstanceConfigRequest.BuilderImplements
UpdateInstanceConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateInstanceConfigRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest |
|
buildPartial()
public UpdateInstanceConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest |
|
clear()
public UpdateInstanceConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
clearInstanceConfig()
public UpdateInstanceConfigRequest.Builder clearInstanceConfig()Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
clearUpdateMask()
public UpdateInstanceConfigRequest.Builder clearUpdateMask()Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
clearValidateOnly()
public UpdateInstanceConfigRequest.Builder clearValidateOnly()An option to validate, but not actually execute, a request, and provide the same response.
bool validate_only = 3;
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpdateInstanceConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstanceConfig()
public InstanceConfig getInstanceConfig()Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InstanceConfig |
The instanceConfig. |
getInstanceConfigBuilder()
public InstanceConfig.Builder getInstanceConfigBuilder()Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InstanceConfig.Builder |
|
getInstanceConfigOrBuilder()
public InstanceConfigOrBuilder getInstanceConfigOrBuilder()Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InstanceConfigOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getValidateOnly()
public boolean getValidateOnly()An option to validate, but not actually execute, a request, and provide the same response.
bool validate_only = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasInstanceConfig()
public boolean hasInstanceConfig()Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instanceConfig field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateInstanceConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateInstanceConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
mergeFrom(UpdateInstanceConfigRequest other)
public UpdateInstanceConfigRequest.Builder mergeFrom(UpdateInstanceConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateInstanceConfigRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
mergeInstanceConfig(InstanceConfig value)
public UpdateInstanceConfigRequest.Builder mergeInstanceConfig(InstanceConfig value)Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
InstanceConfig |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateInstanceConfigRequest.Builder mergeUpdateMask(FieldMask value)Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
setInstanceConfig(InstanceConfig value)
public UpdateInstanceConfigRequest.Builder setInstanceConfig(InstanceConfig value)Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
InstanceConfig |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
setInstanceConfig(InstanceConfig.Builder builderForValue)
public UpdateInstanceConfigRequest.Builder setInstanceConfig(InstanceConfig.Builder builderForValue)Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.
.google.spanner.admin.instance.v1.InstanceConfig instance_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InstanceConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateInstanceConfigRequest.Builder setUpdateMask(FieldMask value)Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateInstanceConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
|
setValidateOnly(boolean value)
public UpdateInstanceConfigRequest.Builder setValidateOnly(boolean value)An option to validate, but not actually execute, a request, and provide the same response.
bool validate_only = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateInstanceConfigRequest.Builder |
This builder for chaining. |