Show / Hide Table of Contents

Class CustomersResource.ConnectorConfigsResource.CreateRequest

Creates a connector config.

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

Constructors

CreateRequest(IClientService, GoogleChromeManagementVersionsV1ConnectorConfig, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleChromeManagementVersionsV1ConnectorConfig body, string parent)
Parameters
Type Name Description
IClientService service
GoogleChromeManagementVersionsV1ConnectorConfig body
string parent

Properties

ConnectorConfigId

Optional. ID to use for the connector config, which becomes the final component of the connector config's resource name. If provided, the ID must be 1-63 characters long, and contain only lowercase letters, digits, and hyphens. It must start with a letter, and end with a letter or number. If not provided, the connector config will be assigned a random UUID.

Declaration
[RequestParameter("connectorConfigId", RequestParameterType.Query)]
public virtual string ConnectorConfigId { 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<GoogleChromeManagementVersionsV1ConnectorConfig>.HttpMethod

MethodName

Gets the method name.

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

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleChromeManagementVersionsV1ConnectorConfig>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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