- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.6
- 0.1.0
public static final class SurgeSettings.Builder extends GeneratedMessageV3.Builder<SurgeSettings.Builder> implements SurgeSettingsOrBuilder
SurgeSettings contains the parameters for Surge update.
Protobuf type google.cloud.gkemulticloud.v1.SurgeSettings
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SurgeSettings.BuilderImplements
SurgeSettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SurgeSettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
build()
public SurgeSettings build()
Returns | |
---|---|
Type | Description |
SurgeSettings |
buildPartial()
public SurgeSettings buildPartial()
Returns | |
---|---|
Type | Description |
SurgeSettings |
clear()
public SurgeSettings.Builder clear()
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
clearField(Descriptors.FieldDescriptor field)
public SurgeSettings.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
clearMaxSurge()
public SurgeSettings.Builder clearMaxSurge()
Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.
int32 max_surge = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
This builder for chaining. |
clearMaxUnavailable()
public SurgeSettings.Builder clearMaxUnavailable()
Optional. The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready.
int32 max_unavailable = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SurgeSettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
clone()
public SurgeSettings.Builder clone()
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
getDefaultInstanceForType()
public SurgeSettings getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SurgeSettings |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMaxSurge()
public int getMaxSurge()
Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.
int32 max_surge = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The maxSurge. |
getMaxUnavailable()
public int getMaxUnavailable()
Optional. The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready.
int32 max_unavailable = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The maxUnavailable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SurgeSettings other)
public SurgeSettings.Builder mergeFrom(SurgeSettings other)
Parameter | |
---|---|
Name | Description |
other |
SurgeSettings |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SurgeSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SurgeSettings.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SurgeSettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SurgeSettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
setMaxSurge(int value)
public SurgeSettings.Builder setMaxSurge(int value)
Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.
int32 max_surge = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The maxSurge to set. |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
This builder for chaining. |
setMaxUnavailable(int value)
public SurgeSettings.Builder setMaxUnavailable(int value)
Optional. The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready.
int32 max_unavailable = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The maxUnavailable to set. |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SurgeSettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SurgeSettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SurgeSettings.Builder |