Show / Hide Table of Contents

Class CustomersResource.ConnectorConfigsResource.ListRequest

Lists connector configs of a customer.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>
CustomersResource.ConnectorConfigsResource.ListRequest
Implements
IClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>
IClientServiceRequest
Inherited Members
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.Xgafv
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.AccessToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.Alt
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.Callback
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.Fields
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.Key
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.OauthToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.PrettyPrint
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.QuotaUser
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.UploadType
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.UploadProtocol
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.Execute()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.GetBody()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ETagAction
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ModifyRequest
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ValidateParameters
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.ApiVersion
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.RequestParameters
ClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.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.ConnectorConfigsResource.ListRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>, 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<GoogleChromeManagementVersionsV1ListConnectorConfigsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of connector configs to return. The default page size is 50 if page_size is unspecified, and the maximum page size allowed is 100. Values above 100 will be capped at 100.

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

PageToken

Optional. A page token, received from a previous ListConnectorConfigs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListConnectorConfigs 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. Format: customers/{customer}

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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