google-area120-tables-v1alpha1 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd23db904ab27bd5a3e6edf96bb8584fc650e4a35b5ff5142cb8f94d67d1ec50
4
- data.tar.gz: 05625162537d0887e63503d731b26707c07da1d7e6b90187279d48d18afdf364
3
+ metadata.gz: a82a1af522a4ae888b8a925acf8c004f90201ce32b9179750198bf3ba16954e4
4
+ data.tar.gz: d3e65f260d93c86d2e9d7d6bf690baa529ca21a82f2660a51db9cabdc9db9031
5
5
  SHA512:
6
- metadata.gz: cd6901b7e4a66f8d2543f8277ab908f964d385e24d9c723454ece2d8fc86a10e0edf3bb12530228ee2f313abbde49438cb7b48d45e0dee7360e6316c1f6cd970
7
- data.tar.gz: 77d4a88aeba4cfd022a082e59427a7a1ada9a6c15b49766c79c26a994ac14873a67d509266a7e2cb17fe65c8c917fbd2c4b16e4c1e577c57a1a09a3c979c17a3
6
+ metadata.gz: 2f8aa5946081dac86b96544aa6cf5b7be72164811a428da73312c5922d181e7b3ba3dc4aeb3e57c5eeaed4b697ee65dc702b89377d67b7e55f13e26f9fb32b21
7
+ data.tar.gz: 8a7b84b45bed3d00fc4b0cfa560ddeba601d59cffc3bd8bc962ff7cc819c70ff1e5784b8f53959df4d11ea457273c028665fea6601dfbccfed9e07b9d99ffd1e
@@ -41,6 +41,9 @@ module Google
41
41
  # resources, named `workspaces/*`.
42
42
  #
43
43
  class Client
44
+ # @private
45
+ API_VERSION = ""
46
+
44
47
  # @private
45
48
  DEFAULT_ENDPOINT_TEMPLATE = "area120tables.$UNIVERSE_DOMAIN$"
46
49
 
@@ -256,10 +259,11 @@ module Google
256
259
  # Customize the options with defaults
257
260
  metadata = @config.rpcs.get_table.metadata.to_h
258
261
 
259
- # Set x-goog-api-client and x-goog-user-project headers
262
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
260
263
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
261
264
  lib_name: @config.lib_name, lib_version: @config.lib_version,
262
265
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
266
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
263
267
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
264
268
 
265
269
  header_params = {}
@@ -355,10 +359,11 @@ module Google
355
359
  # Customize the options with defaults
356
360
  metadata = @config.rpcs.list_tables.metadata.to_h
357
361
 
358
- # Set x-goog-api-client and x-goog-user-project headers
362
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
359
363
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
360
364
  lib_name: @config.lib_name, lib_version: @config.lib_version,
361
365
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
366
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
362
367
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
363
368
 
364
369
  options.apply_defaults timeout: @config.rpcs.list_tables.timeout,
@@ -434,10 +439,11 @@ module Google
434
439
  # Customize the options with defaults
435
440
  metadata = @config.rpcs.get_workspace.metadata.to_h
436
441
 
437
- # Set x-goog-api-client and x-goog-user-project headers
442
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
438
443
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
439
444
  lib_name: @config.lib_name, lib_version: @config.lib_version,
440
445
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
446
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
441
447
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
442
448
 
443
449
  header_params = {}
@@ -533,10 +539,11 @@ module Google
533
539
  # Customize the options with defaults
534
540
  metadata = @config.rpcs.list_workspaces.metadata.to_h
535
541
 
536
- # Set x-goog-api-client and x-goog-user-project headers
542
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
537
543
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
538
544
  lib_name: @config.lib_name, lib_version: @config.lib_version,
539
545
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
546
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
540
547
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
541
548
 
542
549
  options.apply_defaults timeout: @config.rpcs.list_workspaces.timeout,
@@ -615,10 +622,11 @@ module Google
615
622
  # Customize the options with defaults
616
623
  metadata = @config.rpcs.get_row.metadata.to_h
617
624
 
618
- # Set x-goog-api-client and x-goog-user-project headers
625
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
619
626
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
620
627
  lib_name: @config.lib_name, lib_version: @config.lib_version,
621
628
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
629
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
622
630
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
623
631
 
624
632
  header_params = {}
@@ -724,10 +732,11 @@ module Google
724
732
  # Customize the options with defaults
725
733
  metadata = @config.rpcs.list_rows.metadata.to_h
726
734
 
727
- # Set x-goog-api-client and x-goog-user-project headers
735
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
728
736
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
729
737
  lib_name: @config.lib_name, lib_version: @config.lib_version,
730
738
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
739
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
731
740
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
732
741
 
733
742
  header_params = {}
@@ -816,10 +825,11 @@ module Google
816
825
  # Customize the options with defaults
817
826
  metadata = @config.rpcs.create_row.metadata.to_h
818
827
 
819
- # Set x-goog-api-client and x-goog-user-project headers
828
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
820
829
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
821
830
  lib_name: @config.lib_name, lib_version: @config.lib_version,
822
831
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
832
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
823
833
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
824
834
 
825
835
  header_params = {}
@@ -906,10 +916,11 @@ module Google
906
916
  # Customize the options with defaults
907
917
  metadata = @config.rpcs.batch_create_rows.metadata.to_h
908
918
 
909
- # Set x-goog-api-client and x-goog-user-project headers
919
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
910
920
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
911
921
  lib_name: @config.lib_name, lib_version: @config.lib_version,
912
922
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
923
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
913
924
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
914
925
 
915
926
  header_params = {}
@@ -996,10 +1007,11 @@ module Google
996
1007
  # Customize the options with defaults
997
1008
  metadata = @config.rpcs.update_row.metadata.to_h
998
1009
 
999
- # Set x-goog-api-client and x-goog-user-project headers
1010
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1000
1011
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1001
1012
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1002
1013
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
1014
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1003
1015
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1004
1016
 
1005
1017
  header_params = {}
@@ -1086,10 +1098,11 @@ module Google
1086
1098
  # Customize the options with defaults
1087
1099
  metadata = @config.rpcs.batch_update_rows.metadata.to_h
1088
1100
 
1089
- # Set x-goog-api-client and x-goog-user-project headers
1101
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1090
1102
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1091
1103
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1092
1104
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
1105
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1093
1106
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1094
1107
 
1095
1108
  header_params = {}
@@ -1172,10 +1185,11 @@ module Google
1172
1185
  # Customize the options with defaults
1173
1186
  metadata = @config.rpcs.delete_row.metadata.to_h
1174
1187
 
1175
- # Set x-goog-api-client and x-goog-user-project headers
1188
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1176
1189
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1177
1190
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1178
1191
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
1192
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1179
1193
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1180
1194
 
1181
1195
  header_params = {}
@@ -1263,10 +1277,11 @@ module Google
1263
1277
  # Customize the options with defaults
1264
1278
  metadata = @config.rpcs.batch_delete_rows.metadata.to_h
1265
1279
 
1266
- # Set x-goog-api-client and x-goog-user-project headers
1280
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1267
1281
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1268
1282
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1269
1283
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION
1284
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1270
1285
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1271
1286
 
1272
1287
  header_params = {}
@@ -43,6 +43,9 @@ module Google
43
43
  # resources, named `workspaces/*`.
44
44
  #
45
45
  class Client
46
+ # @private
47
+ API_VERSION = ""
48
+
46
49
  # @private
47
50
  DEFAULT_ENDPOINT_TEMPLATE = "area120tables.$UNIVERSE_DOMAIN$"
48
51
 
@@ -248,12 +251,13 @@ module Google
248
251
  # Customize the options with defaults
249
252
  call_metadata = @config.rpcs.get_table.metadata.to_h
250
253
 
251
- # Set x-goog-api-client and x-goog-user-project headers
254
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
252
255
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
253
256
  lib_name: @config.lib_name, lib_version: @config.lib_version,
254
257
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
255
258
  transports_version_send: [:rest]
256
259
 
260
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
257
261
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
258
262
 
259
263
  options.apply_defaults timeout: @config.rpcs.get_table.timeout,
@@ -340,12 +344,13 @@ module Google
340
344
  # Customize the options with defaults
341
345
  call_metadata = @config.rpcs.list_tables.metadata.to_h
342
346
 
343
- # Set x-goog-api-client and x-goog-user-project headers
347
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
344
348
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
345
349
  lib_name: @config.lib_name, lib_version: @config.lib_version,
346
350
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
347
351
  transports_version_send: [:rest]
348
352
 
353
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
349
354
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
350
355
 
351
356
  options.apply_defaults timeout: @config.rpcs.list_tables.timeout,
@@ -420,12 +425,13 @@ module Google
420
425
  # Customize the options with defaults
421
426
  call_metadata = @config.rpcs.get_workspace.metadata.to_h
422
427
 
