Class: Google::Cloud::Dataflow::V1beta3::PubsubSnapshotMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::PubsubSnapshotMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/snapshots.rb
Overview
Represents a Pubsub snapshot.
Instance Attribute Summary collapse
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
The expire time of the Pubsub snapshot.
-
#snapshot_name ⇒ ::String
The name of the Pubsub snapshot.
-
#topic_name ⇒ ::String
The name of the Pubsub topic.
Instance Attribute Details
#expire_time ⇒ ::Google::Protobuf::Timestamp
Returns The expire time of the Pubsub snapshot.
34 35 36 37 |
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 34 class PubsubSnapshotMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_name ⇒ ::String
Returns The name of the Pubsub snapshot.
34 35 36 37 |
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 34 class PubsubSnapshotMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topic_name ⇒ ::String
Returns The name of the Pubsub topic.
34 35 36 37 |
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 34 class PubsubSnapshotMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |