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 InstanceViewInstanceView. forNumber(int value)InstanceViewGetInstanceRequest.Builder. getView()The view of the instance to return.InstanceViewGetInstanceRequest. getView()The view of the instance to return.InstanceViewGetInstanceRequestOrBuilder. getView()The view of the instance to return.static InstanceViewInstanceView. valueOf(int value)Deprecated.static InstanceViewInstanceView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static InstanceViewInstanceView. 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.BuilderGetInstanceRequest.Builder. setView(InstanceView value)The view of the instance to return.
-