Sha256: dbec7cd51a7dcb23bf83ef7b105d5c5339a62928f852b8f9366a9d3599fc7683
Contents?: true
Size: 1015 Bytes
Versions: 2
Compression:
Stored size: 1015 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/automl/v1beta1/table_spec.proto require 'google/api/resource_pb' require 'google/cloud/automl/v1beta1/io_pb' require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/automl/v1beta1/table_spec.proto", :syntax => :proto3) do add_message "google.cloud.automl.v1beta1.TableSpec" do optional :name, :string, 1 optional :time_column_spec_id, :string, 2 optional :row_count, :int64, 3 optional :valid_row_count, :int64, 4 optional :column_count, :int64, 7 repeated :input_configs, :message, 5, "google.cloud.automl.v1beta1.InputConfig" optional :etag, :string, 6 end end end module Google module Cloud module AutoML module V1beta1 TableSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.automl.v1beta1.TableSpec").msgclass end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-automl-v1beta1-0.5.5 | lib/google/cloud/automl/v1beta1/table_spec_pb.rb |
google-cloud-automl-v1beta1-0.5.4 | lib/google/cloud/automl/v1beta1/table_spec_pb.rb |