Class: Google::Cloud::ApiHub::V1::Schema
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::Schema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
The schema details derived from the spec. Currently, this entity is supported
for OpenAPI spec only.
For OpenAPI spec, this maps to the schema defined in
the definitions
section for OpenAPI 2.0 version and in
components.schemas
section for OpenAPI 3.0 and 3.1 version.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#raw_value ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the schema. This will map to the name of the schema in the spec.
820 821 822 823 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 820 class Schema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#raw_value ⇒ ::String (readonly)
Returns Output only. The raw value of the schema definition corresponding to the schema name in the spec.
820 821 822 823 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 820 class Schema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |