Uses of Class
com.google.cloud.resourcemanager.v3.Organization.State
-
Packages that use Organization.State Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager API -
-
Uses of Organization.State in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return Organization.State Modifier and Type Method Description static Organization.State
Organization.State. forNumber(int value)
Organization.State
Organization.Builder. getState()
Output only.Organization.State
Organization. getState()
Output only.Organization.State
OrganizationOrBuilder. getState()
Output only.static Organization.State
Organization.State. valueOf(int value)
Deprecated.static Organization.State
Organization.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Organization.State
Organization.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Organization.State[]
Organization.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 Organization.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Organization.State>
Organization.State. internalGetValueMap()
Methods in com.google.cloud.resourcemanager.v3 with parameters of type Organization.State Modifier and Type Method Description Organization.Builder
Organization.Builder. setState(Organization.State value)
Output only.
-