Show / Hide Table of Contents

Class CustomersResource.TelemetryResource.NotificationConfigsResource.ListRequest

List all telemetry notification configs.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of notification configs to return. The service may return fewer than this value. If unspecified, at most 100 notification configs will be returned. The maximum value is 100; values above 100 will be coerced to 100.

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

PageToken

A page token, received from a previous ListTelemetryNotificationConfigs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTelemetryNotificationConfigs must match the call that provided the page token.

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

Parent

Required. The parent which owns the notification configs.

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<GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse>.InitParameters()

Implements

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