423
- # Set x-goog-api-client and x-goog-user-project headers
428
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
424
429
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
425
430
  lib_name: @config.lib_name, lib_version: @config.lib_version,
426
431
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
427
432
  transports_version_send: [:rest]
428
433
 
434
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
429
435
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
430
436
 
431
437
  options.apply_defaults timeout: @config.rpcs.get_workspace.timeout,
@@ -512,12 +518,13 @@ module Google
512
518
  # Customize the options with defaults
513
519
  call_metadata = @config.rpcs.list_workspaces.metadata.to_h
514
520
 
515
- # Set x-goog-api-client and x-goog-user-project headers
521
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
516
522
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
517
523
  lib_name: @config.lib_name, lib_version: @config.lib_version,
518
524
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
519
525
  transports_version_send: [:rest]
520
526
 
527
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
521
528
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
522
529
 
523
530
  options.apply_defaults timeout: @config.rpcs.list_workspaces.timeout,
@@ -595,12 +602,13 @@ module Google
595
602
  # Customize the options with defaults
596
603
  call_metadata = @config.rpcs.get_row.metadata.to_h
597
604
 
598
- # Set x-goog-api-client and x-goog-user-project headers
605
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
599
606
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
600
607
  lib_name: @config.lib_name, lib_version: @config.lib_version,
601
608
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
602
609
  transports_version_send: [:rest]
603
610
 
611
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
604
612
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
605
613
 
606
614
  options.apply_defaults timeout: @config.rpcs.get_row.timeout,
@@ -697,12 +705,13 @@ module Google
697
705
  # Customize the options with defaults
698
706
  call_metadata = @config.rpcs.list_rows.metadata.to_h
699
707
 
700
- # Set x-goog-api-client and x-goog-user-project headers
708
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
701
709
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
702
710
  lib_name: @config.lib_name, lib_version: @config.lib_version,
703
711
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
704
712
  transports_version_send: [:rest]
705
713
 
714
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
706
715
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
707
716
 
708
717
  options.apply_defaults timeout: @config.rpcs.list_rows.timeout,
@@ -782,12 +791,13 @@ module Google
782
791
  # Customize the options with defaults
783
792
  call_metadata = @config.rpcs.create_row.metadata.to_h
784
793
 
785
- # Set x-goog-api-client and x-goog-user-project headers
794
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
786
795
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
787
796
  lib_name: @config.lib_name, lib_version: @config.lib_version,
788
797
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
789
798
  transports_version_send: [:rest]
790
799
 
800
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
791
801
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
792
802
 
793
803
  options.apply_defaults timeout: @config.rpcs.create_row.timeout,
@@ -865,12 +875,13 @@ module Google
865
875
  # Customize the options with defaults
866
876
  call_metadata = @config.rpcs.batch_create_rows.metadata.to_h
867
877
 
868
- # Set x-goog-api-client and x-goog-user-project headers
878
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
869
879
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
870
880
  lib_name: @config.lib_name, lib_version: @config.lib_version,
871
881
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
872
882
  transports_version_send: [:rest]
873
883
 
884
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
874
885
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
875
886
 
876
887
  options.apply_defaults timeout: @config.rpcs.batch_create_rows.timeout,
@@ -948,12 +959,13 @@ module Google
948
959
  # Customize the options with defaults
949
960
  call_metadata = @config.rpcs.update_row.metadata.to_h
950
961
 
951
- # Set x-goog-api-client and x-goog-user-project headers
962
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
952
963
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
953
964
  lib_name: @config.lib_name, lib_version: @config.lib_version,
954
965
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
955
966
  transports_version_send: [:rest]
956
967
 
968
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
957
969
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
958
970
 
959
971
  options.apply_defaults timeout: @config.rpcs.update_row.timeout,
@@ -1031,12 +1043,13 @@ module Google
1031
1043
  # Customize the options with defaults
1032
1044
  call_metadata = @config.rpcs.batch_update_rows.metadata.to_h
1033
1045
 
1034
- # Set x-goog-api-client and x-goog-user-project headers
1046
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1035
1047
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1036
1048
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1037
1049
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
1038
1050
  transports_version_send: [:rest]
1039
1051
 
1052
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1040
1053
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1041
1054
 
1042
1055
  options.apply_defaults timeout: @config.rpcs.batch_update_rows.timeout,
@@ -1110,12 +1123,13 @@ module Google
1110
1123
  # Customize the options with defaults
1111
1124
  call_metadata = @config.rpcs.delete_row.metadata.to_h
1112
1125
 
