API Gateway v1 API - Class CreateGatewayRequest (2.3.0)

public sealed class CreateGatewayRequest : IMessage<CreateGatewayRequest>, IEquatable<CreateGatewayRequest>, IDeepCloneable<CreateGatewayRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API Gateway v1 API class CreateGatewayRequest.

Request message for ApiGatewayService.CreateGateway

Inheritance

object > CreateGatewayRequest

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

CreateGatewayRequest()

public CreateGatewayRequest()

CreateGatewayRequest(CreateGatewayRequest)

public CreateGatewayRequest(CreateGatewayRequest other)
Parameter
NameDescription
otherCreateGatewayRequest

Properties

Gateway

public Gateway Gateway { get; set; }

Required. Gateway resource.

Property Value
TypeDescription
Gateway

GatewayId

public string GatewayId { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName