Interface PubsubSnapshotMetadataOrBuilder (0.8.0)

public interface PubsubSnapshotMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpireTime()

public abstract Timestamp getExpireTime()

The expire time of the Pubsub snapshot.

.google.protobuf.Timestamp expire_time = 3;

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

The expire time of the Pubsub snapshot.

.google.protobuf.Timestamp expire_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getSnapshotName()

public abstract String getSnapshotName()

The name of the Pubsub snapshot.

string snapshot_name = 2;

Returns
TypeDescription
String

The snapshotName.

getSnapshotNameBytes()

public abstract ByteString getSnapshotNameBytes()

The name of the Pubsub snapshot.

string snapshot_name = 2;

Returns
TypeDescription
ByteString

The bytes for snapshotName.

getTopicName()

public abstract String getTopicName()

The name of the Pubsub topic.

string topic_name = 1;

Returns
TypeDescription
String

The topicName.

getTopicNameBytes()

public abstract ByteString getTopicNameBytes()

The name of the Pubsub topic.

string topic_name = 1;

Returns
TypeDescription
ByteString

The bytes for topicName.

hasExpireTime()

public abstract boolean hasExpireTime()

The expire time of the Pubsub snapshot.

.google.protobuf.Timestamp expire_time = 3;

Returns
TypeDescription
boolean

Whether the expireTime field is set.