Sha256: dc4243f6f25c1270a8ef838abcbb96e18e24da94372b8cd618ef42e64e97d8db
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/documentai/v1beta3/processor_type.proto require 'google/api/resource_pb' require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/documentai/v1beta3/processor_type.proto", :syntax => :proto3) do add_message "google.cloud.documentai.v1beta3.ProcessorType" do optional :name, :string, 1 optional :type, :string, 2 optional :category, :string, 3 repeated :available_locations, :message, 4, "google.cloud.documentai.v1beta3.ProcessorType.LocationInfo" optional :allow_creation, :bool, 6 end add_message "google.cloud.documentai.v1beta3.ProcessorType.LocationInfo" do optional :location_id, :string, 1 end end end module Google module Cloud module DocumentAI module V1beta3 ProcessorType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.documentai.v1beta3.ProcessorType").msgclass ProcessorType::LocationInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.documentai.v1beta3.ProcessorType.LocationInfo").msgclass end end end end
Version data entries
4 entries across 4 versions & 1 rubygems