Class: Google::Cloud::Dataflow::V1beta3::PubsubSnapshotMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#expire_time::Google::Protobuf::Timestamp

Returns The expire time of the Pubsub snapshot.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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