Package com.google.cloud.apigateway.v1
Interface ApiConfig.OpenApiDocumentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApiConfig.OpenApiDocument,ApiConfig.OpenApiDocument.Builder
- Enclosing class:
- ApiConfig
public static interface ApiConfig.OpenApiDocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiConfig.FilegetDocument()The OpenAPI Specification document file.ApiConfig.FileOrBuildergetDocumentOrBuilder()The OpenAPI Specification document file.booleanhasDocument()The OpenAPI Specification document file.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDocument
boolean hasDocument()
The OpenAPI Specification document file.
.google.cloud.apigateway.v1.ApiConfig.File document = 1;- Returns:
- Whether the document field is set.
-
getDocument
ApiConfig.File getDocument()
The OpenAPI Specification document file.
.google.cloud.apigateway.v1.ApiConfig.File document = 1;- Returns:
- The document.
-
getDocumentOrBuilder
ApiConfig.FileOrBuilder getDocumentOrBuilder()
The OpenAPI Specification document file.
.google.cloud.apigateway.v1.ApiConfig.File document = 1;
-
-