Class FailoverIcebergCatalogResponse (0.62.0)

public final class FailoverIcebergCatalogResponse extends GeneratedMessageV3 implements FailoverIcebergCatalogResponseOrBuilder

Response message for FailoverIcebergCatalog.

Protobuf type google.cloud.biglake.v1.FailoverIcebergCatalogResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FailoverIcebergCatalogResponse

Static Fields

REPLICATION_TIME_FIELD_NUMBER

public static final int REPLICATION_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FailoverIcebergCatalogResponse getDefaultInstance()
Returns
Type Description
FailoverIcebergCatalogResponse

getDescriptor()

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

newBuilder()

public static FailoverIcebergCatalogResponse.Builder newBuilder()
Returns
Type Description
FailoverIcebergCatalogResponse.Builder

newBuilder(FailoverIcebergCatalogResponse prototype)

public static FailoverIcebergCatalogResponse.Builder newBuilder(FailoverIcebergCatalogResponse prototype)
Parameter
Name Description
prototype FailoverIcebergCatalogResponse
Returns
Type Description
FailoverIcebergCatalogResponse.Builder

parseDelimitedFrom(InputStream input)

public static FailoverIcebergCatalogResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FailoverIcebergCatalogResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FailoverIcebergCatalogResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FailoverIcebergCatalogResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FailoverIcebergCatalogResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FailoverIcebergCatalogResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FailoverIcebergCatalogResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FailoverIcebergCatalogResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FailoverIcebergCatalogResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FailoverIcebergCatalogResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FailoverIcebergCatalogResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FailoverIcebergCatalogResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FailoverIcebergCatalogResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FailoverIcebergCatalogResponse> parser()
Returns
Type Description
Parser<FailoverIcebergCatalogResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public FailoverIcebergCatalogResponse getDefaultInstanceForType()
Returns
Type Description
FailoverIcebergCatalogResponse

getParserForType()

public Parser<FailoverIcebergCatalogResponse> getParserForType()
Returns
Type Description
Parser<FailoverIcebergCatalogResponse>
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.

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FailoverIcebergCatalogResponse.Builder newBuilderForType()
Returns
Type Description
FailoverIcebergCatalogResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FailoverIcebergCatalogResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FailoverIcebergCatalogResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FailoverIcebergCatalogResponse.Builder toBuilder()
Returns
Type Description
FailoverIcebergCatalogResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException