Interface ExtensionManifest.ApiSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtensionManifest.ApiSpec,ExtensionManifest.ApiSpec.Builder
- Enclosing class:
- ExtensionManifest
public static interface ExtensionManifest.ApiSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCloud Storage URI pointing to the OpenAPI spec.com.google.protobuf.ByteStringCloud Storage URI pointing to the OpenAPI spec.The API spec in Open API standard and YAML format.com.google.protobuf.ByteStringThe API spec in Open API standard and YAML format.booleanCloud Storage URI pointing to the OpenAPI spec.booleanThe API spec in Open API standard and YAML format.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOpenApiYaml
boolean hasOpenApiYaml()The API spec in Open API standard and YAML format.
string open_api_yaml = 1;- Returns:
- Whether the openApiYaml field is set.
-
getOpenApiYaml
String getOpenApiYaml()The API spec in Open API standard and YAML format.
string open_api_yaml = 1;- Returns:
- The openApiYaml.
-
getOpenApiYamlBytes
com.google.protobuf.ByteString getOpenApiYamlBytes()The API spec in Open API standard and YAML format.
string open_api_yaml = 1;- Returns:
- The bytes for openApiYaml.
-
hasOpenApiGcsUri
boolean hasOpenApiGcsUri()Cloud Storage URI pointing to the OpenAPI spec.
string open_api_gcs_uri = 2;- Returns:
- Whether the openApiGcsUri field is set.
-
getOpenApiGcsUri
String getOpenApiGcsUri()Cloud Storage URI pointing to the OpenAPI spec.
string open_api_gcs_uri = 2;- Returns:
- The openApiGcsUri.
-
getOpenApiGcsUriBytes
com.google.protobuf.ByteString getOpenApiGcsUriBytes()Cloud Storage URI pointing to the OpenAPI spec.
string open_api_gcs_uri = 2;- Returns:
- The bytes for openApiGcsUri.
-
getApiSpecCase
ExtensionManifest.ApiSpec.ApiSpecCase getApiSpecCase()
-