Uses of Class
com.google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter
-
Packages that use OSPolicy.Resource.ExecResource.Exec.Interpreter Package Description com.google.cloud.osconfig.v1alpha A client to OS Config API -
-
Uses of OSPolicy.Resource.ExecResource.Exec.Interpreter in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return OSPolicy.Resource.ExecResource.Exec.Interpreter Modifier and Type Method Description static OSPolicy.Resource.ExecResource.Exec.Interpreter
OSPolicy.Resource.ExecResource.Exec.Interpreter. forNumber(int value)
OSPolicy.Resource.ExecResource.Exec.Interpreter
OSPolicy.Resource.ExecResource.Exec.Builder. getInterpreter()
Required.OSPolicy.Resource.ExecResource.Exec.Interpreter
OSPolicy.Resource.ExecResource.Exec. getInterpreter()
Required.OSPolicy.Resource.ExecResource.Exec.Interpreter
OSPolicy.Resource.ExecResource.ExecOrBuilder. getInterpreter()
Required.static OSPolicy.Resource.ExecResource.Exec.Interpreter
OSPolicy.Resource.ExecResource.Exec.Interpreter. valueOf(int value)
Deprecated.static OSPolicy.Resource.ExecResource.Exec.Interpreter
OSPolicy.Resource.ExecResource.Exec.Interpreter. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OSPolicy.Resource.ExecResource.Exec.Interpreter
OSPolicy.Resource.ExecResource.Exec.Interpreter. valueOf(String name)
Returns the enum constant of this type with the specified name.static OSPolicy.Resource.ExecResource.Exec.Interpreter[]
OSPolicy.Resource.ExecResource.Exec.Interpreter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.osconfig.v1alpha that return types with arguments of type OSPolicy.Resource.ExecResource.Exec.Interpreter Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OSPolicy.Resource.ExecResource.Exec.Interpreter>
OSPolicy.Resource.ExecResource.Exec.Interpreter. internalGetValueMap()
Methods in com.google.cloud.osconfig.v1alpha with parameters of type OSPolicy.Resource.ExecResource.Exec.Interpreter Modifier and Type Method Description OSPolicy.Resource.ExecResource.Exec.Builder
OSPolicy.Resource.ExecResource.Exec.Builder. setInterpreter(OSPolicy.Resource.ExecResource.Exec.Interpreter value)
Required.
-