google-api-client 0.30.7 → 0.30.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -0
  3. data/generated/google/apis/alertcenter_v1beta1.rb +1 -1
  4. data/generated/google/apis/alertcenter_v1beta1/classes.rb +1 -1
  5. data/generated/google/apis/analyticsreporting_v4.rb +1 -1
  6. data/generated/google/apis/analyticsreporting_v4/classes.rb +1 -1
  7. data/generated/google/apis/androidmanagement_v1.rb +1 -1
  8. data/generated/google/apis/androidmanagement_v1/classes.rb +9 -4
  9. data/generated/google/apis/cloudasset_v1.rb +1 -1
  10. data/generated/google/apis/cloudasset_v1/classes.rb +456 -0
  11. data/generated/google/apis/cloudasset_v1/representations.rb +145 -0
  12. data/generated/google/apis/cloudshell_v1.rb +1 -1
  13. data/generated/google/apis/cloudshell_v1/classes.rb +7 -0
  14. data/generated/google/apis/cloudshell_v1/representations.rb +1 -0
  15. data/generated/google/apis/cloudshell_v1alpha1.rb +1 -1
  16. data/generated/google/apis/cloudshell_v1alpha1/classes.rb +7 -0
  17. data/generated/google/apis/cloudshell_v1alpha1/representations.rb +1 -0
  18. data/generated/google/apis/container_v1beta1.rb +1 -1
  19. data/generated/google/apis/container_v1beta1/classes.rb +75 -0
  20. data/generated/google/apis/container_v1beta1/representations.rb +36 -0
  21. data/generated/google/apis/docs_v1.rb +1 -1
  22. data/generated/google/apis/docs_v1/classes.rb +51 -4
  23. data/generated/google/apis/docs_v1/representations.rb +17 -0
  24. data/generated/google/apis/genomics_v1.rb +1 -1
  25. data/generated/google/apis/genomics_v1/classes.rb +6 -0
  26. data/generated/google/apis/genomics_v1/representations.rb +1 -0
  27. data/generated/google/apis/genomics_v1alpha2.rb +1 -1
  28. data/generated/google/apis/genomics_v1alpha2/classes.rb +6 -0
  29. data/generated/google/apis/genomics_v1alpha2/representations.rb +1 -0
  30. data/generated/google/apis/genomics_v2alpha1.rb +1 -1
  31. data/generated/google/apis/genomics_v2alpha1/classes.rb +6 -0
  32. data/generated/google/apis/genomics_v2alpha1/representations.rb +1 -0
  33. data/generated/google/apis/jobs_v3.rb +1 -1
  34. data/generated/google/apis/jobs_v3/classes.rb +1 -1
  35. data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
  36. data/generated/google/apis/jobs_v3p1beta1/classes.rb +1 -1
  37. data/generated/google/apis/remotebuildexecution_v1.rb +1 -1
  38. data/generated/google/apis/remotebuildexecution_v1/classes.rb +22 -14
  39. data/generated/google/apis/remotebuildexecution_v1alpha.rb +1 -1
  40. data/generated/google/apis/remotebuildexecution_v1alpha/classes.rb +22 -14
  41. data/generated/google/apis/remotebuildexecution_v1alpha/service.rb +20 -12
  42. data/generated/google/apis/remotebuildexecution_v2.rb +1 -1
  43. data/generated/google/apis/remotebuildexecution_v2/classes.rb +22 -14
  44. data/generated/google/apis/sheets_v4.rb +1 -1
  45. data/generated/google/apis/sheets_v4/classes.rb +173 -0
  46. data/generated/google/apis/sheets_v4/representations.rb +64 -0
  47. data/generated/google/apis/vision_v1.rb +1 -1
  48. data/generated/google/apis/vision_v1/classes.rb +100 -2015
  49. data/generated/google/apis/vision_v1/representations.rb +866 -1703
  50. data/generated/google/apis/vision_v1p1beta1.rb +1 -1
  51. data/generated/google/apis/vision_v1p1beta1/classes.rb +100 -2015
  52. data/generated/google/apis/vision_v1p1beta1/representations.rb +938 -1775
  53. data/generated/google/apis/vision_v1p2beta1.rb +1 -1
  54. data/generated/google/apis/vision_v1p2beta1/classes.rb +100 -2015
  55. data/generated/google/apis/vision_v1p2beta1/representations.rb +990 -1827
  56. data/lib/google/apis/version.rb +1 -1
  57. metadata +2 -2
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://developers.google.com/docs/
26
26
  module DocsV1
