public static final class FailoverIcebergCatalogResponse.Builder extends GeneratedMessage.Builder<FailoverIcebergCatalogResponse.Builder> implements FailoverIcebergCatalogResponseOrBuilder
Response message for FailoverIcebergCatalog.
Protobuf type google.cloud.biglake.v1.FailoverIcebergCatalogResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public FailoverIcebergCatalogResponse build()
buildPartial()
public FailoverIcebergCatalogResponse buildPartial()
clear()
public FailoverIcebergCatalogResponse.Builder clear()
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];
getDefaultInstanceForType()
public FailoverIcebergCatalogResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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];
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];
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FailoverIcebergCatalogResponse other)
public FailoverIcebergCatalogResponse.Builder mergeFrom(FailoverIcebergCatalogResponse other)
public FailoverIcebergCatalogResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FailoverIcebergCatalogResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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];
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];
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
|