public interface PubsubSnapshotMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpireTime()
public abstract Timestamp getExpireTime()The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
| Type | Description |
| Timestamp | The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
| Type | Description |
| TimestampOrBuilder |
getSnapshotName()
public abstract String getSnapshotName()The name of the Pubsub snapshot.
string snapshot_name = 2;
| Type | Description |
| String | The snapshotName. |
getSnapshotNameBytes()
public abstract ByteString getSnapshotNameBytes()The name of the Pubsub snapshot.
string snapshot_name = 2;
| Type | Description |
| ByteString | The bytes for snapshotName. |
getTopicName()
public abstract String getTopicName()The name of the Pubsub topic.
string topic_name = 1;
| Type | Description |
| String | The topicName. |
getTopicNameBytes()
public abstract ByteString getTopicNameBytes()The name of the Pubsub topic.
string topic_name = 1;
| Type | Description |
| ByteString | The bytes for topicName. |
hasExpireTime()
public abstract boolean hasExpireTime()The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
| Type | Description |
| boolean | Whether the expireTime field is set. |