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.CallLogLevelWorkflow.CallLogLevel. forNumber(int value)Workflow.CallLogLevelWorkflow.Builder. getCallLogLevel()Optional.Workflow.CallLogLevelWorkflow. getCallLogLevel()Optional.Workflow.CallLogLevelWorkflowOrBuilder. getCallLogLevel()Optional.static Workflow.CallLogLevelWorkflow.CallLogLevel. valueOf(int value)Deprecated.static Workflow.CallLogLevelWorkflow.CallLogLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Workflow.CallLogLevelWorkflow.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.BuilderWorkflow.Builder. setCallLogLevel(Workflow.CallLogLevel value)Optional.
-