| Modifier and Type | Method and Description |
|---|---|
static TransferTypes.LoggingConfig.LoggableAction |
TransferTypes.LoggingConfig.LoggableAction.forNumber(int value) |
TransferTypes.LoggingConfig.LoggableAction |
TransferTypes.LoggingConfigOrBuilder.getLogActions(int index)
Specifies the actions to be logged.
|
TransferTypes.LoggingConfig.LoggableAction |
TransferTypes.LoggingConfig.getLogActions(int index)
Specifies the actions to be logged.
|
TransferTypes.LoggingConfig.LoggableAction |
TransferTypes.LoggingConfig.Builder.getLogActions(int index)
Specifies the actions to be logged.
|
static TransferTypes.LoggingConfig.LoggableAction |
TransferTypes.LoggingConfig.LoggableAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransferTypes.LoggingConfig.LoggableAction |
TransferTypes.LoggingConfig.LoggableAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransferTypes.LoggingConfig.LoggableAction |
TransferTypes.LoggingConfig.LoggableAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferTypes.LoggingConfig.LoggableAction[] |
TransferTypes.LoggingConfig.LoggableAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransferTypes.LoggingConfig.LoggableAction> |
TransferTypes.LoggingConfigOrBuilder.getLogActionsList()
Specifies the actions to be logged.
|
List<TransferTypes.LoggingConfig.LoggableAction> |
TransferTypes.LoggingConfig.getLogActionsList()
Specifies the actions to be logged.
|
List<TransferTypes.LoggingConfig.LoggableAction> |
TransferTypes.LoggingConfig.Builder.getLogActionsList()
Specifies the actions to be logged.
|
static com.google.protobuf.Internal.EnumLiteMap<TransferTypes.LoggingConfig.LoggableAction> |
TransferTypes.LoggingConfig.LoggableAction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TransferTypes.LoggingConfig.Builder |
TransferTypes.LoggingConfig.Builder.addLogActions(TransferTypes.LoggingConfig.LoggableAction value)
Specifies the actions to be logged.
|
TransferTypes.LoggingConfig.Builder |
TransferTypes.LoggingConfig.Builder.setLogActions(int index,
TransferTypes.LoggingConfig.LoggableAction value)
Specifies the actions to be logged.
|
| Modifier and Type | Method and Description |
|---|---|
TransferTypes.LoggingConfig.Builder |
TransferTypes.LoggingConfig.Builder.addAllLogActions(Iterable<? extends TransferTypes.LoggingConfig.LoggableAction> values)
Specifies the actions to be logged.
|
Copyright © 2022 Google LLC. All rights reserved.