Class: Google::Cloud::CloudControlsPartner::V1::GetViolationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::GetViolationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb
Overview
Message for getting a Violation
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/violations/{violation}.
222 223 224 225 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 222 class GetViolationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |