Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GatewaysResource.CreateRequest

Creates a new Gateway in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ApigatewayOperation>
ApigatewayBaseServiceRequest<ApigatewayOperation>
ProjectsResource.LocationsResource.GatewaysResource.CreateRequest
Implements
IClientServiceRequest<ApigatewayOperation>
IClientServiceRequest
Inherited Members
ApigatewayBaseServiceRequest<ApigatewayOperation>.Xgafv
ApigatewayBaseServiceRequest<ApigatewayOperation>.AccessToken
ApigatewayBaseServiceRequest<ApigatewayOperation>.Alt
ApigatewayBaseServiceRequest<ApigatewayOperation>.Callback
ApigatewayBaseServiceRequest<ApigatewayOperation>.Fields
ApigatewayBaseServiceRequest<ApigatewayOperation>.Key
ApigatewayBaseServiceRequest<ApigatewayOperation>.OauthToken
ApigatewayBaseServiceRequest<ApigatewayOperation>.PrettyPrint
ApigatewayBaseServiceRequest<ApigatewayOperation>.QuotaUser
ApigatewayBaseServiceRequest<ApigatewayOperation>.UploadType
ApigatewayBaseServiceRequest<ApigatewayOperation>.UploadProtocol
ClientServiceRequest<ApigatewayOperation>.Execute()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStream()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsync()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStreamAsync()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ApigatewayOperation>.CreateRequest(bool?)
ClientServiceRequest<ApigatewayOperation>.GenerateRequestUri()
ClientServiceRequest<ApigatewayOperation>.GetDefaultETagAction(string)
ClientServiceRequest<ApigatewayOperation>.ETagAction
ClientServiceRequest<ApigatewayOperation>.ModifyRequest
ClientServiceRequest<ApigatewayOperation>.ValidateParameters
ClientServiceRequest<ApigatewayOperation>.ApiVersion
ClientServiceRequest<ApigatewayOperation>.RequestParameters
ClientServiceRequest<ApigatewayOperation>.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.Apigateway.v1
Assembly: Google.Apis.Apigateway.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GatewaysResource.CreateRequest : ApigatewayBaseServiceRequest<ApigatewayOperation>, IClientServiceRequest<ApigatewayOperation>, IClientServiceRequest

Constructors

CreateRequest(IClientService, ApigatewayGateway, string)

Constructs a new Create request.

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

Properties

GatewayId

Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.

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

MethodName

Gets the method name.

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

Parent

Required. Parent resource of the Gateway, of the form: projects/*/locations/*

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
ApigatewayBaseServiceRequest<ApigatewayOperation>.InitParameters()

Implements

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