27
27
  VERSION = 'V1'
28
- REVISION = '20190711'
28
+ REVISION = '20190718'
29
29
 
30
30
  # View and manage your Google Docs documents
31
31
  AUTH_DOCUMENTS = 'https://www.googleapis.com/auth/documents'
@@ -839,11 +839,13 @@ module Google
839
839
  attr_accessor :background
840
840
 
841
841
  # The ID of the default footer. If not set, there is no default footer.
842
+ # This property is read-only.
842
843
  # Corresponds to the JSON property `defaultFooterId`
843
844
  # @return [String]
844
845
  attr_accessor :default_footer_id
845
846
 
846
847
  # The ID of the default header. If not set, there is no default header.
848
+ # This property is read-only.
847
849
  # Corresponds to the JSON property `defaultHeaderId`
848
850
  # @return [String]
849
851
  attr_accessor :default_header_id
@@ -852,6 +854,7 @@ module Google
852
854
  # use_even_page_header_footer determines
853
855
  # whether to use the default_footer_id or this value for the
854
856
  # footer on even pages. If not set, there is no even page footer.
857
+ # This property is read-only.
855
858
  # Corresponds to the JSON property `evenPageFooterId`
856
859
  # @return [String]
857
860
  attr_accessor :even_page_footer_id
@@ -860,6 +863,7 @@ module Google
860
863
  # use_even_page_header_footer determines
861
864
  # whether to use the default_header_id or this value for the
862
865
  # header on even pages. If not set, there is no even page header.
866
+ # This property is read-only.
863
867
  # Corresponds to the JSON property `evenPageHeaderId`
864
868
  # @return [String]
865
869
  attr_accessor :even_page_header_id
@@ -869,6 +873,7 @@ module Google
869
873
  # use_first_page_header_footer determines
870
874
  # whether to use the default_footer_id or this value for the
871
875
  # footer on the first page. If not set, there is no first page footer.
876
+ # This property is read-only.
872
877
  # Corresponds to the JSON property `firstPageFooterId`
873
878
  # @return [String]
874
879
  attr_accessor :first_page_footer_id
@@ -878,6 +883,7 @@ module Google
878
883
  # The value of use_first_page_header_footer determines
879
884
  # whether to use the default_header_id or this value for the
880
885
  # header on the first page. If not set, there is no first page header.
886
+ # This property is read-only.
881
887
  # Corresponds to the JSON property `firstPageHeaderId`
882
888
  # @return [String]
883
889
  attr_accessor :first_page_header_id
@@ -914,6 +920,7 @@ module Google
914
920
 
915
921
  # Indicates whether to use the even page header / footer IDs for the even
916
922
  # pages.
923
+ # This property is read-only.
917
924
  # Corresponds to the JSON property `useEvenPageHeaderFooter`
918
925
  # @return [Boolean]
919
926
  attr_accessor :use_even_page_header_footer
@@ -921,6 +928,7 @@ module Google
921
928
 
922
929
  # Indicates whether to use the first page header / footer IDs for the first
923
930
  # page.
931
+ # This property is read-only.
924
932
  # Corresponds to the JSON property `useFirstPageHeaderFooter`
925
933
  # @return [Boolean]
926
934
  attr_accessor :use_first_page_header_footer
@@ -3110,7 +3118,8 @@ module Google
3110
3118
  attr_accessor :direction
3111
3119
 
3112
3120
  # The heading ID of the paragraph. If empty, then this paragraph is not a
3113
- # heading. This property is read-only.
3121
+ # heading.
3122
+ # This property is read-only.
3114
3123
  # Corresponds to the JSON property `headingId`
3115
3124
  # @return [String]
3116
3125
  attr_accessor :heading_id
@@ -3180,7 +3189,8 @@ module Google
3180
3189
  attr_accessor :spacing_mode
3181
3190
 
3182
3191
  # A list of the tab stops for this paragraph. The list of tab stops is not
3183
- # inherited. This property is read-only.
3192
+ # inherited.
3193
+ # This property is read-only.
3184
3194
  # Corresponds to the JSON property `tabStops`
3185
3195
  # @return [Array<Google::Apis::DocsV1::TabStop>]
3186
3196
  attr_accessor :tab_stops
@@ -3720,6 +3730,11 @@ module Google
3720
3730
  # @return [Google::Apis::DocsV1::ReplaceAllTextRequest]
