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.CallLogLevelExecution.CallLogLevel. forNumber(int value)Execution.CallLogLevelExecution.Builder. getCallLogLevel()The call logging level associated to this execution.Execution.CallLogLevelExecution. getCallLogLevel()The call logging level associated to this execution.Execution.CallLogLevelExecutionOrBuilder. getCallLogLevel()The call logging level associated to this execution.static Execution.CallLogLevelExecution.CallLogLevel. valueOf(int value)Deprecated.static Execution.CallLogLevelExecution.CallLogLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Execution.CallLogLevelExecution.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.BuilderExecution.Builder. setCallLogLevel(Execution.CallLogLevel value)The call logging level associated to this execution.
-