Uses of Class
com.google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo
-
Packages that use AttachedPlatformVersionInfo Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AttachedPlatformVersionInfo in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AttachedPlatformVersionInfo Modifier and Type Method Description AttachedPlatformVersionInfo
AttachedPlatformVersionInfo.Builder. build()
AttachedPlatformVersionInfo
AttachedPlatformVersionInfo.Builder. buildPartial()
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. getDefaultInstance()
AttachedPlatformVersionInfo
AttachedPlatformVersionInfo.Builder. getDefaultInstanceForType()
AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. getDefaultInstanceForType()
AttachedPlatformVersionInfo
AttachedServerConfig.Builder. getValidVersions(int index)
List of valid platform versions.AttachedPlatformVersionInfo
AttachedServerConfig. getValidVersions(int index)
List of valid platform versions.AttachedPlatformVersionInfo
AttachedServerConfigOrBuilder. getValidVersions(int index)
List of valid platform versions.static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseDelimitedFrom(InputStream input)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(byte[] data)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(com.google.protobuf.ByteString data)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(InputStream input)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(ByteBuffer data)
static AttachedPlatformVersionInfo
AttachedPlatformVersionInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AttachedPlatformVersionInfo Modifier and Type Method Description com.google.protobuf.Parser<AttachedPlatformVersionInfo>
AttachedPlatformVersionInfo. getParserForType()
List<AttachedPlatformVersionInfo>
AttachedServerConfig.Builder. getValidVersionsList()
List of valid platform versions.List<AttachedPlatformVersionInfo>
AttachedServerConfig. getValidVersionsList()
List of valid platform versions.List<AttachedPlatformVersionInfo>
AttachedServerConfigOrBuilder. getValidVersionsList()
List of valid platform versions.static com.google.protobuf.Parser<AttachedPlatformVersionInfo>
AttachedPlatformVersionInfo. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AttachedPlatformVersionInfo Modifier and Type Method Description AttachedServerConfig.Builder
AttachedServerConfig.Builder. addValidVersions(int index, AttachedPlatformVersionInfo value)
List of valid platform versions.AttachedServerConfig.Builder
AttachedServerConfig.Builder. addValidVersions(AttachedPlatformVersionInfo value)
List of valid platform versions.AttachedPlatformVersionInfo.Builder
AttachedPlatformVersionInfo.Builder. mergeFrom(AttachedPlatformVersionInfo other)
static AttachedPlatformVersionInfo.Builder
AttachedPlatformVersionInfo. newBuilder(AttachedPlatformVersionInfo prototype)
AttachedServerConfig.Builder
AttachedServerConfig.Builder. setValidVersions(int index, AttachedPlatformVersionInfo value)
List of valid platform versions.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AttachedPlatformVersionInfo Modifier and Type Method Description AttachedServerConfig.Builder
AttachedServerConfig.Builder. addAllValidVersions(Iterable<? extends AttachedPlatformVersionInfo> values)
List of valid platform versions.
-