Method: Google::Cloud::Monitoring::V3::ListServicesRequest#filter
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
permalink #filter ⇒ ::String
Returns A filter specifying what Service
s to return. The filter currently
supports the following fields:
- `identifier_case`
- `app_engine.module_id`
- `cloud_endpoints.service` (reserved for future use)
- `mesh_istio.mesh_uid`
- `mesh_istio.service_namespace`
- `mesh_istio.service_name`
- `cluster_istio.location` (deprecated)
- `cluster_istio.cluster_name` (deprecated)
- `cluster_istio.service_namespace` (deprecated)
- `cluster_istio.service_name` (deprecated)
identifier_case
refers to which option in the identifier oneof is
populated. For example, the filter identifier_case = "CUSTOM"
would match
all services with a value for the custom
field. Valid options are
"CUSTOM", "APP_ENGINE", "MESH_ISTIO", plus "CLUSTER_ISTIO" (deprecated)
and "CLOUD_ENDPOINTS" (reserved for future use).
93 94 95 96 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 93 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |