Class: Google::Cloud::CloudControlsPartner::V1::ListViolationsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:



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