public enum CollectionType extends Enum<CollectionType> implements ProtocolMessageEnumThe type of the collect request.
 Protobuf enum google.cloud.apihub.v1.CollectionType
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
COLLECTION_TYPE_DELETE | 
        The collection type is delete. This should be used when an API is deleted at the source.    | 
      
COLLECTION_TYPE_DELETE_VALUE | 
        The collection type is delete. This should be used when an API is deleted at the source.    | 
      
COLLECTION_TYPE_UNSPECIFIED | 
        The default value. This value is used if the collection type is omitted.    | 
      
COLLECTION_TYPE_UNSPECIFIED_VALUE | 
        The default value. This value is used if the collection type is omitted.    | 
      
COLLECTION_TYPE_UPSERT | 
        The collection type is upsert. This should be used when an API is created or updated at the source.    | 
      
COLLECTION_TYPE_UPSERT_VALUE | 
        The collection type is upsert. This should be used when an API is created or updated at the source.    | 
      
UNRECOGNIZED | 
        |
Static Methods | 
      |
|---|---|
| Name | Description | 
forNumber(int value) | 
        |
getDescriptor() | 
        |
internalGetValueMap() | 
        |
valueOf(Descriptors.EnumValueDescriptor desc) | 
        |
valueOf(int value) | 
        Deprecated. Use #forNumber(int) instead.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
getDescriptorForType() | 
        |
getNumber() | 
        |
getValueDescriptor() | 
        |