Class: Google::Cloud::ConfigService::V1::ImportStatefileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ImportStatefileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A request to import a state file passed to a 'ImportStatefile' call.
Instance Attribute Summary collapse
-
#lock_id ⇒ ::Integer
Required.
-
#parent ⇒ ::String
Required.
-
#skip_draft ⇒ ::Boolean
Optional.
Instance Attribute Details
#lock_id ⇒ ::Integer
1063 1064 1065 1066 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1063 class ImportStatefileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
1063 1064 1065 1066 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1063 class ImportStatefileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_draft ⇒ ::Boolean
1063 1064 1065 1066 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1063 class ImportStatefileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |