google-cloud-automl-v1beta1 0.5.0 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +8 -8
  3. data/README.md +1 -1
  4. data/lib/google/cloud/automl/v1beta1/annotation_payload_pb.rb +2 -2
  5. data/lib/google/cloud/automl/v1beta1/annotation_spec_pb.rb +2 -2
  6. data/lib/google/cloud/automl/v1beta1/automl/client.rb +687 -181
  7. data/lib/google/cloud/automl/v1beta1/automl/operations.rb +149 -37
  8. data/lib/google/cloud/automl/v1beta1/classification_pb.rb +2 -2
  9. data/lib/google/cloud/automl/v1beta1/column_spec_pb.rb +2 -2
  10. data/lib/google/cloud/automl/v1beta1/data_items_pb.rb +2 -2
  11. data/lib/google/cloud/automl/v1beta1/data_stats_pb.rb +1 -1
  12. data/lib/google/cloud/automl/v1beta1/data_types_pb.rb +1 -1
  13. data/lib/google/cloud/automl/v1beta1/dataset_pb.rb +2 -2
  14. data/lib/google/cloud/automl/v1beta1/detection_pb.rb +2 -2
  15. data/lib/google/cloud/automl/v1beta1/geometry_pb.rb +1 -1
  16. data/lib/google/cloud/automl/v1beta1/image_pb.rb +2 -2
  17. data/lib/google/cloud/automl/v1beta1/io_pb.rb +1 -1
  18. data/lib/google/cloud/automl/v1beta1/model_evaluation_pb.rb +2 -2
  19. data/lib/google/cloud/automl/v1beta1/model_pb.rb +2 -2
  20. data/lib/google/cloud/automl/v1beta1/operations_pb.rb +2 -2
  21. data/lib/google/cloud/automl/v1beta1/prediction_service/client.rb +83 -45
  22. data/lib/google/cloud/automl/v1beta1/prediction_service/operations.rb +149 -37
  23. data/lib/google/cloud/automl/v1beta1/prediction_service_pb.rb +2 -2
  24. data/lib/google/cloud/automl/v1beta1/prediction_service_services_pb.rb +1 -1
  25. data/lib/google/cloud/automl/v1beta1/ranges_pb.rb +1 -1
  26. data/lib/google/cloud/automl/v1beta1/regression_pb.rb +1 -1
  27. data/lib/google/cloud/automl/v1beta1/service_pb.rb +2 -2
  28. data/lib/google/cloud/automl/v1beta1/service_services_pb.rb +1 -1
  29. data/lib/google/cloud/automl/v1beta1/table_spec_pb.rb +2 -2
  30. data/lib/google/cloud/automl/v1beta1/tables_pb.rb +2 -2
  31. data/lib/google/cloud/automl/v1beta1/temporal_pb.rb +2 -2
  32. data/lib/google/cloud/automl/v1beta1/text_extraction_pb.rb +2 -2
  33. data/lib/google/cloud/automl/v1beta1/text_pb.rb +2 -2
  34. data/lib/google/cloud/automl/v1beta1/text_segment_pb.rb +1 -1
  35. data/lib/google/cloud/automl/v1beta1/text_sentiment_pb.rb +2 -2
  36. data/lib/google/cloud/automl/v1beta1/translation_pb.rb +2 -2
  37. data/lib/google/cloud/automl/v1beta1/version.rb +1 -1
  38. data/lib/google/cloud/automl/v1beta1/video_pb.rb +2 -2
  39. data/proto_docs/google/api/field_behavior.rb +7 -1
  40. metadata +13 -7
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/automl/v1beta1/text_segment.proto
3
3
 
4
+ require 'google/api/annotations_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/api/annotations_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/cloud/automl/v1beta1/text_segment.proto", :syntax => :proto3) do
9
9
  add_message "google.cloud.automl.v1beta1.TextSegment" do
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/automl/v1beta1/text_sentiment.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/cloud/automl/v1beta1/classification_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/v1beta1/text_sentiment.proto", :syntax => :proto3) do
10
10
  add_message "google.cloud.automl.v1beta1.TextSentimentAnnotation" do
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/automl/v1beta1/translation.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/field_behavior_pb'
7
5
  require 'google/cloud/automl/v1beta1/data_items_pb'
8
6
  require 'google/api/annotations_pb'
7
+ require 'google/protobuf'
8
+
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_file("google/cloud/automl/v1beta1/translation.proto", :syntax => :proto3) do
11
11
  add_message "google.cloud.automl.v1beta1.TranslationDatasetMetadata" do
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AutoML
23
23
  module V1beta1
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.4"
25
25
  end
26
26
  end
27
27
  end
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/automl/v1beta1/video.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/cloud/automl/v1beta1/classification_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/v1beta1/video.proto", :syntax => :proto3) do
10
10
  add_message "google.cloud.automl.v1beta1.VideoClassificationDatasetMetadata" do
@@ -57,9 +57,15 @@ module Google
57
57
 
58
58
  # Denotes that a (repeated) field is an unordered list.
59
59
  # This indicates that the service may provide the elements of the list
60
- # in any arbitrary order, rather than the order the user originally
60
+ # in any arbitrary order, rather than the order the user originally
61
61
  # provided. Additionally, the list's order may or may not be stable.
62
62
  UNORDERED_LIST = 6
63
+
64
+ # Denotes that this field returns a non-empty default value if not set.
65
+ # This indicates that if the user provides the empty value in a request,
66
+ # a non-empty value will be returned. The user will not be aware of what
67
+ # non-empty value to expect.
68
+ NON_EMPTY_DEFAULT = 7
63
69
  end
64
70
  end
65
71
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-automl-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.7'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.3'
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.7'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.3'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -268,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
274
  - !ruby/object:Gem::Version
269
275
  version: '0'
270
276
  requirements: []
271
- rubygems_version: 3.2.13
277
+ rubygems_version: 3.2.17
272
278
  signing_key:
273
279
  specification_version: 4
274
280
  summary: API Client library for the Cloud AutoML V1beta1 API