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