public interface ExportFindingsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigQueryDestination()
public abstract BigQueryDestination getBigQueryDestination()Required. The destination big query dataset to export findings to.
.google.cloud.securitycenter.v2.BigQueryDestination big_query_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination |
The bigQueryDestination. |
getBigQueryDestinationOrBuilder()
public abstract BigQueryDestinationOrBuilder getBigQueryDestinationOrBuilder()Required. The destination big query dataset to export findings to.
.google.cloud.securitycenter.v2.BigQueryDestination big_query_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDestinationOrBuilder |
|
getDestinationCase()
public abstract ExportFindingsMetadata.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description |
ExportFindingsMetadata.DestinationCase |
|
getExportStartTime()
public abstract Timestamp getExportStartTime()Optional. Timestamp at which export was started
.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The exportStartTime. |
getExportStartTimeOrBuilder()
public abstract TimestampOrBuilder getExportStartTimeOrBuilder()Optional. Timestamp at which export was started
.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasBigQueryDestination()
public abstract boolean hasBigQueryDestination()Required. The destination big query dataset to export findings to.
.google.cloud.securitycenter.v2.BigQueryDestination big_query_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bigQueryDestination field is set. |
hasExportStartTime()
public abstract boolean hasExportStartTime()Optional. Timestamp at which export was started
.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exportStartTime field is set. |