Class: Google::Cloud::VisionAI::V1::DataSchemaDetails::ProtoAnyConfig

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 PROTO_ANY data type.

Instance Attribute Summary collapse

Instance Attribute Details

#type_uri::String

Returns The type URI of the proto message.

Returns:

  • (::String)

    The type URI of the proto message.



1161
1162
1163
1164
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1161

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