Uses of Class
com.google.cloud.resourcemanager.v3.Project.State
-
Packages that use Project.State Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager API -
-
Uses of Project.State in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return Project.State Modifier and Type Method Description static Project.StateProject.State. forNumber(int value)Project.StateProject.Builder. getState()Output only.Project.StateProject. getState()Output only.Project.StateProjectOrBuilder. getState()Output only.static Project.StateProject.State. valueOf(int value)Deprecated.static Project.StateProject.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Project.StateProject.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Project.State[]Project.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type Project.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Project.State>Project.State. internalGetValueMap()Methods in com.google.cloud.resourcemanager.v3 with parameters of type Project.State Modifier and Type Method Description Project.BuilderProject.Builder. setState(Project.State value)Output only.
-