google-cloud-automl-v1 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/automl/v1/annotation_payload_pb.rb +2 -2
  3. data/lib/google/cloud/automl/v1/annotation_spec_pb.rb +2 -2
  4. data/lib/google/cloud/automl/v1/automl/client.rb +441 -54
  5. data/lib/google/cloud/automl/v1/automl/operations.rb +115 -12
  6. data/lib/google/cloud/automl/v1/classification_pb.rb +1 -1
  7. data/lib/google/cloud/automl/v1/data_items_pb.rb +2 -2
  8. data/lib/google/cloud/automl/v1/dataset_pb.rb +2 -2
  9. data/lib/google/cloud/automl/v1/detection_pb.rb +2 -2
  10. data/lib/google/cloud/automl/v1/geometry_pb.rb +1 -1
  11. data/lib/google/cloud/automl/v1/image_pb.rb +2 -2
  12. data/lib/google/cloud/automl/v1/io_pb.rb +2 -2
  13. data/lib/google/cloud/automl/v1/model_evaluation_pb.rb +2 -2
  14. data/lib/google/cloud/automl/v1/model_pb.rb +2 -2
  15. data/lib/google/cloud/automl/v1/operations_pb.rb +2 -2
  16. data/lib/google/cloud/automl/v1/prediction_service/client.rb +47 -6
  17. data/lib/google/cloud/automl/v1/prediction_service/operations.rb +115 -12
  18. data/lib/google/cloud/automl/v1/prediction_service_pb.rb +2 -2
  19. data/lib/google/cloud/automl/v1/prediction_service_services_pb.rb +1 -1
  20. data/lib/google/cloud/automl/v1/service_pb.rb +2 -2
  21. data/lib/google/cloud/automl/v1/service_services_pb.rb +1 -1
  22. data/lib/google/cloud/automl/v1/text_extraction_pb.rb +2 -2
  23. data/lib/google/cloud/automl/v1/text_pb.rb +2 -2
  24. data/lib/google/cloud/automl/v1/text_segment_pb.rb +1 -1
  25. data/lib/google/cloud/automl/v1/text_sentiment_pb.rb +2 -2
  26. data/lib/google/cloud/automl/v1/translation_pb.rb +2 -2
  27. data/lib/google/cloud/automl/v1/version.rb +1 -1
  28. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e0537d448c1d51b618a9a8542a11f71e4d5edff110f98bc3eb8d6c03096635f
4
- data.tar.gz: 318c3203fec766e64ea06b2d272e52c65c27a5085c90baab099d17110d51ab03
3
+ metadata.gz: 4913f03e290dac6e7b9a3c8a9ac045f30382ef7fbf200df9d08e9bde89fb4e5f
4
+ data.tar.gz: 48717907145cd4b3de847df251379301f147271cd5a3f724c77cba65932d929b
5
5
  SHA512:
6
- metadata.gz: da2d87895359d71fbbdcc3c57783baa04843fc1b80b45a7ac6ee9f0cd7168880dae3d7faa8252bbad7bff73c2ddb994f93ac9d000593e2fc137812fd1422cc00
7
- data.tar.gz: f9dc9b5f4cbf45081fbefdc109286d06a431d8dfc901955a5b94bfad01c1077b3a3a7717dc2f4b373f1976106fb993b58ae10d56df61cabb0587ef9594efc447
6
+ metadata.gz: ba609e740c4e4310917407fb5bb2b4b8e885399a171c81e3c15d8564e76947273ef5bf6079f4c016a8d9d356a004f7a54c41b298b81df1bc04513fec44f6f74e
7
+ data.tar.gz: 38e5e9b42be93381569f87ddc80b97ebe309f08d890fcb97f92132db70ba71284254e1b24ea91eee10f6906b48ade517655ab48bd466e0e693ae798b5a55c914
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/automl/v1/annotation_payload.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/cloud/automl/v1/classification_pb'
7
5
  require 'google/cloud/automl/v1/detection_pb'
8
6
  require 'google/cloud/automl/v1/text_extraction_pb'
@@ -10,6 +8,8 @@ require 'google/cloud/automl/v1/text_sentiment_pb'
10
8
  require 'google/cloud/automl/v1/translation_pb'
11
9
  require 'google/protobuf/any_pb'
12
10
  require 'google/api/annotations_pb'
11
+ require 'google/protobuf'
12
+
13
13
  Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  add_file("google/cloud/automl/v1/annotation_payload.proto", :syntax => :proto3) do
15
15
  add_message "google.cloud.automl.v1.AnnotationPayload" do
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/automl/v1/annotation_spec.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/resource_pb'
7
5
  require 'google/api/annotations_pb'
6
+ require 'google/protobuf'
7
+
8
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  add_file("google/cloud/automl/v1/annotation_spec.proto", :syntax => :proto3) do
10
10
  add_message "google.cloud.automl.v1.AnnotationSpec" do