Class: Google::Cloud::Dataflow::V1beta3::StreamingApplianceSnapshotConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StreamingApplianceSnapshotConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/streaming.rb
Overview
Streaming appliance snapshot configuration.
Instance Attribute Summary collapse
-
#import_state_endpoint ⇒ ::String
Indicates which endpoint is used to import appliance state.
-
#snapshot_id ⇒ ::String
If set, indicates the snapshot id for the snapshot being performed.
Instance Attribute Details
#import_state_endpoint ⇒ ::String
Returns Indicates which endpoint is used to import appliance state.
274 275 276 277 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 274 class StreamingApplianceSnapshotConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_id ⇒ ::String
Returns If set, indicates the snapshot id for the snapshot being performed.
274 275 276 277 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 274 class StreamingApplianceSnapshotConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |