public sealed class CreateApiConfigRequest : IMessage<CreateApiConfigRequest>, IEquatable<CreateApiConfigRequest>, IDeepCloneable<CreateApiConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class CreateApiConfigRequest.
Request message for ApiGatewayService.CreateApiConfig
Implements
IMessageCreateApiConfigRequest, IEquatableCreateApiConfigRequest, IDeepCloneableCreateApiConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
CreateApiConfigRequest()
public CreateApiConfigRequest()
CreateApiConfigRequest(CreateApiConfigRequest)
public CreateApiConfigRequest(CreateApiConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateApiConfigRequest |
Properties
ApiConfig
public ApiConfig ApiConfig { get; set; }
Required. API resource.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent resource of the API Config, of the form:
projects/*/locations/global/apis/*
Property Value | |
---|---|
Type | Description |
string |
ParentAsApiName
public ApiName ParentAsApiName { get; set; }
Property Value | |
---|---|
Type | Description |
ApiName |