Class: Google::Cloud::ConfigService::V1::GetTerraformVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::GetTerraformVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
The request message for the GetTerraformVersion method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the TerraformVersion. Format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
1538 1539 1540 1541 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1538 class GetTerraformVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |