Class FailoverHiveCatalogResponse.Builder (0.83.0)

public static final class FailoverHiveCatalogResponse.Builder extends GeneratedMessage.Builder<FailoverHiveCatalogResponse.Builder> implements FailoverHiveCatalogResponseOrBuilder

Response message for FailoverHiveCatalog.

Protobuf type google.cloud.biglake.hive.v1beta.FailoverHiveCatalogResponse

Static Methods

getDescriptor()

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

Methods

build()

public FailoverHiveCatalogResponse build()
Returns
Type Description
FailoverHiveCatalogResponse

buildPartial()

public FailoverHiveCatalogResponse buildPartial()
Returns
Type Description
FailoverHiveCatalogResponse

clear()

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

clearReplicationTime()

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

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

Returns
Type Description
FailoverHiveCatalogResponse.Builder

getDefaultInstanceForType()

public FailoverHiveCatalogResponse getDefaultInstanceForType()
Returns
Type Description
FailoverHiveCatalogResponse

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.

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

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

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

.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(FailoverHiveCatalogResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeReplicationTime(Timestamp value)

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

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

Parameter
Name Description
value Timestamp
Returns
Type Description
FailoverHiveCatalogResponse.Builder

setReplicationTime(Timestamp value)

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

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

Parameter
Name Description
value Timestamp
Returns
Type Description
FailoverHiveCatalogResponse.Builder

setReplicationTime(Timestamp.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FailoverHiveCatalogResponse.Builder