Class: Google::Cloud::CloudControlsPartner::V1::ListViolationsRequest

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

Instance Attribute Details

#filter::String

Returns Optional. Filtering results.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Type::Interval)

    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.

Returns:

  • (::String)

    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.

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.



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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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