- 0.77.0 (latest)
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.71.0
- 0.69.0
- 0.67.0
- 0.66.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 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 AttachedPlatformVersionInfo.Builder extends GeneratedMessageV3.Builder<AttachedPlatformVersionInfo.Builder> implements AttachedPlatformVersionInfoOrBuilderInformation about a supported Attached Clusters platform version.
Protobuf type google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AttachedPlatformVersionInfo.BuilderImplements
AttachedPlatformVersionInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AttachedPlatformVersionInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
build()
public AttachedPlatformVersionInfo build()| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo |
|
buildPartial()
public AttachedPlatformVersionInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo |
|
clear()
public AttachedPlatformVersionInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
clearEnabled()
public AttachedPlatformVersionInfo.Builder clearEnabled()Optional. True if the version is available for attachedcluster creation. If a version is enabled, it can be used to attach new clusters.
bool enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
This builder for chaining. |
clearEndOfLife()
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
This builder for chaining. |
clearEndOfLifeDate()
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public AttachedPlatformVersionInfo.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public AttachedPlatformVersionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
clearReleaseDate()
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
clearVersion()
public AttachedPlatformVersionInfo.Builder clearVersion()Platform version name.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
This builder for chaining. |
clone()
public AttachedPlatformVersionInfo.Builder clone()| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
getDefaultInstanceForType()
public AttachedPlatformVersionInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnabled()
public boolean getEnabled()Optional. True if the version is available for attachedcluster creation. If a version is enabled, it can be used to attach new clusters.
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()Platform version name.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()Platform 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 AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
mergeFrom(AttachedPlatformVersionInfo other)
public AttachedPlatformVersionInfo.Builder mergeFrom(AttachedPlatformVersionInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
AttachedPlatformVersionInfo |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AttachedPlatformVersionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AttachedPlatformVersionInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
mergeReleaseDate(Date value)
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AttachedPlatformVersionInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
setEnabled(boolean value)
public AttachedPlatformVersionInfo.Builder setEnabled(boolean value)Optional. True if the version is available for attachedcluster creation. If a version is enabled, it can be used to attach new clusters.
bool enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enabled to set. |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
This builder for chaining. |
setEndOfLife(boolean value)
public AttachedPlatformVersionInfo.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 |
booleanThe endOfLife to set. |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
This builder for chaining. |
setEndOfLifeDate(Date value)
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
setEndOfLifeDate(Date.Builder builderForValue)
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public AttachedPlatformVersionInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
setReleaseDate(Date value)
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
setReleaseDate(Date.Builder builderForValue)
public AttachedPlatformVersionInfo.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 |
AttachedPlatformVersionInfo.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AttachedPlatformVersionInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final AttachedPlatformVersionInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
|
setVersion(String value)
public AttachedPlatformVersionInfo.Builder setVersion(String value)Platform version name.
string version = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public AttachedPlatformVersionInfo.Builder setVersionBytes(ByteString value)Platform version name.
string version = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo.Builder |
This builder for chaining. |