Reference documentation and code samples for the Cloud Controls Partner V1BETA API class Google::Cloud::CloudControlsPartner::V1beta::ListViolationsRequest.
Message for requesting list of Violations
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filtering results
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filtering results
Returns
- (::String) — Optional. Filtering results
#interval
def interval() -> ::Google::Type::Interval
Returns
- (::Google::Type::Interval) — Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.
#interval=
def interval=(value) -> ::Google::Type::Interval
Parameter
- value (::Google::Type::Interval) — Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.
Returns
- (::Google::Type::Interval) — Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Hint for how to order the results
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Hint for how to order the results
Returns
- (::String) — Optional. Hint for how to order the results
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.
Returns
- (::Integer) — Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. A page token, received from a previous
ListViolations
call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token, received from a previous
ListViolations
call. Provide this to retrieve the subsequent page.
Returns
-
(::String) — Optional. A page token, received from a previous
ListViolations
call. Provide this to retrieve the subsequent page.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource
Format
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource
Format
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
Returns
-
(::String) — Required. Parent resource
Format
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}