Class ProjectsResource.LocationsResource.GatewaysResource.CreateRequest
Creates a new Gateway in a given project and location.
Inheritance
ProjectsResource.LocationsResource.GatewaysResource.CreateRequest
Inherited Members
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Apigateway.v1.Data.ApigatewayOperation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Apigateway.v1.Data.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Apigateway.v1.Data.ApigatewayOperation>.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.Apigateway.v1.Data.ApigatewayOperation>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()