public interface AttachedServerConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The resource name of the config.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The resource name of the config.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getValidVersions(int index)
public abstract AttachedPlatformVersionInfo getValidVersions(int index)List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfo |
|
getValidVersionsCount()
public abstract int getValidVersionsCount()List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getValidVersionsList()
public abstract List<AttachedPlatformVersionInfo> getValidVersionsList()List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
| Returns | |
|---|---|
| Type | Description |
List<AttachedPlatformVersionInfo> |
|
getValidVersionsOrBuilder(int index)
public abstract AttachedPlatformVersionInfoOrBuilder getValidVersionsOrBuilder(int index)List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttachedPlatformVersionInfoOrBuilder |
|
getValidVersionsOrBuilderList()
public abstract List<? extends AttachedPlatformVersionInfoOrBuilder> getValidVersionsOrBuilderList()List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfoOrBuilder> |
|