Class: Google::Cloud::VisionAI::V1::DataSchemaDetails::CustomizedStructConfig

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

Overview

The configuration for CUSTOMIZED_STRUCT data type.

Defined Under Namespace

Classes: FieldSchemasEntry

Instance Attribute Summary collapse

Instance Attribute Details

#field_schemas::Google::Protobuf::Map{::String => ::Google::Cloud::VisionAI::V1::DataSchemaDetails}

Returns Direct child elements data schemas.

Returns:



1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1179

class CustomizedStructConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::VisionAI::V1::DataSchemaDetails]
  class FieldSchemasEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end