Sha256: 6db0d114796badb8885be03f08a9575b133c1b2a7914928d92cde44c4381429c
Contents?: true
Size: 994 Bytes
Versions: 1
Compression:
Stored size: 994 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/automl/v1beta1/geometry.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/automl/v1beta1/geometry.proto", :syntax => :proto3) do add_message "google.cloud.automl.v1beta1.NormalizedVertex" do optional :x, :float, 1 optional :y, :float, 2 end add_message "google.cloud.automl.v1beta1.BoundingPoly" do repeated :normalized_vertices, :message, 2, "google.cloud.automl.v1beta1.NormalizedVertex" end end end module Google module Cloud module AutoML module V1beta1 NormalizedVertex = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.automl.v1beta1.NormalizedVertex").msgclass BoundingPoly = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.automl.v1beta1.BoundingPoly").msgclass end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-automl-v1beta1-0.6.0 | lib/google/cloud/automl/v1beta1/geometry_pb.rb |