public static interface ApiConfig.OpenApiDocumentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocument()
public abstract ApiConfig.File getDocument()
The OpenAPI Specification document file.
.google.events.cloud.apigateway.v1.ApiConfig.File document = 1;
Returns | |
---|---|
Type | Description |
ApiConfig.File |
The document. |
getDocumentOrBuilder()
public abstract ApiConfig.FileOrBuilder getDocumentOrBuilder()
The OpenAPI Specification document file.
.google.events.cloud.apigateway.v1.ApiConfig.File document = 1;
Returns | |
---|---|
Type | Description |
ApiConfig.FileOrBuilder |
hasDocument()
public abstract boolean hasDocument()
The OpenAPI Specification document file.
.google.events.cloud.apigateway.v1.ApiConfig.File document = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the document field is set. |