API hub v1 API - Enum CollectionType (1.1.0)

public enum CollectionType

Reference documentation and code samples for the API hub v1 API enum CollectionType.

The type of the collect request.

Namespace

Google.Cloud.ApiHub.V1

Assembly

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.