Uses of Class
com.google.cloud.alloydb.v1.ClusterView
-
Packages that use ClusterView Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of ClusterView in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return ClusterView Modifier and Type Method Description static ClusterView
ClusterView. forNumber(int value)
ClusterView
GetClusterRequest.Builder. getView()
Optional.ClusterView
GetClusterRequest. getView()
Optional.ClusterView
GetClusterRequestOrBuilder. getView()
Optional.static ClusterView
ClusterView. valueOf(int value)
Deprecated.static ClusterView
ClusterView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ClusterView
ClusterView. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterView[]
ClusterView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.alloydb.v1 that return types with arguments of type ClusterView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ClusterView>
ClusterView. internalGetValueMap()
Methods in com.google.cloud.alloydb.v1 with parameters of type ClusterView Modifier and Type Method Description GetClusterRequest.Builder
GetClusterRequest.Builder. setView(ClusterView value)
Optional.
-