public static interface ExtensionManifest.ApiSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExtensionManifest.ApiSpec.ApiSpecCase |
getApiSpecCase() |
String |
getOpenApiGcsUri()
Cloud Storage URI pointing to the OpenAPI spec.
|
com.google.protobuf.ByteString |
getOpenApiGcsUriBytes()
Cloud Storage URI pointing to the OpenAPI spec.
|
String |
getOpenApiYaml()
The API spec in Open API standard and YAML format.
|
com.google.protobuf.ByteString |
getOpenApiYamlBytes()
The API spec in Open API standard and YAML format.
|
boolean |
hasOpenApiGcsUri()
Cloud Storage URI pointing to the OpenAPI spec.
|
boolean |
hasOpenApiYaml()
The API spec in Open API standard and YAML format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOpenApiYaml()
The API spec in Open API standard and YAML format.
string open_api_yaml = 1;String getOpenApiYaml()
The API spec in Open API standard and YAML format.
string open_api_yaml = 1;com.google.protobuf.ByteString getOpenApiYamlBytes()
The API spec in Open API standard and YAML format.
string open_api_yaml = 1;boolean hasOpenApiGcsUri()
Cloud Storage URI pointing to the OpenAPI spec.
string open_api_gcs_uri = 2;String getOpenApiGcsUri()
Cloud Storage URI pointing to the OpenAPI spec.
string open_api_gcs_uri = 2;com.google.protobuf.ByteString getOpenApiGcsUriBytes()
Cloud Storage URI pointing to the OpenAPI spec.
string open_api_gcs_uri = 2;ExtensionManifest.ApiSpec.ApiSpecCase getApiSpecCase()
Copyright © 2024 Google LLC. All rights reserved.