public sealed class CreateApiConfigRequest : IMessage<CreateApiConfigRequest>, IEquatable<CreateApiConfigRequest>, IDeepCloneable<CreateApiConfigRequest>, IBufferMessage, IMessage
Request message for ApiGatewayService.CreateApiConfig
Implements
IMessage<CreateApiConfigRequest>, IEquatable<CreateApiConfigRequest>, IDeepCloneable<CreateApiConfigRequest>, 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 |