1113
- # Set x-goog-api-client and x-goog-user-project headers
1126
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1114
1127
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1115
1128
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1116
1129
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
1117
1130
  transports_version_send: [:rest]
1118
1131
 
1132
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1119
1133
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1120
1134
 
1121
1135
  options.apply_defaults timeout: @config.rpcs.delete_row.timeout,
@@ -1194,12 +1208,13 @@ module Google
1194
1208
  # Customize the options with defaults
1195
1209
  call_metadata = @config.rpcs.batch_delete_rows.metadata.to_h
1196
1210
 
1197
- # Set x-goog-api-client and x-goog-user-project headers
1211
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1198
1212
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1199
1213
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1200
1214
  gapic_version: ::Google::Area120::Tables::V1alpha1::VERSION,
1201
1215
  transports_version_send: [:rest]
1202
1216
 
1217
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1203
1218
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1204
1219
 
1205
1220
  options.apply_defaults timeout: @config.rpcs.batch_delete_rows.timeout,
@@ -21,7 +21,7 @@ module Google
21
21
  module Area120
22
22
  module Tables
23
23
  module V1alpha1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.1"
25
25
  end
26
26
  end
27
27
  end
@@ -118,6 +118,10 @@ module Google
118
118
  # @return [::String]
119
119
  # Optional link to proto reference documentation. Example:
120
120
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
121
+ # @!attribute [rw] rest_reference_documentation_uri
122
+ # @return [::String]
123
+ # Optional link to REST reference documentation. Example:
124
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
125
  class Publishing
122
126
  include ::Google::Protobuf::MessageExts
123
127
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -192,9 +196,26 @@ module Google
192
196
  # @!attribute [rw] common
193
197
  # @return [::Google::Api::CommonLanguageSettings]
194
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
195
202
  class PythonSettings
196
203
  include ::Google::Protobuf::MessageExts
197
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
198
219
  end
199
220
 
200
221
  # Settings for Node client libraries.
@@ -286,6 +307,13 @@ module Google
286
307
  # @return [::String]
287
308
  # The fully qualified name of the method, for which the options below apply.
288
309
  # This is used to find the method to apply the options.
310
+ #
311
+ # Example:
312
+ #
313
+ # publishing:
314
+ # method_settings:
315
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
316
+ # # method settings for CreateFolder...
289
317
  # @!attribute [rw] long_running
290
318
  # @return [::Google::Api::MethodSettings::LongRunning]
291
319
  # Describes settings to use for long-running operations when generating
@@ -294,17 +322,14 @@ module Google
294
322
  #
295
323
  # Example of a YAML configuration::
296
324
  #
297
- # publishing:
298
- # method_settings:
325
+ # publishing:
326
+ # method_settings:
299
327
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
300
328
  # long_running:
301
- # initial_poll_delay:
302
- # seconds: 60 # 1 minute
329
+ # initial_poll_delay: 60s # 1 minute
303
330
  # poll_delay_multiplier: 1.5
304
- # max_poll_delay:
305
- # seconds: 360 # 6 minutes
306
- # total_poll_timeout:
307
- # seconds: 54000 # 90 minutes
331
+ # max_poll_delay: 360s # 6 minutes
332
+ # total_poll_timeout: 54000s # 90 minutes
308
333
  # @!attribute [rw] auto_populated_fields
309
334
  # @return [::Array<::String>]
310
335
  # List of top-level fields of the request message, that should be
@@ -313,8 +338,8 @@ module Google
313
338
  #
314
339
  # Example of a YAML configuration:
315
340
  #
316
- # publishing:
317
- # method_settings:
341
+ # publishing:
342
+ # method_settings:
318
343
  # - selector: google.example.v1.ExampleService.CreateExample
319
344
  # auto_populated_fields:
320
345
  # - request_id
@@ -124,8 +124,13 @@ module Google
124
124
  # @return [::String]
125
125
  # The plural name used in the resource name and permission names, such as
126
126
  # 'projects' for the resource name of 'projects/\\{project}' and the permission
127
- # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
128
- # concept of the `plural` field in k8s CRD spec
127
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
128
+ # to this is for Nested Collections that have stuttering names, as defined
129
+ # in [AIP-122](https://google.aip.dev/122#nested-collections), where the
130
+ # collection ID in the resource name pattern does not necessarily directly
131
+ # match the `plural` value.
132
+ #
133
+ # It is the same concept of the `plural` field in k8s CRD spec
129
134
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
130
135
  #
131
136
  # Note: The plural form is required even for singleton resources. See
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-area120-tables-v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common