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