3721
3731
  attr_accessor :replace_all_text
3722
3732
 
3733
+ # Updates the DocumentStyle.
3734
+ # Corresponds to the JSON property `updateDocumentStyle`
3735
+ # @return [Google::Apis::DocsV1::UpdateDocumentStyleRequest]
3736
+ attr_accessor :update_document_style
3737
+
3723
3738
  # Update the styling of all paragraphs that overlap with the given range.
3724
3739
  # Corresponds to the JSON property `updateParagraphStyle`
3725
3740
  # @return [Google::Apis::DocsV1::UpdateParagraphStyleRequest]
@@ -3769,6 +3784,7 @@ module Google
3769
3784
  @insert_table_row = args[:insert_table_row] if args.key?(:insert_table_row)
3770
3785
  @insert_text = args[:insert_text] if args.key?(:insert_text)
3771
3786
  @replace_all_text = args[:replace_all_text] if args.key?(:replace_all_text)
3787
+ @update_document_style = args[:update_document_style] if args.key?(:update_document_style)
3772
3788
  @update_paragraph_style = args[:update_paragraph_style] if args.key?(:update_paragraph_style)
3773
3789
  @update_table_cell_style = args[:update_table_cell_style] if args.key?(:update_table_cell_style)
3774
3790
  @update_table_column_properties = args[:update_table_column_properties] if args.key?(:update_table_column_properties)
@@ -4724,7 +4740,8 @@ module Google
4724
4740
  # @return [Google::Apis::DocsV1::TableCellBorder]
4725
4741
  attr_accessor :border_top
4726
4742
 
4727
- # The column span of the cell. This property is read-only.
4743
+ # The column span of the cell.
4744
+ # This property is read-only.
4728
4745
  # Corresponds to the JSON property `columnSpan`
4729
4746
  # @return [Fixnum]
4730
4747
  attr_accessor :column_span
@@ -4755,7 +4772,8 @@ module Google
4755
4772
  # @return [Google::Apis::DocsV1::Dimension]
4756
4773
  attr_accessor :padding_top
4757
4774
 
4758
- # The row span of the cell. This property is read-only.
4775
+ # The row span of the cell.
4776
+ # This property is read-only.
4759
4777
  # Corresponds to the JSON property `rowSpan`
4760
4778
  # @return [Fixnum]
4761
4779
  attr_accessor :row_span
@@ -5359,6 +5377,35 @@ module Google
5359
5377
  end
5360
5378
  end
5361
5379
 
5380
+ # Updates the DocumentStyle.
5381
+ class UpdateDocumentStyleRequest
5382
+ include Google::Apis::Core::Hashable
5383
+
5384
+ # The style of the document.
5385
+ # Corresponds to the JSON property `documentStyle`
5386
+ # @return [Google::Apis::DocsV1::DocumentStyle]
5387
+ attr_accessor :document_style
5388
+
5389
+ # The fields that should be updated.
5390
+ # At least one field must be specified. The root `document_style` is
5391
+ # implied and should not be specified. A single `"*"` can be used as
5392
+ # short-hand for listing every field.
5393
+ # For example to update the background, set `fields` to `"background"`.
5394
+ # Corresponds to the JSON property `fields`
5395
+ # @return [String]
5396
+ attr_accessor :fields
5397
+
5398
+ def initialize(**args)
5399
+ update!(**args)
5400
+ end
5401
+
5402
+ # Update properties of this object
5403
+ def update!(**args)
5404
+ @document_style = args[:document_style] if args.key?(:document_style)
5405
+ @fields = args[:fields] if args.key?(:fields)
5406
+ end
5407
+ end
5408
+
5362
5409
  # Update the styling of all paragraphs that overlap with the given range.
5363
5410
  class UpdateParagraphStyleRequest
5364
5411
  include Google::Apis::Core::Hashable
@@ -766,6 +766,12 @@ module Google
766
766
  include Google::Apis::Core::JsonObjectSupport
767
767
  end
768
768
 
769
+ class UpdateDocumentStyleRequest
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
769
775
  class UpdateParagraphStyleRequest
770
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
771
777
 
@@ -1799,6 +1805,8 @@ module Google
1799
1805
 
1800
1806
  property :replace_all_text, as: 'replaceAllText', class: Google::Apis::DocsV1::ReplaceAllTextRequest, decorator: Google::Apis::DocsV1::ReplaceAllTextRequest::Representation
