Class FailoverIcebergCatalogResponse.Builder (0.71.0)

public static final class FailoverIcebergCatalogResponse.Builder extends GeneratedMessage.Builder<FailoverIcebergCatalogResponse.Builder> implements FailoverIcebergCatalogResponseOrBuilder

Response message for FailoverIcebergCatalog.

Protobuf type google.cloud.biglake.v1.FailoverIcebergCatalogResponse

Static Methods

getDescriptor()

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

Methods

build()

public FailoverIcebergCatalogResponse build()
Returns
Type Description
FailoverIcebergCatalogResponse

buildPartial()

public FailoverIcebergCatalogResponse buildPartial()
Returns
Type Description
FailoverIcebergCatalogResponse

clear()

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

clearReplicationTime()

public FailoverIcebergCatalogResponse.Builder clearReplicationTime()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FailoverIcebergCatalogResponse.Builder

getDefaultInstanceForType()

public FailoverIcebergCatalogResponse getDefaultInstanceForType()
Returns
Type Description
FailoverIcebergCatalogResponse

getDescriptorForType()

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

getReplicationTime()

public Timestamp getReplicationTime()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The replicationTime.

getReplicationTimeBuilder()

public Timestamp.Builder getReplicationTimeBuilder()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getReplicationTimeOrBuilder()

public TimestampOrBuilder getReplicationTimeOrBuilder()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasReplicationTime()

public boolean hasReplicationTime()

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the replicationTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FailoverIcebergCatalogResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeReplicationTime(Timestamp value)

public FailoverIcebergCatalogResponse.Builder mergeReplicationTime(Timestamp value)

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
FailoverIcebergCatalogResponse.Builder

setReplicationTime(Timestamp value)

public FailoverIcebergCatalogResponse.Builder setReplicationTime(Timestamp value)

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
FailoverIcebergCatalogResponse.Builder

setReplicationTime(Timestamp.Builder builderForValue)

public FailoverIcebergCatalogResponse.Builder setReplicationTime(Timestamp.Builder builderForValue)

Output only. The min timestamp for which all namespaces and table metadata have been replicated in the region specified as the new primary_replica. Some resources may have been replicated more recently than this timestamp. If empty, the replica has just been created and has not yet been fully initialized. NOTE: When the Cloud Storage replication watermark is available, this will represent both catalog metadata and Cloud Storage data.

.google.protobuf.Timestamp replication_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FailoverIcebergCatalogResponse.Builder