Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::PubsubSnapshotMetadata.
Represents a Pubsub snapshot.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The expire time of the Pubsub snapshot.
#expire_time=
def expire_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The expire time of the Pubsub snapshot.
Returns
- (::Google::Protobuf::Timestamp) — The expire time of the Pubsub snapshot.
#snapshot_name
def snapshot_name() -> ::String
Returns
- (::String) — The name of the Pubsub snapshot.
#snapshot_name=
def snapshot_name=(value) -> ::String
Parameter
- value (::String) — The name of the Pubsub snapshot.
Returns
- (::String) — The name of the Pubsub snapshot.
#topic_name
def topic_name() -> ::String
Returns
- (::String) — The name of the Pubsub topic.
#topic_name=
def topic_name=(value) -> ::String
Parameter
- value (::String) — The name of the Pubsub topic.
Returns
- (::String) — The name of the Pubsub topic.