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