class Google::Apis::StoragetransferV1::LoggingConfig

Logging configure.

Attributes

enable_onprem_gcs_transfer_logs[RW]

Enables the Cloud Storage transfer logs for this transfer. This is only supported for transfer jobs with PosixFilesystem sources. The default is that logs are not generated for this transfer. Corresponds to the JSON property `enableOnpremGcsTransferLogs` @return [Boolean]

enable_onprem_gcs_transfer_logs?[RW]

Enables the Cloud Storage transfer logs for this transfer. This is only supported for transfer jobs with PosixFilesystem sources. The default is that logs are not generated for this transfer. Corresponds to the JSON property `enableOnpremGcsTransferLogs` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/storagetransfer_v1/classes.rb, line 464
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/storagetransfer_v1/classes.rb, line 469
def update!(**args)
  @enable_onprem_gcs_transfer_logs = args[:enable_onprem_gcs_transfer_logs] if args.key?(:enable_onprem_gcs_transfer_logs)
end