Cloud Controls Partner V1BETA API - Class Google::Cloud::CloudControlsPartner::V1beta::ListViolationsResponse (v0.1.0)

Reference documentation and code samples for the Cloud Controls Partner V1BETA API class Google::Cloud::CloudControlsPartner::V1beta::ListViolationsResponse.

Response message for list customer violation requests

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::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.
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.

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::Array<::String>) — Workloads that could not be reached due to permission errors or any other error. Ref: https://google.aip.dev/217

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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

#violations

def violations() -> ::Array<::Google::Cloud::CloudControlsPartner::V1beta::Violation>
Returns

#violations=

def violations=(value) -> ::Array<::Google::Cloud::CloudControlsPartner::V1beta::Violation>
Parameter
Returns