Show / Hide Table of Contents

Class ProjectsResource.DashboardsResource.ListRequest

Lists the existing dashboards.This method requires the monitoring.dashboards.list permission on the specified project. For more information, see Cloud Identity and Access Management (https://cloud.google.com/iam).

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDashboardsResponse>
MonitoringBaseServiceRequest<ListDashboardsResponse>
ProjectsResource.DashboardsResource.ListRequest
Implements
IClientServiceRequest<ListDashboardsResponse>
IClientServiceRequest
Inherited Members
MonitoringBaseServiceRequest<ListDashboardsResponse>.Xgafv
MonitoringBaseServiceRequest<ListDashboardsResponse>.AccessToken
MonitoringBaseServiceRequest<ListDashboardsResponse>.Alt
MonitoringBaseServiceRequest<ListDashboardsResponse>.Callback
MonitoringBaseServiceRequest<ListDashboardsResponse>.Fields
MonitoringBaseServiceRequest<ListDashboardsResponse>.Key
MonitoringBaseServiceRequest<ListDashboardsResponse>.OauthToken
MonitoringBaseServiceRequest<ListDashboardsResponse>.PrettyPrint
MonitoringBaseServiceRequest<ListDashboardsResponse>.QuotaUser
MonitoringBaseServiceRequest<ListDashboardsResponse>.UploadType
MonitoringBaseServiceRequest<ListDashboardsResponse>.UploadProtocol
ClientServiceRequest<ListDashboardsResponse>.Execute()
ClientServiceRequest<ListDashboardsResponse>.ExecuteAsStream()
ClientServiceRequest<ListDashboardsResponse>.ExecuteAsync()
ClientServiceRequest<ListDashboardsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDashboardsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDashboardsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDashboardsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDashboardsResponse>.GenerateRequestUri()
ClientServiceRequest<ListDashboardsResponse>.GetBody()
ClientServiceRequest<ListDashboardsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDashboardsResponse>.ETagAction
ClientServiceRequest<ListDashboardsResponse>.ModifyRequest
ClientServiceRequest<ListDashboardsResponse>.ValidateParameters
ClientServiceRequest<ListDashboardsResponse>.ApiVersion
ClientServiceRequest<ListDashboardsResponse>.RequestParameters
ClientServiceRequest<ListDashboardsResponse>.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.v1
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class ProjectsResource.DashboardsResource.ListRequest : MonitoringBaseServiceRequest<ListDashboardsResponse>, IClientServiceRequest<ListDashboardsResponse>, 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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

A positive number that is the maximum number of results to return. If unspecified, a default of 1000 is used.

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

PageToken

Optional. 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. The scope of the dashboards to list. The format is: projects/[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<ListDashboardsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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