Class: Google::Cloud::ApiGateway::V1::ApiConfig::OpenApiDocument

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigateway/v1/apigateway.rb

Overview

An OpenAPI Specification Document describing an API.

Instance Attribute Summary collapse

Instance Attribute Details

#document::Google::Cloud::ApiGateway::V1::ApiConfig::File

Returns The OpenAPI Specification document file.

Returns:



166
167
168
169
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 166

class OpenApiDocument
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end