Uses of Class
com.google.cloud.gkebackup.v1.Backup.ClusterMetadata.PlatformVersionCase
-
Packages that use Backup.ClusterMetadata.PlatformVersionCase Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of Backup.ClusterMetadata.PlatformVersionCase in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return Backup.ClusterMetadata.PlatformVersionCase Modifier and Type Method Description static Backup.ClusterMetadata.PlatformVersionCase
Backup.ClusterMetadata.PlatformVersionCase. forNumber(int value)
Backup.ClusterMetadata.PlatformVersionCase
Backup.ClusterMetadata.Builder. getPlatformVersionCase()
Backup.ClusterMetadata.PlatformVersionCase
Backup.ClusterMetadata. getPlatformVersionCase()
Backup.ClusterMetadata.PlatformVersionCase
Backup.ClusterMetadataOrBuilder. getPlatformVersionCase()
static Backup.ClusterMetadata.PlatformVersionCase
Backup.ClusterMetadata.PlatformVersionCase. valueOf(int value)
Deprecated.static Backup.ClusterMetadata.PlatformVersionCase
Backup.ClusterMetadata.PlatformVersionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Backup.ClusterMetadata.PlatformVersionCase[]
Backup.ClusterMetadata.PlatformVersionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-