Class: Google::Cloud::AssuredWorkloads::V1::GetViolationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AssuredWorkloads::V1::GetViolationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb
Overview
Request for fetching a Workload Violation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Violation to fetch (ie. Violation.name). Format: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}.
551 552 553 554 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 551 class GetViolationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |