Class: Google::Cloud::ErrorReporting::V1beta1::ServiceContextFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb

Overview

Specifies criteria for filtering a subset of service contexts. The fields in the filter correspond to the fields in ServiceContext. Only exact, case-sensitive matches are supported. If a field is unset or empty, it matches arbitrary values.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type::String

Returns Optional. The exact value to match against ServiceContext.resource_type.

Returns:



282
283
284
285
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 282

class ServiceContextFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service::String

Returns Optional. The exact value to match against ServiceContext.service.

Returns:



282
283
284
285
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 282

class ServiceContextFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns Optional. The exact value to match against ServiceContext.version.

Returns:



282
283
284
285
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 282

class ServiceContextFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end