Class: Google::Cloud::CloudControlsPartner::V1::ListViolationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::ListViolationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb
Overview
Message for requesting list of Violations
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#interval ⇒ ::Google::Type::Interval
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results.
195 196 197 198 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 195 class ListViolationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interval ⇒ ::Google::Type::Interval
Returns Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.
195 196 197 198 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 195 class ListViolationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
195 196 197 198 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 195 class ListViolationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::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.
195 196 197 198 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 195 class ListViolationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListViolations call.
Provide this to retrieve the subsequent page.
195 196 197 198 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 195 class ListViolationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource
Format
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}.
195 196 197 198 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 195 class ListViolationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |