public static interface TransferTypes.LoggingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableOnpremGcsTransferLogs()
For transfers with a PosixFilesystem source, this option enables the Cloud
Storage transfer logs for this transfer.
|
TransferTypes.LoggingConfig.LoggableAction |
getLogActions(int index)
Specifies the actions to be logged.
|
int |
getLogActionsCount()
Specifies the actions to be logged.
|
List<TransferTypes.LoggingConfig.LoggableAction> |
getLogActionsList()
Specifies the actions to be logged.
|
TransferTypes.LoggingConfig.LoggableActionState |
getLogActionStates(int index)
States in which `log_actions` are logged.
|
int |
getLogActionStatesCount()
States in which `log_actions` are logged.
|
List<TransferTypes.LoggingConfig.LoggableActionState> |
getLogActionStatesList()
States in which `log_actions` are logged.
|
int |
getLogActionStatesValue(int index)
States in which `log_actions` are logged.
|
List<Integer> |
getLogActionStatesValueList()
States in which `log_actions` are logged.
|
int |
getLogActionsValue(int index)
Specifies the actions to be logged.
|
List<Integer> |
getLogActionsValueList()
Specifies the actions to be logged.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TransferTypes.LoggingConfig.LoggableAction> getLogActionsList()
Specifies the actions to be logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableAction log_actions = 1;
int getLogActionsCount()
Specifies the actions to be logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableAction log_actions = 1;
TransferTypes.LoggingConfig.LoggableAction getLogActions(int index)
Specifies the actions to be logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableAction log_actions = 1;
index - The index of the element to return.List<Integer> getLogActionsValueList()
Specifies the actions to be logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableAction log_actions = 1;
int getLogActionsValue(int index)
Specifies the actions to be logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableAction log_actions = 1;
index - The index of the value to return.List<TransferTypes.LoggingConfig.LoggableActionState> getLogActionStatesList()
States in which `log_actions` are logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableActionState log_action_states = 2;
int getLogActionStatesCount()
States in which `log_actions` are logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableActionState log_action_states = 2;
TransferTypes.LoggingConfig.LoggableActionState getLogActionStates(int index)
States in which `log_actions` are logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableActionState log_action_states = 2;
index - The index of the element to return.List<Integer> getLogActionStatesValueList()
States in which `log_actions` are logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableActionState log_action_states = 2;
int getLogActionStatesValue(int index)
States in which `log_actions` are logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use [enable_onprem_gcs_transfer_logs][google.storagetransfer.v1.LoggingConfig.enable_onprem_gcs_transfer_logs] instead.
repeated .google.storagetransfer.v1.LoggingConfig.LoggableActionState log_action_states = 2;
index - The index of the value to return.boolean getEnableOnpremGcsTransferLogs()
For transfers with a PosixFilesystem source, this option enables the Cloud Storage transfer logs for this transfer.
bool enable_onprem_gcs_transfer_logs = 3;Copyright © 2022 Google LLC. All rights reserved.