- 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 AwsK8sVersionInfo.Builder extends GeneratedMessageV3.Builder<AwsK8sVersionInfo.Builder> implements AwsK8sVersionInfoOrBuilder
Kubernetes version information of GKE cluster on AWS.
Protobuf type google.cloud.gkemulticloud.v1.AwsK8sVersionInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AwsK8sVersionInfo.BuilderImplements
AwsK8sVersionInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AwsK8sVersionInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
build()
public AwsK8sVersionInfo build()
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo |
buildPartial()
public AwsK8sVersionInfo buildPartial()
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo |
clear()
public AwsK8sVersionInfo.Builder clear()
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
clearEnabled()
public AwsK8sVersionInfo.Builder clearEnabled()
Optional. True if the version is available for cluster creation. If a version is enabled for creation, it can be used to create new clusters. Otherwise, cluster creation will fail. However, cluster upgrade operations may succeed, even if the version is not enabled.
bool enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
This builder for chaining. |
clearEndOfLife()
public AwsK8sVersionInfo.Builder clearEndOfLife()
Optional. True if this cluster version belongs to a minor version that has reached its end of life and is no longer in scope to receive security and bug fixes.
bool end_of_life = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
This builder for chaining. |
clearEndOfLifeDate()
public AwsK8sVersionInfo.Builder clearEndOfLifeDate()
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public AwsK8sVersionInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AwsK8sVersionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
clearReleaseDate()
public AwsK8sVersionInfo.Builder clearReleaseDate()
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
clearVersion()
public AwsK8sVersionInfo.Builder clearVersion()
Kubernetes version name.
string version = 1;
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
This builder for chaining. |
clone()
public AwsK8sVersionInfo.Builder clone()
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
getDefaultInstanceForType()
public AwsK8sVersionInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEnabled()
public boolean getEnabled()
Optional. True if the version is available for cluster creation. If a version is enabled for creation, it can be used to create new clusters. Otherwise, cluster creation will fail. However, cluster upgrade operations may succeed, even if the version is not enabled.
bool enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The enabled. |
getEndOfLife()
public boolean getEndOfLife()
Optional. True if this cluster version belongs to a minor version that has reached its end of life and is no longer in scope to receive security and bug fixes.
bool end_of_life = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The endOfLife. |
getEndOfLifeDate()
public Date getEndOfLifeDate()
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.Date |
The endOfLifeDate. |
getEndOfLifeDateBuilder()
public Date.Builder getEndOfLifeDateBuilder()
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.Date.Builder |
getEndOfLifeDateOrBuilder()
public DateOrBuilder getEndOfLifeDateOrBuilder()
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getReleaseDate()
public Date getReleaseDate()
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.Date |
The releaseDate. |
getReleaseDateBuilder()
public Date.Builder getReleaseDateBuilder()
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.Date.Builder |
getReleaseDateOrBuilder()
public DateOrBuilder getReleaseDateOrBuilder()
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getVersion()
public String getVersion()
Kubernetes version name.
string version = 1;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()
Kubernetes version name.
string version = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |
hasEndOfLifeDate()
public boolean hasEndOfLifeDate()
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the endOfLifeDate field is set. |
hasReleaseDate()
public boolean hasReleaseDate()
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the releaseDate field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeEndOfLifeDate(Date value)
public AwsK8sVersionInfo.Builder mergeEndOfLifeDate(Date value)
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
com.google.type.Date |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
mergeFrom(AwsK8sVersionInfo other)
public AwsK8sVersionInfo.Builder mergeFrom(AwsK8sVersionInfo other)
Parameter | |
---|---|
Name | Description |
other |
AwsK8sVersionInfo |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AwsK8sVersionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AwsK8sVersionInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
mergeReleaseDate(Date value)
public AwsK8sVersionInfo.Builder mergeReleaseDate(Date value)
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
com.google.type.Date |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AwsK8sVersionInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setEnabled(boolean value)
public AwsK8sVersionInfo.Builder setEnabled(boolean value)
Optional. True if the version is available for cluster creation. If a version is enabled for creation, it can be used to create new clusters. Otherwise, cluster creation will fail. However, cluster upgrade operations may succeed, even if the version is not enabled.
bool enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
boolean The enabled to set. |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
This builder for chaining. |
setEndOfLife(boolean value)
public AwsK8sVersionInfo.Builder setEndOfLife(boolean value)
Optional. True if this cluster version belongs to a minor version that has reached its end of life and is no longer in scope to receive security and bug fixes.
bool end_of_life = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
boolean The endOfLife to set. |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
This builder for chaining. |
setEndOfLifeDate(Date value)
public AwsK8sVersionInfo.Builder setEndOfLifeDate(Date value)
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
com.google.type.Date |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setEndOfLifeDate(Date.Builder builderForValue)
public AwsK8sVersionInfo.Builder setEndOfLifeDate(Date.Builder builderForValue)
Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life
field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
.google.type.Date end_of_life_date = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
com.google.type.Date.Builder |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AwsK8sVersionInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setReleaseDate(Date value)
public AwsK8sVersionInfo.Builder setReleaseDate(Date value)
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
com.google.type.Date |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setReleaseDate(Date.Builder builderForValue)
public AwsK8sVersionInfo.Builder setReleaseDate(Date.Builder builderForValue)
Optional. The date (in Pacific Time) when the cluster version was released.
.google.type.Date release_date = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
com.google.type.Date.Builder |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AwsK8sVersionInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AwsK8sVersionInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
setVersion(String value)
public AwsK8sVersionInfo.Builder setVersion(String value)
Kubernetes version name.
string version = 1;
Parameter | |
---|---|
Name | Description |
value |
String The version to set. |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public AwsK8sVersionInfo.Builder setVersionBytes(ByteString value)
Kubernetes version name.
string version = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for version to set. |
Returns | |
---|---|
Type | Description |
AwsK8sVersionInfo.Builder |
This builder for chaining. |