Class: Google::Cloud::ConfigService::V1::ExportDeploymentStatefileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ExportDeploymentStatefileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A request to export a state file passed to a 'ExportDeploymentStatefile' call.
Instance Attribute Summary collapse
-
#draft ⇒ ::Boolean
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#draft ⇒ ::Boolean
Returns Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.
1033 1034 1035 1036 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1033 class ExportDeploymentStatefileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
1033 1034 1035 1036 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1033 class ExportDeploymentStatefileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |