Uses of Class
com.google.cloud.workflows.executions.v1.Execution.CallLogLevel
-
Packages that use Execution.CallLogLevel Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of Execution.CallLogLevel in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return Execution.CallLogLevel Modifier and Type Method Description static Execution.CallLogLevel
Execution.CallLogLevel. forNumber(int value)
Execution.CallLogLevel
Execution.Builder. getCallLogLevel()
The call logging level associated to this execution.Execution.CallLogLevel
Execution. getCallLogLevel()
The call logging level associated to this execution.Execution.CallLogLevel
ExecutionOrBuilder. getCallLogLevel()
The call logging level associated to this execution.static Execution.CallLogLevel
Execution.CallLogLevel. valueOf(int value)
Deprecated.static Execution.CallLogLevel
Execution.CallLogLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Execution.CallLogLevel
Execution.CallLogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Execution.CallLogLevel[]
Execution.CallLogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type Execution.CallLogLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.CallLogLevel>
Execution.CallLogLevel. internalGetValueMap()
Methods in com.google.cloud.workflows.executions.v1 with parameters of type Execution.CallLogLevel Modifier and Type Method Description Execution.Builder
Execution.Builder. setCallLogLevel(Execution.CallLogLevel value)
The call logging level associated to this execution.
-