1801
1807
 
1808
+ property :update_document_style, as: 'updateDocumentStyle', class: Google::Apis::DocsV1::UpdateDocumentStyleRequest, decorator: Google::Apis::DocsV1::UpdateDocumentStyleRequest::Representation
1809
+
1802
1810
  property :update_paragraph_style, as: 'updateParagraphStyle', class: Google::Apis::DocsV1::UpdateParagraphStyleRequest, decorator: Google::Apis::DocsV1::UpdateParagraphStyleRequest::Representation
1803
1811
 
1804
1812
  property :update_table_cell_style, as: 'updateTableCellStyle', class: Google::Apis::DocsV1::UpdateTableCellStyleRequest, decorator: Google::Apis::DocsV1::UpdateTableCellStyleRequest::Representation
@@ -2263,6 +2271,15 @@ module Google
2263
2271
  end
2264
2272
  end
2265
2273
 
2274
+ class UpdateDocumentStyleRequest
2275
+ # @private
2276
+ class Representation < Google::Apis::Core::JsonRepresentation
2277
+ property :document_style, as: 'documentStyle', class: Google::Apis::DocsV1::DocumentStyle, decorator: Google::Apis::DocsV1::DocumentStyle::Representation
2278
+
2279
+ property :fields, as: 'fields'
2280
+ end
2281
+ end
2282
+
2266
2283
  class UpdateParagraphStyleRequest
2267
2284
  # @private
2268
2285
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/genomics
26
26
  module GenomicsV1
27
27
  VERSION = 'V1'
28
- REVISION = '20190606'
28
+ REVISION = '20190719'
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'
@@ -612,6 +612,11 @@ module Google
612
612
  # @return [String]
613
613
  attr_accessor :instance
614
614
 
615
+ # The machine type that was assigned for the worker.
616
+ # Corresponds to the JSON property `machineType`
617
+ # @return [String]
618
+ attr_accessor :machine_type
619
+
615
620
  # The zone the worker is running in.
616
621
  # Corresponds to the JSON property `zone`
617
622
  # @return [String]
@@ -624,6 +629,7 @@ module Google
624
629
  # Update properties of this object
625
630
  def update!(**args)
626
631
  @instance = args[:instance] if args.key?(:instance)
632
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
627
633
  @zone = args[:zone] if args.key?(:zone)
628
634
  end
629
635
  end
@@ -315,6 +315,7 @@ module Google
315
315
  # @private
316
316
  class Representation < Google::Apis::Core::JsonRepresentation
317
317
  property :instance, as: 'instance'
318
+ property :machine_type, as: 'machineType'
318
319
  property :zone, as: 'zone'
319
320
  end
320
321
  end
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/genomics
26
26
  module GenomicsV1alpha2
27
27
  VERSION = 'V1alpha2'
28
- REVISION = '20190606'
28
+ REVISION = '20190719'
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'
@@ -1392,6 +1392,11 @@ module Google
1392
1392
  # @return [String]
1393
1393
  attr_accessor :instance
1394
1394
 
1395
+ # The machine type that was assigned for the worker.
1396
+ # Corresponds to the JSON property `machineType`
1397
+ # @return [String]
1398
+ attr_accessor :machine_type
1399
+
1395
1400
  # The zone the worker is running in.
1396
1401
  # Corresponds to the JSON property `zone`
1397
1402
  # @return [String]
@@ -1404,6 +1409,7 @@ module Google
1404
1409
  # Update properties of this object
1405
1410
  def update!(**args)
1406
1411
  @instance = args[:instance] if args.key?(:instance)
1412
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
1407
1413
  @zone = args[:zone] if args.key?(:zone)
1408
1414
  end
1409
1415
  end
@@ -575,6 +575,7 @@ module Google
575
575
  # @private
576
576
  class Representation < Google::Apis::Core::JsonRepresentation
577
577
  property :instance, as: 'instance'
578
+ property :machine_type, as: 'machineType'
578
579
  property :zone, as: 'zone'
579
580
  end
580
581
  end
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/genomics
26
26
  module GenomicsV2alpha1
27
27
  VERSION = 'V2alpha1'
28
- REVISION = '20190626'
28
+ REVISION = '20190719'
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'
@@ -1341,6 +1341,11 @@ module Google
1341
1341
  # @return [String]
1342
1342
  attr_accessor :instance
