google-api-client 0.28.3 → 0.28.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/generated/google/apis/accesscontextmanager_v1beta.rb +1 -1
  4. data/generated/google/apis/accesscontextmanager_v1beta/classes.rb +3 -5
  5. data/generated/google/apis/admin_directory_v1.rb +1 -1
  6. data/generated/google/apis/admin_directory_v1/classes.rb +98 -0
  7. data/generated/google/apis/admin_directory_v1/representations.rb +21 -0
  8. data/generated/google/apis/admin_directory_v1/service.rb +12 -3
  9. data/generated/google/apis/androidenterprise_v1.rb +1 -1
  10. data/generated/google/apis/androidenterprise_v1/classes.rb +29 -3
  11. data/generated/google/apis/androidenterprise_v1/representations.rb +15 -0
  12. data/generated/google/apis/bigtableadmin_v1.rb +31 -0
  13. data/generated/google/apis/bigtableadmin_v1/classes.rb +510 -0
  14. data/generated/google/apis/bigtableadmin_v1/representations.rb +234 -0
  15. data/generated/google/apis/bigtableadmin_v1/service.rb +128 -0
  16. data/generated/google/apis/bigtableadmin_v2.rb +1 -1
  17. data/generated/google/apis/bigtableadmin_v2/classes.rb +1 -1
  18. data/generated/google/apis/cloudsearch_v1.rb +1 -1
  19. data/generated/google/apis/cloudsearch_v1/classes.rb +1 -1
  20. data/generated/google/apis/discovery_v1.rb +2 -2
  21. data/generated/google/apis/discovery_v1/service.rb +1 -1
  22. data/generated/google/apis/dlp_v2.rb +1 -1
  23. data/generated/google/apis/dlp_v2/classes.rb +7 -0
  24. data/generated/google/apis/dlp_v2/representations.rb +1 -0
  25. data/generated/google/apis/docs_v1.rb +2 -2
  26. data/generated/google/apis/docs_v1/classes.rb +21 -21
  27. data/generated/google/apis/docs_v1/service.rb +1 -1
  28. data/generated/google/apis/firebasehosting_v1beta1.rb +1 -1
  29. data/generated/google/apis/firebasehosting_v1beta1/classes.rb +40 -0
  30. data/generated/google/apis/firebasehosting_v1beta1/representations.rb +16 -0
  31. data/generated/google/apis/iam_v1.rb +1 -1
  32. data/generated/google/apis/iam_v1/classes.rb +0 -37
  33. data/generated/google/apis/iam_v1/representations.rb +0 -15
  34. data/generated/google/apis/iam_v1/service.rb +8 -44
  35. data/generated/google/apis/speech_v1.rb +2 -2
  36. data/generated/google/apis/speech_v1/classes.rb +2 -2
  37. data/generated/google/apis/speech_v1/service.rb +1 -1
  38. data/generated/google/apis/speech_v1p1beta1.rb +2 -2
  39. data/generated/google/apis/speech_v1p1beta1/classes.rb +2 -2
  40. data/generated/google/apis/speech_v1p1beta1/service.rb +1 -1
  41. data/generated/google/apis/storagetransfer_v1.rb +1 -1
  42. data/generated/google/apis/storagetransfer_v1/classes.rb +15 -11
  43. data/generated/google/apis/testing_v1.rb +1 -1
  44. data/generated/google/apis/testing_v1/classes.rb +6 -0
  45. data/generated/google/apis/testing_v1/representations.rb +1 -0
  46. data/lib/google/apis/version.rb +1 -1
  47. metadata +6 -2
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module SpeechV1
23
- # Cloud Speech API
23
+ # Cloud Speech-to-Text API
24
24
  #
25
25
  # Converts audio to text by applying powerful neural network models.
26
26
  #
@@ -18,14 +18,14 @@ require 'google/apis/speech_v1p1beta1/representations.rb'
18
18
 
19
19
  module Google
20
20
  module Apis
21
- # Cloud Speech API
21
+ # Cloud Speech-to-Text API
22
22
  #
23
23
  # Converts audio to text by applying powerful neural network models.
24
24
  #
25
25
  # @see https://cloud.google.com/speech-to-text/docs/quickstart-protocol
26
26
  module SpeechV1p1beta1
27
27
  VERSION = 'V1p1beta1'
28
- REVISION = '20190114'
28
+ REVISION = '20190201'
29
29
 
30
30
  # View and manage your data across Google Cloud Platform services
31
31
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -454,8 +454,8 @@ module Google
454
454
  # 16000 is optimal. For best results, set the sampling rate of the audio
455
455
  # source to 16000 Hz. If that's not possible, use the native sample rate of
456
456
  # the audio source (instead of re-sampling).
457
- # This field is optional for `FLAC` and `WAV` audio files and required
458
- # for all other audio formats. For details, see AudioEncoding.
457
+ # This field is optional for `FLAC`, `WAV`. and 'MP3' audio files, and is
458
+ # required for all other audio formats. For details, see AudioEncoding.
459
459
  # Corresponds to the JSON property `sampleRateHertz`
460
460
  # @return [Fixnum]
461
461
  attr_accessor :sample_rate_hertz
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module SpeechV1p1beta1
23
- # Cloud Speech API
23
+ # Cloud Speech-to-Text API
24
24
  #
25
25
  # Converts audio to text by applying powerful neural network models.
26
26
  #
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/storage/transfer
27
27
  module StoragetransferV1
28
28
  VERSION = 'V1'
29
- REVISION = '20190128'
29
+ REVISION = '20190204'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -23,8 +23,9 @@ module Google
23
23
  module StoragetransferV1
24
24
 
25
25
  # AWS access key (see
26
- # [AWS Security Credentials](http://docs.aws.amazon.com/general/latest/gr/aws-
27
- # security-credentials.html)).
26
+ # [AWS Security
27
+ # Credentials](http://docs.aws.amazon.com/general/latest/gr/aws-security-
28
+ # credentials.html)).
28
29
  class AwsAccessKey
29
30
  include Google::Apis::Core::Hashable
30
31
 
@@ -57,15 +58,17 @@ module Google
57
58
  include Google::Apis::Core::Hashable
58
59
 
59
60
  # AWS access key (see
60
- # [AWS Security Credentials](http://docs.aws.amazon.com/general/latest/gr/aws-
61
- # security-credentials.html)).
61
+ # [AWS Security
62
+ # Credentials](http://docs.aws.amazon.com/general/latest/gr/aws-security-
63
+ # credentials.html)).
62
64
  # Corresponds to the JSON property `awsAccessKey`
63
65
  # @return [Google::Apis::StoragetransferV1::AwsAccessKey]
64
66
  attr_accessor :aws_access_key
65
67
 
66
68
  # S3 Bucket name (see
67
- # [Creating a bucket](http://docs.aws.amazon.com/AmazonS3/latest/dev/create-
68
- # bucket-get-location-example.html)).
69
+ # [Creating a
70
+ # bucket](http://docs.aws.amazon.com/AmazonS3/latest/dev/create-bucket-get-
71
+ # location-example.html)).
69
72
  # Required.
70
73
  # Corresponds to the JSON property `bucketName`
71
74
  # @return [String]
@@ -363,9 +366,10 @@ module Google
363
366
 
364
367
  # If `includePrefixes` is specified, objects that satisfy the object
365
368
  # conditions must have names that start with one of the `includePrefixes`
366
- # and that do not start with any of the `excludePrefixes`. If `includePrefixes`
367
- # is not specified, all objects except those that have names starting with
368
- # one of the `excludePrefixes` must satisfy the object conditions.
369
+ # and that do not start with any of the `excludePrefixes`. If
370
+ # `includePrefixes` is not specified, all objects except those that have
371
+ # names starting with one of the `excludePrefixes` must satisfy the object
372
+ # conditions.
369
373
  # Requirements:
370
374
  # * Each include-prefix and exclude-prefix can contain any sequence of
371
375
  # Unicode characters, of max length 1024 bytes when UTF8-encoded, and
@@ -851,7 +855,7 @@ module Google
851
855
  # @return [String]
852
856
  attr_accessor :name
853
857
 
854
- # The ID of the Google Cloud Platform Console project that owns the job.
858
+ # The ID of the Google Cloud Platform Project that owns the job.
855
859
  # Corresponds to the JSON property `projectId`
856
860
  # @return [String]
857
861
  attr_accessor :project_id
@@ -918,7 +922,7 @@ module Google
918
922
  # @return [String]
919
923
  attr_accessor :name
920
924
 
921
- # The ID of the Google Cloud Platform Console project that owns the operation.
925
+ # The ID of the Google Cloud Platform Project that owns the operation.
922
926
  # Required.
923
927
  # Corresponds to the JSON property `projectId`
924
928
  # @return [String]
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://developers.google.com/cloud-test-lab/
27
27
  module TestingV1
28
28
  VERSION = 'V1'
29
- REVISION = '20190129'
29
+ REVISION = '20190205'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -1698,6 +1698,11 @@ module Google
1698
1698
  # @return [Google::Apis::TestingV1::StartActivityIntent]
1699
1699
  attr_accessor :start_activity
1700
1700
 
1701
+ # Timeout in seconds for each intent.
1702
+ # Corresponds to the JSON property `timeout`
1703
+ # @return [String]
1704
+ attr_accessor :timeout
1705
+
1701
1706
  def initialize(**args)
1702
1707
  update!(**args)
1703
1708
  end
@@ -1706,6 +1711,7 @@ module Google
1706
1711
  def update!(**args)
1707
1712
  @launcher_activity = args[:launcher_activity] if args.key?(:launcher_activity)
1708
1713
  @start_activity = args[:start_activity] if args.key?(:start_activity)
1714
+ @timeout = args[:timeout] if args.key?(:timeout)
1709
1715
  end
1710
1716
  end
1711
1717
 
@@ -861,6 +861,7 @@ module Google
861
861
 
862
862
  property :start_activity, as: 'startActivity', class: Google::Apis::TestingV1::StartActivityIntent, decorator: Google::Apis::TestingV1::StartActivityIntent::Representation
863
863
 
864
+ property :timeout, as: 'timeout'
864
865
  end
865
866
  end
866
867
 
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  # Client library version
18
- VERSION = '0.28.3'.freeze
18
+ VERSION = '0.28.4'.freeze
19
19
 
20
20
  # Current operating system
21
21
  # @private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.3
4
+ version: 0.28.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Bazyl
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-02-04 00:00:00.000000000 Z
14
+ date: 2019-02-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: representable
@@ -345,6 +345,10 @@ files:
345
345
  - generated/google/apis/bigquerydatatransfer_v1/classes.rb
346
346
  - generated/google/apis/bigquerydatatransfer_v1/representations.rb
347
347
  - generated/google/apis/bigquerydatatransfer_v1/service.rb
348
+ - generated/google/apis/bigtableadmin_v1.rb
349
+ - generated/google/apis/bigtableadmin_v1/classes.rb
350
+ - generated/google/apis/bigtableadmin_v1/representations.rb
351
+ - generated/google/apis/bigtableadmin_v1/service.rb
348
352
  - generated/google/apis/bigtableadmin_v2.rb
349
353
  - generated/google/apis/bigtableadmin_v2/classes.rb
350
354
  - generated/google/apis/bigtableadmin_v2/representations.rb