public interface SqlServerAuditConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucket()
public abstract String getBucket()The name of the destination bucket (e.g., gs://mybucket).
string bucket = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The bucket. |
getBucketBytes()
public abstract ByteString getBucketBytes()The name of the destination bucket (e.g., gs://mybucket).
string bucket = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucket. |
getKind()
public abstract String getKind()This is always sql#sqlServerAuditConfig
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()This is always sql#sqlServerAuditConfig
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getRetentionInterval()
public abstract Duration getRetentionInterval()How long to keep generated audit files.
.google.protobuf.Duration retention_interval = 3;
| Returns | |
|---|---|
| Type | Description |
Duration |
The retentionInterval. |
getRetentionIntervalOrBuilder()
public abstract DurationOrBuilder getRetentionIntervalOrBuilder()How long to keep generated audit files.
.google.protobuf.Duration retention_interval = 3;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getUploadInterval()
public abstract Duration getUploadInterval()How often to upload generated audit files.
.google.protobuf.Duration upload_interval = 4;
| Returns | |
|---|---|
| Type | Description |
Duration |
The uploadInterval. |
getUploadIntervalOrBuilder()
public abstract DurationOrBuilder getUploadIntervalOrBuilder()How often to upload generated audit files.
.google.protobuf.Duration upload_interval = 4;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasRetentionInterval()
public abstract boolean hasRetentionInterval()How long to keep generated audit files.
.google.protobuf.Duration retention_interval = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the retentionInterval field is set. |
hasUploadInterval()
public abstract boolean hasUploadInterval()How often to upload generated audit files.
.google.protobuf.Duration upload_interval = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uploadInterval field is set. |