public enum CollectionTypeReference documentation and code samples for the API hub v1 API enum CollectionType.
The type of the collect request.
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Fields |
|
|---|---|
| Name | Description |
Delete |
The collection type is delete. This should be used when an API is deleted at the source. |
Unspecified |
The default value. This value is used if the collection type is omitted. |
Upsert |
The collection type is upsert. This should be used when an API is created or updated at the source. |