Class: Google::Cloud::CloudControlsPartner::V1::ListViolationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::ListViolationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb
Overview
Response message for list customer violation requests
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Workloads that could not be reached due to permission errors or any other error.
-
#violations ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::Violation>
List of violation.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
212 213 214 215 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 212 class ListViolationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Workloads that could not be reached due to permission errors or any other error. Ref: https://google.aip.dev/217.
212 213 214 215 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 212 class ListViolationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#violations ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::Violation>
Returns List of violation.
212 213 214 215 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 212 class ListViolationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |