Uses of Class
com.google.cloud.resourcemanager.v3.Organization.OwnerCase
-
Packages that use Organization.OwnerCase Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager API -
-
Uses of Organization.OwnerCase in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return Organization.OwnerCase Modifier and Type Method Description static Organization.OwnerCase
Organization.OwnerCase. forNumber(int value)
Organization.OwnerCase
Organization.Builder. getOwnerCase()
Organization.OwnerCase
Organization. getOwnerCase()
Organization.OwnerCase
OrganizationOrBuilder. getOwnerCase()
static Organization.OwnerCase
Organization.OwnerCase. valueOf(int value)
Deprecated.static Organization.OwnerCase
Organization.OwnerCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Organization.OwnerCase[]
Organization.OwnerCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-