| Modifier and Type | Method and Description |
|---|---|
static Execution.CallLogLevel |
Execution.CallLogLevel.forNumber(int value) |
Execution.CallLogLevel |
ExecutionOrBuilder.getCallLogLevel()
The call logging level associated to this execution.
|
Execution.CallLogLevel |
Execution.getCallLogLevel()
The call logging level associated to this execution.
|
Execution.CallLogLevel |
Execution.Builder.getCallLogLevel()
The call logging level associated to this execution.
|
static Execution.CallLogLevel |
Execution.CallLogLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Execution.CallLogLevel |
Execution.CallLogLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Execution.CallLogLevel> |
Execution.CallLogLevel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Execution.Builder |
Execution.Builder.setCallLogLevel(Execution.CallLogLevel value)
The call logging level associated to this execution.
|
Copyright © 2024 Google LLC. All rights reserved.