Interface AttachedServerConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttachedServerConfig,AttachedServerConfig.Builder
public interface AttachedServerConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The resource name of the config.com.google.protobuf.ByteStringgetNameBytes()The resource name of the config.AttachedPlatformVersionInfogetValidVersions(int index)List of valid platform versions.intgetValidVersionsCount()List of valid platform versions.List<AttachedPlatformVersionInfo>getValidVersionsList()List of valid platform versions.AttachedPlatformVersionInfoOrBuildergetValidVersionsOrBuilder(int index)List of valid platform versions.List<? extends AttachedPlatformVersionInfoOrBuilder>getValidVersionsOrBuilderList()List of valid platform versions.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The resource name of the config.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The resource name of the config.
string name = 1;- Returns:
- The bytes for name.
-
getValidVersionsList
List<AttachedPlatformVersionInfo> getValidVersionsList()
List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
-
getValidVersions
AttachedPlatformVersionInfo getValidVersions(int index)
List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
-
getValidVersionsCount
int getValidVersionsCount()
List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
-
getValidVersionsOrBuilderList
List<? extends AttachedPlatformVersionInfoOrBuilder> getValidVersionsOrBuilderList()
List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
-
getValidVersionsOrBuilder
AttachedPlatformVersionInfoOrBuilder getValidVersionsOrBuilder(int index)
List of valid platform versions.
repeated .google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo valid_versions = 2;
-
-