Class: Google::Cloud::Dataflow::V1beta3::ListSnapshotsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/snapshots.rb

Overview

List of snapshots.

Instance Attribute Summary collapse

Instance Attribute Details

#snapshots::Array<::Google::Cloud::Dataflow::V1beta3::Snapshot>

Returned snapshots.

Returns:



131
132
133
134
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 131

class ListSnapshotsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end