1343
1343
 
1344
+ # The machine type that was assigned for the worker.
1345
+ # Corresponds to the JSON property `machineType`
1346
+ # @return [String]
1347
+ attr_accessor :machine_type
1348
+
1344
1349
  # The zone the worker is running in.
1345
1350
  # Corresponds to the JSON property `zone`
1346
1351
  # @return [String]
@@ -1353,6 +1358,7 @@ module Google
1353
1358
  # Update properties of this object
1354
1359
  def update!(**args)
1355
1360
  @instance = args[:instance] if args.key?(:instance)
1361
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
1356
1362
  @zone = args[:zone] if args.key?(:zone)
1357
1363
  end
1358
1364
  end
@@ -580,6 +580,7 @@ module Google
580
580
  # @private
581
581
  class Representation < Google::Apis::Core::JsonRepresentation
582
582
  property :instance, as: 'instance'
583
+ property :machine_type, as: 'machineType'
583
584
  property :zone, as: 'zone'
584
585
  end
585
586
  end
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/talent-solution/job-search/docs/
27
27
  module JobsV3
28
28
  VERSION = 'V3'
29
- REVISION = '20190712'
29
+ REVISION = '20190727'
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'
@@ -831,7 +831,7 @@ module Google
831
831
  # `CASE_INSENSITIVE_MATCH`) search.
832
832
  # For filterable `string_value`s, a maximum total number of 200 values
833
833
  # is allowed, with each `string_value` has a byte size of no more than
834
- # 255B. For unfilterable `string_values`, the maximum total byte size of
834
+ # 500B. For unfilterable `string_values`, the maximum total byte size of
835
835
  # unfilterable `string_values` is 50KB.
836
836
  # Empty string is not allowed.
837
837
  # Corresponds to the JSON property `stringValues`
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/talent-solution/job-search/docs/
27
27
  module JobsV3p1beta1
28
28
  VERSION = 'V3p1beta1'
29
- REVISION = '20190712'
29
+ REVISION = '20190722'
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'
@@ -831,7 +831,7 @@ module Google
831
831
  # `CASE_INSENSITIVE_MATCH`) search.
832
832
  # For filterable `string_value`s, a maximum total number of 200 values
833
833
  # is allowed, with each `string_value` has a byte size of no more than
834
- # 255B. For unfilterable `string_values`, the maximum total byte size of
834
+ # 500B. For unfilterable `string_values`, the maximum total byte size of
835
835
  # unfilterable `string_values` is 50KB.
836
836
  # Empty string is not allowed.
837
837
  # Corresponds to the JSON property `stringValues`
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/remote-build-execution/docs/
26
26
  module RemotebuildexecutionV1
27
27
  VERSION = 'V1'
28
- REVISION = '20190618'
28
+ REVISION = '20190723'
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'
@@ -1842,18 +1842,26 @@ module Google
1842
1842
  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest
1843
1843
  include Google::Apis::Core::Hashable
1844
1844
 
1845
- # Optional. A filter to constrain the pools returned. Filters have the form:
1846
- # <field> <operator> <value> [[AND|OR] <field> <operator> <value>]...
1847
- # <field> is the path for a field or map key in the Pool proto message.
1848
- # e.g. "configuration.disk_size_gb" or "configuration.labels.key".
1849
- # <operator> can be one of "<", "<=", ">=", ">", "=", "!=", ":".
1850
- # ":" is a HAS operation for strings and repeated primitive fields.
1851
- # <value> is the value to test, case-insensitive for strings. "*" stands for
1852
- # any value and can be used to test for key presence.
1853
- # Parenthesis determine AND/OR precedence. In space separated restrictions,
1854
- # AND is implicit, e.g. "a = b x = y" is equivalent to "a = b AND x = y".
1855
- # Example filter:
1856
- # configuration.labels.key1 = * AND (state = RUNNING OR state = UPDATING)
1845
+ # Optional. A filter expression that filters resources listed in
1846
+ # the response. The expression must specify the field name, a comparison
1847
+ # operator, and the value that you want to use for filtering. The value
1848
+ # must be a string, a number, or a boolean. String values are
1849
+ # case-insensitive.
1850
+ # The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or
1851
+ # `<`.
1852
+ # The `:` operator can be used with string fields to match substrings.
1853
+ # For non-string fields it is equivalent to the `=` operator.
1854
+ # The `:*` comparison can be used to test whether a key has been defined.
1855
+ # You can also filter on nested fields.
1856
+ # To filter on multiple expressions, you can separate expression using
1857
+ # `AND` and `OR` operators, using parentheses to specify precedence. If
1858
+ # neither operator is specified, `AND` is assumed.
1859
+ # Examples:
1860
+ # Include only pools with more than 100 reserved workers:
1861
+ # `(worker_count > 100) (worker_config.reserved = true)`
1862
+ # Include only pools with a certain label or machines of the n1-standard
1863
+ # family:
1864
+ # `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard`
1857
1865
  # Corresponds to the JSON property `filter`
