- 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 AzureK8sVersionInfo.Builder extends GeneratedMessageV3.Builder<AzureK8sVersionInfo.Builder> implements AzureK8sVersionInfoOrBuilder
Kubernetes version information of GKE cluster on Azure.
Protobuf type google.cloud.gkemulticloud.v1.AzureK8sVersionInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AzureK8sVersionInfo.BuilderImplements
AzureK8sVersionInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AzureK8sVersionInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
build()
public AzureK8sVersionInfo build()
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo |
buildPartial()
public AzureK8sVersionInfo buildPartial()
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo |
clear()
public AzureK8sVersionInfo.Builder clear()
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
clearEnabled()
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
This builder for chaining. |
clearEndOfLife()
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
This builder for chaining. |
clearEndOfLifeDate()
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public AzureK8sVersionInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AzureK8sVersionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
clearReleaseDate()
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
clearVersion()
public AzureK8sVersionInfo.Builder clearVersion()
Kubernetes version name (for example, 1.19.10-gke.1000
)
string version = 1;
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
This builder for chaining. |
clone()
public AzureK8sVersionInfo.Builder clone()
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
getDefaultInstanceForType()
public AzureK8sVersionInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo |
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 (for example, 1.19.10-gke.1000
)
string version = 1;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()
Kubernetes version name (for example, 1.19.10-gke.1000
)
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 AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
mergeFrom(AzureK8sVersionInfo other)
public AzureK8sVersionInfo.Builder mergeFrom(AzureK8sVersionInfo other)
Parameter | |
---|---|
Name | Description |
other |
AzureK8sVersionInfo |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AzureK8sVersionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AzureK8sVersionInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
mergeReleaseDate(Date value)
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AzureK8sVersionInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
setEnabled(boolean value)
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
This builder for chaining. |
setEndOfLife(boolean value)
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
This builder for chaining. |
setEndOfLifeDate(Date value)
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
setEndOfLifeDate(Date.Builder builderForValue)
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AzureK8sVersionInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
setReleaseDate(Date value)
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
setReleaseDate(Date.Builder builderForValue)
public AzureK8sVersionInfo.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 |
AzureK8sVersionInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AzureK8sVersionInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AzureK8sVersionInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
setVersion(String value)
public AzureK8sVersionInfo.Builder setVersion(String value)
Kubernetes version name (for example, 1.19.10-gke.1000
)
string version = 1;
Parameter | |
---|---|
Name | Description |
value |
String The version to set. |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public AzureK8sVersionInfo.Builder setVersionBytes(ByteString value)
Kubernetes version name (for example, 1.19.10-gke.1000
)
string version = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for version to set. |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
This builder for chaining. |