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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -0
- data/generated/google/apis/alertcenter_v1beta1.rb +1 -1
- data/generated/google/apis/alertcenter_v1beta1/classes.rb +1 -1
- data/generated/google/apis/analyticsreporting_v4.rb +1 -1
- data/generated/google/apis/analyticsreporting_v4/classes.rb +1 -1
- data/generated/google/apis/androidmanagement_v1.rb +1 -1
- data/generated/google/apis/androidmanagement_v1/classes.rb +9 -4
- data/generated/google/apis/cloudasset_v1.rb +1 -1
- data/generated/google/apis/cloudasset_v1/classes.rb +456 -0
- data/generated/google/apis/cloudasset_v1/representations.rb +145 -0
- data/generated/google/apis/cloudshell_v1.rb +1 -1
- data/generated/google/apis/cloudshell_v1/classes.rb +7 -0
- data/generated/google/apis/cloudshell_v1/representations.rb +1 -0
- data/generated/google/apis/cloudshell_v1alpha1.rb +1 -1
- data/generated/google/apis/cloudshell_v1alpha1/classes.rb +7 -0
- data/generated/google/apis/cloudshell_v1alpha1/representations.rb +1 -0
- data/generated/google/apis/container_v1beta1.rb +1 -1
- data/generated/google/apis/container_v1beta1/classes.rb +75 -0
- data/generated/google/apis/container_v1beta1/representations.rb +36 -0
- data/generated/google/apis/docs_v1.rb +1 -1
- data/generated/google/apis/docs_v1/classes.rb +51 -4
- data/generated/google/apis/docs_v1/representations.rb +17 -0
- data/generated/google/apis/genomics_v1.rb +1 -1
- data/generated/google/apis/genomics_v1/classes.rb +6 -0
- data/generated/google/apis/genomics_v1/representations.rb +1 -0
- data/generated/google/apis/genomics_v1alpha2.rb +1 -1
- data/generated/google/apis/genomics_v1alpha2/classes.rb +6 -0
- data/generated/google/apis/genomics_v1alpha2/representations.rb +1 -0
- data/generated/google/apis/genomics_v2alpha1.rb +1 -1
- data/generated/google/apis/genomics_v2alpha1/classes.rb +6 -0
- data/generated/google/apis/genomics_v2alpha1/representations.rb +1 -0
- data/generated/google/apis/jobs_v3.rb +1 -1
- data/generated/google/apis/jobs_v3/classes.rb +1 -1
- data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
- data/generated/google/apis/jobs_v3p1beta1/classes.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1/classes.rb +22 -14
- data/generated/google/apis/remotebuildexecution_v1alpha.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1alpha/classes.rb +22 -14
- data/generated/google/apis/remotebuildexecution_v1alpha/service.rb +20 -12
- data/generated/google/apis/remotebuildexecution_v2.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v2/classes.rb +22 -14
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/sheets_v4/classes.rb +173 -0
- data/generated/google/apis/sheets_v4/representations.rb +64 -0
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +100 -2015
- data/generated/google/apis/vision_v1/representations.rb +866 -1703
- data/generated/google/apis/vision_v1p1beta1.rb +1 -1
- data/generated/google/apis/vision_v1p1beta1/classes.rb +100 -2015
- data/generated/google/apis/vision_v1p1beta1/representations.rb +938 -1775
- data/generated/google/apis/vision_v1p2beta1.rb +1 -1
- data/generated/google/apis/vision_v1p2beta1/classes.rb +100 -2015
- data/generated/google/apis/vision_v1p2beta1/representations.rb +990 -1827
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
@@ -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.
|
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.
|
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.
|
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.
|
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 = '
|
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
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://cloud.google.com/genomics
|
26
26
|
module GenomicsV1alpha2
|
27
27
|
VERSION = 'V1alpha2'
|
28
|
-
REVISION = '
|
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
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://cloud.google.com/genomics
|
26
26
|
module GenomicsV2alpha1
|
27
27
|
VERSION = 'V2alpha1'
|
28
|
-
REVISION = '
|
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
|
@@ -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 = '
|
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
|
-
#
|
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 = '
|
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
|
-
#
|
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 = '
|
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
|
1846
|
-
#
|
1847
|
-
#
|
1848
|
-
#
|
1849
|
-
#
|
1850
|
-
#
|
1851
|
-
#
|
1852
|
-
#
|
1853
|
-
#
|
1854
|
-
#
|
1855
|
-
#
|
1856
|
-
#
|
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.
|
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 = '
|
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
|
1827
|
-
#
|
1828
|
-
#
|
1829
|
-
#
|
1830
|
-
#
|
1831
|
-
#
|
1832
|
-
#
|
1833
|
-
#
|
1834
|
-
#
|
1835
|
-
#
|
1836
|
-
#
|
1837
|
-
#
|
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.
|
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>]
|