- 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 AzureServerConfig.Builder extends GeneratedMessageV3.Builder<AzureServerConfig.Builder> implements AzureServerConfigOrBuilder
AzureServerConfig contains information about a Google Cloud location, such as supported Azure regions and Kubernetes versions.
Protobuf type google.cloud.gkemulticloud.v1.AzureServerConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AzureServerConfig.BuilderImplements
AzureServerConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllSupportedAzureRegions(Iterable<String> values)
public AzureServerConfig.Builder addAllSupportedAzureRegions(Iterable<String> values)
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The supportedAzureRegions to add. |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
addAllValidVersions(Iterable<? extends AzureK8sVersionInfo> values)
public AzureServerConfig.Builder addAllValidVersions(Iterable<? extends AzureK8sVersionInfo> values)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.gkemulticloud.v1.AzureK8sVersionInfo> |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AzureServerConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
addSupportedAzureRegions(String value)
public AzureServerConfig.Builder addSupportedAzureRegions(String value)
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Parameter | |
---|---|
Name | Description |
value |
String The supportedAzureRegions to add. |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
addSupportedAzureRegionsBytes(ByteString value)
public AzureServerConfig.Builder addSupportedAzureRegionsBytes(ByteString value)
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the supportedAzureRegions to add. |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
addValidVersions(AzureK8sVersionInfo value)
public AzureServerConfig.Builder addValidVersions(AzureK8sVersionInfo value)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
value |
AzureK8sVersionInfo |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
addValidVersions(AzureK8sVersionInfo.Builder builderForValue)
public AzureServerConfig.Builder addValidVersions(AzureK8sVersionInfo.Builder builderForValue)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
AzureK8sVersionInfo.Builder |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
addValidVersions(int index, AzureK8sVersionInfo value)
public AzureServerConfig.Builder addValidVersions(int index, AzureK8sVersionInfo value)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AzureK8sVersionInfo |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
addValidVersions(int index, AzureK8sVersionInfo.Builder builderForValue)
public AzureServerConfig.Builder addValidVersions(int index, AzureK8sVersionInfo.Builder builderForValue)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AzureK8sVersionInfo.Builder |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
addValidVersionsBuilder()
public AzureK8sVersionInfo.Builder addValidVersionsBuilder()
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
addValidVersionsBuilder(int index)
public AzureK8sVersionInfo.Builder addValidVersionsBuilder(int index)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
build()
public AzureServerConfig build()
Returns | |
---|---|
Type | Description |
AzureServerConfig |
buildPartial()
public AzureServerConfig buildPartial()
Returns | |
---|---|
Type | Description |
AzureServerConfig |
clear()
public AzureServerConfig.Builder clear()
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public AzureServerConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
clearName()
public AzureServerConfig.Builder clearName()
The AzureServerConfig
resource name.
AzureServerConfig
names are formatted as
projects/<project-number>/locations/<region>/azureServerConfig
.
See Resource Names for more details on Google Cloud Platform resource names.
string name = 1;
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AzureServerConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
clearSupportedAzureRegions()
public AzureServerConfig.Builder clearSupportedAzureRegions()
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
clearValidVersions()
public AzureServerConfig.Builder clearValidVersions()
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
clone()
public AzureServerConfig.Builder clone()
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
getDefaultInstanceForType()
public AzureServerConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AzureServerConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
The AzureServerConfig
resource name.
AzureServerConfig
names are formatted as
projects/<project-number>/locations/<region>/azureServerConfig
.
See Resource Names for more details on Google Cloud Platform resource names.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
The AzureServerConfig
resource name.
AzureServerConfig
names are formatted as
projects/<project-number>/locations/<region>/azureServerConfig
.
See Resource Names for more details on Google Cloud Platform resource names.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getSupportedAzureRegions(int index)
public String getSupportedAzureRegions(int index)
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The supportedAzureRegions at the given index. |
getSupportedAzureRegionsBytes(int index)
public ByteString getSupportedAzureRegionsBytes(int index)
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the supportedAzureRegions at the given index. |
getSupportedAzureRegionsCount()
public int getSupportedAzureRegionsCount()
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Returns | |
---|---|
Type | Description |
int |
The count of supportedAzureRegions. |
getSupportedAzureRegionsList()
public ProtocolStringList getSupportedAzureRegionsList()
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the supportedAzureRegions. |
getValidVersions(int index)
public AzureK8sVersionInfo getValidVersions(int index)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo |
getValidVersionsBuilder(int index)
public AzureK8sVersionInfo.Builder getValidVersionsBuilder(int index)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfo.Builder |
getValidVersionsBuilderList()
public List<AzureK8sVersionInfo.Builder> getValidVersionsBuilderList()
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Returns | |
---|---|
Type | Description |
List<Builder> |
getValidVersionsCount()
public int getValidVersionsCount()
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Returns | |
---|---|
Type | Description |
int |
getValidVersionsList()
public List<AzureK8sVersionInfo> getValidVersionsList()
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Returns | |
---|---|
Type | Description |
List<AzureK8sVersionInfo> |
getValidVersionsOrBuilder(int index)
public AzureK8sVersionInfoOrBuilder getValidVersionsOrBuilder(int index)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AzureK8sVersionInfoOrBuilder |
getValidVersionsOrBuilderList()
public List<? extends AzureK8sVersionInfoOrBuilder> getValidVersionsOrBuilderList()
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.gkemulticloud.v1.AzureK8sVersionInfoOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AzureServerConfig other)
public AzureServerConfig.Builder mergeFrom(AzureServerConfig other)
Parameter | |
---|---|
Name | Description |
other |
AzureServerConfig |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AzureServerConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AzureServerConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AzureServerConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
removeValidVersions(int index)
public AzureServerConfig.Builder removeValidVersions(int index)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AzureServerConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
setName(String value)
public AzureServerConfig.Builder setName(String value)
The AzureServerConfig
resource name.
AzureServerConfig
names are formatted as
projects/<project-number>/locations/<region>/azureServerConfig
.
See Resource Names for more details on Google Cloud Platform resource names.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public AzureServerConfig.Builder setNameBytes(ByteString value)
The AzureServerConfig
resource name.
AzureServerConfig
names are formatted as
projects/<project-number>/locations/<region>/azureServerConfig
.
See Resource Names for more details on Google Cloud Platform resource names.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AzureServerConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
setSupportedAzureRegions(int index, String value)
public AzureServerConfig.Builder setSupportedAzureRegions(int index, String value)
The list of supported Azure regions.
repeated string supported_azure_regions = 3;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The supportedAzureRegions to set. |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AzureServerConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
setValidVersions(int index, AzureK8sVersionInfo value)
public AzureServerConfig.Builder setValidVersions(int index, AzureK8sVersionInfo value)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AzureK8sVersionInfo |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |
setValidVersions(int index, AzureK8sVersionInfo.Builder builderForValue)
public AzureServerConfig.Builder setValidVersions(int index, AzureK8sVersionInfo.Builder builderForValue)
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
repeated .google.cloud.gkemulticloud.v1.AzureK8sVersionInfo valid_versions = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AzureK8sVersionInfo.Builder |
Returns | |
---|---|
Type | Description |
AzureServerConfig.Builder |