Storage Batch Operations v1 API - Class LoggingConfig (1.0.0-beta01)

public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Batch Operations v1 API class LoggingConfig.

Specifies the Cloud Logging behavior.

Inheritance

object > LoggingConfig

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

LoggingConfig()

public LoggingConfig()

LoggingConfig(LoggingConfig)

public LoggingConfig(LoggingConfig other)
Parameter
Name Description
other LoggingConfig

Properties

LogActionStates

public RepeatedField<LoggingConfig.Types.LoggableActionState> LogActionStates { get; }

Required. States in which Action are logged.If empty, no logs are generated.

Property Value
Type Description
RepeatedFieldLoggingConfigTypesLoggableActionState

LogActions

public RepeatedField<LoggingConfig.Types.LoggableAction> LogActions { get; }

Required. Specifies the actions to be logged.

Property Value
Type Description
RepeatedFieldLoggingConfigTypesLoggableAction