public sealed class CreateExternalApiRequest : IMessage<CreateExternalApiRequest>, IEquatable<CreateExternalApiRequest>, IDeepCloneable<CreateExternalApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class CreateExternalApiRequest.
The [CreateExternalApi][google.cloud.apihub.v1.ApiHub.CreateExternalApi] method's request.
Implements
IMessageCreateExternalApiRequest, IEquatableCreateExternalApiRequest, IDeepCloneableCreateExternalApiRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
CreateExternalApiRequest()
public CreateExternalApiRequest()
CreateExternalApiRequest(CreateExternalApiRequest)
public CreateExternalApiRequest(CreateExternalApiRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateExternalApiRequest |
Properties
ExternalApi
public ExternalApi ExternalApi { get; set; }
Required. The External API resource to create.
Property Value | |
---|---|
Type | Description |
ExternalApi |
ExternalApiId
public string ExternalApiId { get; set; }
Optional. The ID to use for the External API resource, which will become the final component of the External API's resource name. This field is optional.
- If provided, the same will be used. The service will throw an error if the specified id is already used by another External API resource in the API hub.
- If not provided, a system generated id will be used.
This value should be 4-500 characters, and valid characters are /[a-z][A-Z][0-9]-_/.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource for the External API resource.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |