Class: Google::Cloud::Dataflow::V1beta3::ListSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ListSnapshotsResponse
- 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
-
#snapshots ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::Snapshot>
Returned snapshots.
Instance Attribute Details
#snapshots ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::Snapshot>
Returned snapshots.
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 |