Class CreateApiConfigRequest (2.0.0)

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

Request message for ApiGatewayService.CreateApiConfig

Inheritance

Object > CreateApiConfigRequest

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

CreateApiConfigRequest()

public CreateApiConfigRequest()

CreateApiConfigRequest(CreateApiConfigRequest)

public CreateApiConfigRequest(CreateApiConfigRequest other)
Parameter
NameDescription
otherCreateApiConfigRequest

Properties

ApiConfig

public ApiConfig ApiConfig { get; set; }

Required. API resource.

Property Value
TypeDescription
ApiConfig

ApiConfigId

public string ApiConfigId { get; set; }

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

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*

Property Value
TypeDescription
String

ParentAsApiName

public ApiName ParentAsApiName { get; set; }

ApiName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiName