public enum OpenApiSpecDetails.Format extends Enum<OpenApiSpecDetails.Format> implements ProtocolMessageEnumEnumeration of spec formats.
 Protobuf enum google.cloud.apihub.v1.OpenApiSpecDetails.Format
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| FORMAT_UNSPECIFIED | SpecFile type unspecified.   | 
| FORMAT_UNSPECIFIED_VALUE | SpecFile type unspecified.   | 
| OPEN_API_SPEC_2_0 | OpenAPI Spec v2.0.   | 
| OPEN_API_SPEC_2_0_VALUE | OpenAPI Spec v2.0.   | 
| OPEN_API_SPEC_3_0 | OpenAPI Spec v3.0.   | 
| OPEN_API_SPEC_3_0_VALUE | OpenAPI Spec v3.0.   | 
| OPEN_API_SPEC_3_1 | OpenAPI Spec v3.1.   | 
| OPEN_API_SPEC_3_1_VALUE | OpenAPI Spec v3.1.   | 
| 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() | |