Class: Google::Cloud::ConfigService::V1::DeleteStatefileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::DeleteStatefileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A request to delete a state file passed to a 'DeleteStatefile' call.
Instance Attribute Summary collapse
-
#lock_id ⇒ ::Integer
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#lock_id ⇒ ::Integer
Returns Required. Lock ID of the lock file to verify that the user who is deleting the state file previously locked the Deployment.
1077 1078 1079 1080 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1077 class DeleteStatefileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
1077 1078 1079 1080 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1077 class DeleteStatefileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |