Class FailoverHiveCatalogResponse (0.83.0)

public final class FailoverHiveCatalogResponse extends GeneratedMessage implements FailoverHiveCatalogResponseOrBuilder

Response message for FailoverHiveCatalog.

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

Static Fields

REPLICATION_TIME_FIELD_NUMBER

public static final int REPLICATION_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FailoverHiveCatalogResponse getDefaultInstance()
Returns
Type Description
FailoverHiveCatalogResponse

getDescriptor()

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

newBuilder()

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

newBuilder(FailoverHiveCatalogResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public FailoverHiveCatalogResponse getDefaultInstanceForType()
Returns
Type Description
FailoverHiveCatalogResponse

getParserForType()

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

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

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.

.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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected FailoverHiveCatalogResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FailoverHiveCatalogResponse.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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