1858
1866
  # @return [String]
1859
1867
  attr_accessor :filter
@@ -1948,8 +1956,8 @@ module Google
1948
1956
  # Labels associated with the workers.
1949
1957
  # Label keys and values can be no longer than 63 characters, can only contain
1950
1958
  # lowercase letters, numeric characters, underscores and dashes.
1951
- # International letters are permitted. Keys must start with a letter but
1952
- # values are optional.
1959
+ # International letters are permitted. Label keys must start with a letter.
1960
+ # Label values are optional.
1953
1961
  # There can not be more than 64 labels per resource.
1954
1962
  # Corresponds to the JSON property `labels`
1955
1963
  # @return [Hash<String,String>]
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/remote-build-execution/docs/
26
26
  module RemotebuildexecutionV1alpha
27
27
  VERSION = 'V1alpha'
28
- REVISION = '20190618'
28
+ REVISION = '20190723'
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'
@@ -1823,18 +1823,26 @@ module Google
1823
1823
  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest
1824
1824
  include Google::Apis::Core::Hashable
1825
1825
 
1826
- # Optional. A filter to constrain the pools returned. Filters have the form:
1827
- # <field> <operator> <value> [[AND|OR] <field> <operator> <value>]...
1828
- # <field> is the path for a field or map key in the Pool proto message.
1829
- # e.g. "configuration.disk_size_gb" or "configuration.labels.key".
1830
- # <operator> can be one of "<", "<=", ">=", ">", "=", "!=", ":".
1831
- # ":" is a HAS operation for strings and repeated primitive fields.
1832
- # <value> is the value to test, case-insensitive for strings. "*" stands for
1833
- # any value and can be used to test for key presence.
1834
- # Parenthesis determine AND/OR precedence. In space separated restrictions,
1835
- # AND is implicit, e.g. "a = b x = y" is equivalent to "a = b AND x = y".
1836
- # Example filter:
1837
- # configuration.labels.key1 = * AND (state = RUNNING OR state = UPDATING)
1826
+ # Optional. A filter expression that filters resources listed in
1827
+ # the response. The expression must specify the field name, a comparison
1828
+ # operator, and the value that you want to use for filtering. The value
1829
+ # must be a string, a number, or a boolean. String values are
1830
+ # case-insensitive.
1831
+ # The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or
1832
+ # `<`.
1833
+ # The `:` operator can be used with string fields to match substrings.
1834
+ # For non-string fields it is equivalent to the `=` operator.
1835
+ # The `:*` comparison can be used to test whether a key has been defined.
1836
+ # You can also filter on nested fields.
1837
+ # To filter on multiple expressions, you can separate expression using
1838
+ # `AND` and `OR` operators, using parentheses to specify precedence. If
1839
+ # neither operator is specified, `AND` is assumed.
1840
+ # Examples:
1841
+ # Include only pools with more than 100 reserved workers:
1842
+ # `(worker_count > 100) (worker_config.reserved = true)`
1843
+ # Include only pools with a certain label or machines of the n1-standard
1844
+ # family:
1845
+ # `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard`
1838
1846
  # Corresponds to the JSON property `filter`
1839
1847
  # @return [String]
1840
1848
  attr_accessor :filter
@@ -1929,8 +1937,8 @@ module Google
1929
1937
  # Labels associated with the workers.
1930
1938
  # Label keys and values can be no longer than 63 characters, can only contain
1931
1939
  # lowercase letters, numeric characters, underscores and dashes.
1932
- # International letters are permitted. Keys must start with a letter but
1933
- # values are optional.
1940
+ # International letters are permitted. Label keys must start with a letter.
1941
+ # Label values are optional.
1934
1942
  # There can not be more than 64 labels per resource.
1935
1943
  # Corresponds to the JSON property `labels`
1936
1944
  # @return [Hash<String,String>]