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