Class CustomersResource.ConnectorConfigsResource.CreateRequest
Creates a connector config.
Inheritance
CustomersResource.ConnectorConfigsResource.CreateRequest
Implements
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ConnectorConfig>.InitParameters()