Class: Google::Cloud::ApiHub::V1::Schema

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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