Class ExportFindingsMetadata.Builder (2.91.0)

public static final class ExportFindingsMetadata.Builder extends GeneratedMessage.Builder<ExportFindingsMetadata.Builder> implements ExportFindingsMetadataOrBuilder

The LRO metadata for a ExportFindings request.

Protobuf type google.cloud.securitycenter.v2.ExportFindingsMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportFindingsMetadata build()
Returns
Type Description
ExportFindingsMetadata

buildPartial()

public ExportFindingsMetadata buildPartial()
Returns
Type Description
ExportFindingsMetadata

clear()

public ExportFindingsMetadata.Builder clear()
Returns
Type Description
ExportFindingsMetadata.Builder
Overrides

clearBigQueryDestination()

public ExportFindingsMetadata.Builder clearBigQueryDestination()

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
ExportFindingsMetadata.Builder

clearDestination()

public ExportFindingsMetadata.Builder clearDestination()
Returns
Type Description
ExportFindingsMetadata.Builder

clearExportStartTime()

public ExportFindingsMetadata.Builder clearExportStartTime()

Optional. Timestamp at which export was started

.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExportFindingsMetadata.Builder

getBigQueryDestination()

public 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.

getBigQueryDestinationBuilder()

public BigQueryDestination.Builder getBigQueryDestinationBuilder()

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.Builder

getBigQueryDestinationOrBuilder()

public 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

getDefaultInstanceForType()

public ExportFindingsMetadata getDefaultInstanceForType()
Returns
Type Description
ExportFindingsMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDestinationCase()

public ExportFindingsMetadata.DestinationCase getDestinationCase()
Returns
Type Description
ExportFindingsMetadata.DestinationCase

getExportStartTime()

public 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.

getExportStartTimeBuilder()

public Timestamp.Builder getExportStartTimeBuilder()

Optional. Timestamp at which export was started

.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getExportStartTimeOrBuilder()

public 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBigQueryDestination(BigQueryDestination value)

public ExportFindingsMetadata.Builder mergeBigQueryDestination(BigQueryDestination value)

Required. The destination big query dataset to export findings to.

.google.cloud.securitycenter.v2.BigQueryDestination big_query_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BigQueryDestination
Returns
Type Description
ExportFindingsMetadata.Builder

mergeExportStartTime(Timestamp value)

public ExportFindingsMetadata.Builder mergeExportStartTime(Timestamp value)

Optional. Timestamp at which export was started

.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportFindingsMetadata.Builder

mergeFrom(ExportFindingsMetadata other)

public ExportFindingsMetadata.Builder mergeFrom(ExportFindingsMetadata other)
Parameter
Name Description
other ExportFindingsMetadata
Returns
Type Description
ExportFindingsMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportFindingsMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportFindingsMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportFindingsMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportFindingsMetadata.Builder
Overrides

setBigQueryDestination(BigQueryDestination value)

public ExportFindingsMetadata.Builder setBigQueryDestination(BigQueryDestination value)

Required. The destination big query dataset to export findings to.

.google.cloud.securitycenter.v2.BigQueryDestination big_query_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BigQueryDestination
Returns
Type Description
ExportFindingsMetadata.Builder

setBigQueryDestination(BigQueryDestination.Builder builderForValue)

public ExportFindingsMetadata.Builder setBigQueryDestination(BigQueryDestination.Builder builderForValue)

Required. The destination big query dataset to export findings to.

.google.cloud.securitycenter.v2.BigQueryDestination big_query_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue BigQueryDestination.Builder
Returns
Type Description
ExportFindingsMetadata.Builder

setExportStartTime(Timestamp value)

public ExportFindingsMetadata.Builder setExportStartTime(Timestamp value)

Optional. Timestamp at which export was started

.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportFindingsMetadata.Builder

setExportStartTime(Timestamp.Builder builderForValue)

public ExportFindingsMetadata.Builder setExportStartTime(Timestamp.Builder builderForValue)

Optional. Timestamp at which export was started

.google.protobuf.Timestamp export_start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ExportFindingsMetadata.Builder