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
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 FailoverHiveCatalogResponse build()
buildPartial()
public FailoverHiveCatalogResponse buildPartial()
clear()
public FailoverHiveCatalogResponse.Builder clear()
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];
getDefaultInstanceForType()
public FailoverHiveCatalogResponse 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.
.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];
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];
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FailoverHiveCatalogResponse other)
public FailoverHiveCatalogResponse.Builder mergeFrom(FailoverHiveCatalogResponse other)
public FailoverHiveCatalogResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FailoverHiveCatalogResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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];
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];
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
|