Class ProjectsResource.LocationsResource.ExternalAccountKeysResource.CreateRequest
Creates a new ExternalAccountKey bound to the project.
Inheritance
ProjectsResource.LocationsResource.ExternalAccountKeysResource.CreateRequest
Inherited Members
Namespace: Google.Apis.PublicCertificateAuthority.v1alpha1
Assembly: Google.Apis.PublicCertificateAuthority.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.ExternalAccountKeysResource.CreateRequest : PublicCertificateAuthorityBaseServiceRequest<ExternalAccountKey>, IClientServiceRequest<ExternalAccountKey>, IClientServiceRequest
Constructors
CreateRequest(IClientService, ExternalAccountKey, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, ExternalAccountKey body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ExternalAccountKey | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PublicCertificateAuthority.v1alpha1.Data.ExternalAccountKey>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PublicCertificateAuthority.v1alpha1.Data.ExternalAccountKey>.MethodName
Parent
Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PublicCertificateAuthority.v1alpha1.Data.ExternalAccountKey>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PublicCertificateAuthority.v1alpha1.Data.ExternalAccountKey>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()