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.State
Project.State. forNumber(int value)
Project.State
Project.Builder. getState()
Output only.Project.State
Project. getState()
Output only.Project.State
ProjectOrBuilder. getState()
Output only.static Project.State
Project.State. valueOf(int value)
Deprecated.static Project.State
Project.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Project.State
Project.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.Builder
Project.Builder. setState(Project.State value)
Output only.
-