Show / Hide Table of Contents

Class ServicesResource.ListRequest

List Services for this Metrics Scope.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListServicesResponse>
MonitoringBaseServiceRequest<ListServicesResponse>
ServicesResource.ListRequest
Implements
IClientServiceRequest<ListServicesResponse>
IClientServiceRequest
Inherited Members
MonitoringBaseServiceRequest<ListServicesResponse>.Xgafv
MonitoringBaseServiceRequest<ListServicesResponse>.AccessToken
MonitoringBaseServiceRequest<ListServicesResponse>.Alt
MonitoringBaseServiceRequest<ListServicesResponse>.Callback
MonitoringBaseServiceRequest<ListServicesResponse>.Fields
MonitoringBaseServiceRequest<ListServicesResponse>.Key
MonitoringBaseServiceRequest<ListServicesResponse>.OauthToken
MonitoringBaseServiceRequest<ListServicesResponse>.PrettyPrint
MonitoringBaseServiceRequest<ListServicesResponse>.QuotaUser
MonitoringBaseServiceRequest<ListServicesResponse>.UploadType
MonitoringBaseServiceRequest<ListServicesResponse>.UploadProtocol
ClientServiceRequest<ListServicesResponse>.Execute()
ClientServiceRequest<ListServicesResponse>.ExecuteAsStream()
ClientServiceRequest<ListServicesResponse>.ExecuteAsync()
ClientServiceRequest<ListServicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListServicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListServicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListServicesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListServicesResponse>.GenerateRequestUri()
ClientServiceRequest<ListServicesResponse>.GetBody()
ClientServiceRequest<ListServicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListServicesResponse>.ETagAction
ClientServiceRequest<ListServicesResponse>.ModifyRequest
ClientServiceRequest<ListServicesResponse>.ValidateParameters
ClientServiceRequest<ListServicesResponse>.ApiVersion
ClientServiceRequest<ListServicesResponse>.RequestParameters
ClientServiceRequest<ListServicesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v3
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ServicesResource.ListRequest : MonitoringBaseServiceRequest<ListServicesResponse>, IClientServiceRequest<ListServicesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

A filter specifying what Services to return. The filter supports filtering on a particular service-identifier type or one of its attributes.To filter on a particular service-identifier type, the identifier_case refers to which option in the identifier field is populated. For example, the filter identifier_case = "CUSTOM" would match all services with a value for the custom field. Valid options include "CUSTOM", "APP_ENGINE", "MESH_ISTIO", and the other options listed at https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services#ServiceTo filter on an attribute of a service-identifier type, apply the filter name by using the snake case of the service-identifier type and the attribute of that service-identifier type, and join the two with a period. For example, to filter by the meshUid field of the MeshIstio service-identifier type, you must filter on mesh_istio.mesh_uid = "123" to match all services with mesh UID "123". Service-identifier types and their attributes are described at https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services#Service

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListServicesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListServicesResponse>.MethodName

PageSize

A non-negative number that is the maximum number of results to return. When 0, use default page size.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Resource name of the parent containing the listed services, either a project (https://cloud.google.com/monitoring/api/v3#project_name) or a Monitoring Metrics Scope. The formats are: projects/[PROJECT_ID_OR_NUMBER] workspaces/[HOST_PROJECT_ID_OR_NUMBER]

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListServicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
MonitoringBaseServiceRequest<ListServicesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX