google-apps-meet-v2beta 0.3.0 → 0.3.2

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: 4fe86b3607e63fb03715f34a95b3cab6c4e9c7eac24c2928b7c78ae2edcc9fec
4
- data.tar.gz: f550252a7e40105af0261770e596cc1e88baea625fa3501e0c09fcd6351c78f1
3
+ metadata.gz: c77ed68097f06b5f74fdef641cf723b403809f334433da90c1c528ffb080d9ee
4
+ data.tar.gz: baf1ddc568d5b49ad97c41ab53bd484b8a3fab3806fd6436af99b2fb623bd375
5
5
  SHA512:
6
- metadata.gz: 595f13190292a4d74bcf9009035c91c61ef039b2a2f025c19e851db8d4df1625a2cccea664c4a5c0c9bdd70a9dd6ca51968580c9f291eb09ea551518567dd3d2
7
- data.tar.gz: e3c76b310ece8a08588b4172cbba7dc88af349692cec3ac3bf52c2abbafaf475090d944ab9d29609c27db68e70247be38e4ee6d919855851ba4a59be6d6967e8
6
+ metadata.gz: 7ba8c0654afa11c737052c42788311db6f6c4128acafd9d023eaf8ccba91454fe2d85a7ed2a8e822d3a07b334051bc58a6e877e3445257d5c773271e84d8c2ed
7
+ data.tar.gz: 913ba078d8ea52050a01ef2708f0cb617ee32c71e97df7c70f43b8cacf990fe0ab29cc1b98239326d7a62bc427212b226f815feb24635d06657f9b10dc8f4723
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Create and manage meetings in Google Meet.
4
4
 
5
- Create and manage meetings in Google Meet.
6
5
 
7
6
  https://github.com/googleapis/google-cloud-ruby
8
7
 
@@ -30,6 +30,9 @@ module Google
30
30
  # REST API for services dealing with conference records.
31
31
  #
32
32
  class Client
33
+ # @private
34
+ API_VERSION = ""
35
+
33
36
  # @private
34
37
  DEFAULT_ENDPOINT_TEMPLATE = "meet.$UNIVERSE_DOMAIN$"
35
38
 
@@ -276,10 +279,11 @@ module Google
276
279
  # Customize the options with defaults
277
280
  metadata = @config.rpcs.get_conference_record.metadata.to_h
278
281
 
279
- # Set x-goog-api-client and x-goog-user-project headers
282
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
280
283
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
281
284
  lib_name: @config.lib_name, lib_version: @config.lib_version,
282
285
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
286
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
283
287
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
284
288
 
285
289
  header_params = {}
@@ -381,10 +385,11 @@ module Google
381
385
  # Customize the options with defaults
382
386
  metadata = @config.rpcs.list_conference_records.metadata.to_h
383
387
 
384
- # Set x-goog-api-client and x-goog-user-project headers
388
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
385
389
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
386
390
  lib_name: @config.lib_name, lib_version: @config.lib_version,
387
391
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
392
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
388
393
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
389
394
 
390
395
  options.apply_defaults timeout: @config.rpcs.list_conference_records.timeout,
@@ -460,10 +465,11 @@ module Google
460
465
  # Customize the options with defaults
461
466
  metadata = @config.rpcs.get_participant.metadata.to_h
462
467
 
463
- # Set x-goog-api-client and x-goog-user-project headers
468
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
464
469
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
465
470
  lib_name: @config.lib_name, lib_version: @config.lib_version,
466
471
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
472
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
467
473
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
468
474
 
469
475
  header_params = {}
@@ -571,10 +577,11 @@ module Google
571
577
  # Customize the options with defaults
572
578
  metadata = @config.rpcs.list_participants.metadata.to_h
573
579
 
574
- # Set x-goog-api-client and x-goog-user-project headers
580
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
575
581
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
576
582
  lib_name: @config.lib_name, lib_version: @config.lib_version,
577
583
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
584
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
578
585
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
579
586
 
580
587
  header_params = {}
@@ -658,10 +665,11 @@ module Google
658
665
  # Customize the options with defaults
659
666
  metadata = @config.rpcs.get_participant_session.metadata.to_h
660
667
 
661
- # Set x-goog-api-client and x-goog-user-project headers
668
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
662
669
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
663
670
  lib_name: @config.lib_name, lib_version: @config.lib_version,
664
671
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
672
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
665
673
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
666
674
 
667
675
  header_params = {}
@@ -769,10 +777,11 @@ module Google
769
777
  # Customize the options with defaults
770
778
  metadata = @config.rpcs.list_participant_sessions.metadata.to_h
771
779
 
772
- # Set x-goog-api-client and x-goog-user-project headers
780
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
773
781
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
774
782
  lib_name: @config.lib_name, lib_version: @config.lib_version,
775
783
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
784
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
776
785
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
777
786
 
778
787
  header_params = {}
@@ -856,10 +865,11 @@ module Google
856
865
  # Customize the options with defaults
857
866
  metadata = @config.rpcs.get_recording.metadata.to_h
858
867
 
859
- # Set x-goog-api-client and x-goog-user-project headers
868
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
860
869
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
861
870
  lib_name: @config.lib_name, lib_version: @config.lib_version,
862
871
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
872
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
863
873
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
864
874
 
865
875
  header_params = {}
@@ -954,10 +964,11 @@ module Google
954
964
  # Customize the options with defaults
955
965
  metadata = @config.rpcs.list_recordings.metadata.to_h
956
966
 
957
- # Set x-goog-api-client and x-goog-user-project headers
967
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
958
968
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
959
969
  lib_name: @config.lib_name, lib_version: @config.lib_version,
960
970
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
971
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
961
972
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
962
973
 
963
974
  header_params = {}
@@ -1041,10 +1052,11 @@ module Google
1041
1052
  # Customize the options with defaults
1042
1053
  metadata = @config.rpcs.get_transcript.metadata.to_h
1043
1054
 
1044
- # Set x-goog-api-client and x-goog-user-project headers
1055
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1045
1056
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1046
1057
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1047
1058
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
1059
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1048
1060
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1049
1061
 
1050
1062
  header_params = {}
@@ -1139,10 +1151,11 @@ module Google
1139
1151
  # Customize the options with defaults
1140
1152
  metadata = @config.rpcs.list_transcripts.metadata.to_h
1141
1153
 
1142
- # Set x-goog-api-client and x-goog-user-project headers
1154
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1143
1155
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1144
1156
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1145
1157
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
1158
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1146
1159
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1147
1160
 
1148
1161
  header_params = {}
@@ -1230,10 +1243,11 @@ module Google
1230
1243
  # Customize the options with defaults
1231
1244
  metadata = @config.rpcs.get_transcript_entry.metadata.to_h
1232
1245
 
1233
- # Set x-goog-api-client and x-goog-user-project headers
1246
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1234
1247
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1235
1248
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1236
1249
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
1250
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1237
1251
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1238
1252
 
1239
1253
  header_params = {}
@@ -1334,10 +1348,11 @@ module Google
1334
1348
  # Customize the options with defaults
1335
1349
  metadata = @config.rpcs.list_transcript_entries.metadata.to_h
1336
1350
 
1337
- # Set x-goog-api-client and x-goog-user-project headers
1351
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1338
1352
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1339
1353
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1340
1354
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
1355
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1341
1356
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1342
1357
 
1343
1358
  header_params = {}
@@ -32,6 +32,9 @@ module Google
32
32
  # REST API for services dealing with conference records.
33
33
  #
34
34
  class Client
35
+ # @private
36
+ API_VERSION = ""
37
+
35
38
  # @private
36
39
  DEFAULT_ENDPOINT_TEMPLATE = "meet.$UNIVERSE_DOMAIN$"
37
40
 
@@ -268,12 +271,13 @@ module Google
268
271
  # Customize the options with defaults
269
272
  call_metadata = @config.rpcs.get_conference_record.metadata.to_h
270
273
 
271
- # Set x-goog-api-client and x-goog-user-project headers
274
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
272
275
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
273
276
  lib_name: @config.lib_name, lib_version: @config.lib_version,
274
277
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
275
278
  transports_version_send: [:rest]
276
279
 
280
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
277
281
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
278
282
 
279
283
  options.apply_defaults timeout: @config.rpcs.get_conference_record.timeout,
@@ -366,12 +370,13 @@ module Google
366
370
  # Customize the options with defaults
367
371
  call_metadata = @config.rpcs.list_conference_records.metadata.to_h
368
372
 
369
- # Set x-goog-api-client and x-goog-user-project headers
373
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
370
374
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
371
375
  lib_name: @config.lib_name, lib_version: @config.lib_version,
372
376
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
373
377
  transports_version_send: [:rest]
374
378
 
379
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
375
380
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
376
381
 
377
382
  options.apply_defaults timeout: @config.rpcs.list_conference_records.timeout,
@@ -446,12 +451,13 @@ module Google
446
451
  # Customize the options with defaults
447
452
  call_metadata = @config.rpcs.get_participant.metadata.to_h
448
453
 
449
- # Set x-goog-api-client and x-goog-user-project headers
454
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
450
455
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
451
456
  lib_name: @config.lib_name, lib_version: @config.lib_version,
452
457
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
453
458
  transports_version_send: [:rest]
454
459
 
460
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
455
461
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
456
462
 
457
463
  options.apply_defaults timeout: @config.rpcs.get_participant.timeout,
@@ -550,12 +556,13 @@ module Google
550
556
  # Customize the options with defaults
551
557
  call_metadata = @config.rpcs.list_participants.metadata.to_h
552
558
 
553
- # Set x-goog-api-client and x-goog-user-project headers
559
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
554
560
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
555
561
  lib_name: @config.lib_name, lib_version: @config.lib_version,
556
562
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
557
563
  transports_version_send: [:rest]
558
564
 
565
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
559
566
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
560
567
 
561
568
  options.apply_defaults timeout: @config.rpcs.list_participants.timeout,
@@ -630,12 +637,13 @@ module Google
630
637
  # Customize the options with defaults
631
638
  call_metadata = @config.rpcs.get_participant_session.metadata.to_h
632
639
 
633
- # Set x-goog-api-client and x-goog-user-project headers
640
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
634
641
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
635
642
  lib_name: @config.lib_name, lib_version: @config.lib_version,
636
643
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
637
644
  transports_version_send: [:rest]
638
645
 
646
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
639
647
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
640
648
 
641
649
  options.apply_defaults timeout: @config.rpcs.get_participant_session.timeout,
@@ -734,12 +742,13 @@ module Google
734
742
  # Customize the options with defaults
735
743
  call_metadata = @config.rpcs.list_participant_sessions.metadata.to_h
736
744
 
737
- # Set x-goog-api-client and x-goog-user-project headers
745
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
738
746
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
739
747
  lib_name: @config.lib_name, lib_version: @config.lib_version,
740
748
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
741
749
  transports_version_send: [:rest]
742
750
 
751
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
743
752
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
744
753
 
745
754
  options.apply_defaults timeout: @config.rpcs.list_participant_sessions.timeout,
@@ -814,12 +823,13 @@ module Google
814
823
  # Customize the options with defaults
815
824
  call_metadata = @config.rpcs.get_recording.metadata.to_h
816
825
 
817
- # Set x-goog-api-client and x-goog-user-project headers
826
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
818
827
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
819
828
  lib_name: @config.lib_name, lib_version: @config.lib_version,
820
829
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
821
830
  transports_version_send: [:rest]
822
831
 
832
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
823
833
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
824
834
 
825
835
  options.apply_defaults timeout: @config.rpcs.get_recording.timeout,
@@ -905,12 +915,13 @@ module Google
905
915
  # Customize the options with defaults
906
916
  call_metadata = @config.rpcs.list_recordings.metadata.to_h
907
917
 
908
- # Set x-goog-api-client and x-goog-user-project headers
918
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
909
919
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
910
920
  lib_name: @config.lib_name, lib_version: @config.lib_version,
911
921
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
912
922
  transports_version_send: [:rest]
913
923
 
924
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
914
925
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
915
926
 
916
927
  options.apply_defaults timeout: @config.rpcs.list_recordings.timeout,
@@ -985,12 +996,13 @@ module Google
985
996
  # Customize the options with defaults
986
997
  call_metadata = @config.rpcs.get_transcript.metadata.to_h
987
998
 
988
- # Set x-goog-api-client and x-goog-user-project headers
999
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
989
1000
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
990
1001
  lib_name: @config.lib_name, lib_version: @config.lib_version,
991
1002
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
992
1003
  transports_version_send: [:rest]
993
1004
 
1005
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
994
1006
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
995
1007
 
996
1008
  options.apply_defaults timeout: @config.rpcs.get_transcript.timeout,
@@ -1076,12 +1088,13 @@ module Google
1076
1088
  # Customize the options with defaults
1077
1089
  call_metadata = @config.rpcs.list_transcripts.metadata.to_h
1078
1090
 
1079
- # Set x-goog-api-client and x-goog-user-project headers
1091
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1080
1092
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1081
1093
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1082
1094
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
1083
1095
  transports_version_send: [:rest]
1084
1096
 
1097
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1085
1098
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1086
1099
 
1087
1100
  options.apply_defaults timeout: @config.rpcs.list_transcripts.timeout,
@@ -1160,12 +1173,13 @@ module Google
1160
1173
  # Customize the options with defaults
1161
1174
  call_metadata = @config.rpcs.get_transcript_entry.metadata.to_h
1162
1175
 
1163
- # Set x-goog-api-client and x-goog-user-project headers
1176
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1164
1177
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1165
1178
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1166
1179
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
1167
1180
  transports_version_send: [:rest]
1168
1181
 
1182
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1169
1183
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1170
1184
 
1171
1185
  options.apply_defaults timeout: @config.rpcs.get_transcript_entry.timeout,
@@ -1257,12 +1271,13 @@ module Google
1257
1271
  # Customize the options with defaults
1258
1272
  call_metadata = @config.rpcs.list_transcript_entries.metadata.to_h
1259
1273
 
1260
- # Set x-goog-api-client and x-goog-user-project headers
1274
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1261
1275
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1262
1276
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1263
1277
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
1264
1278
  transports_version_send: [:rest]
1265
1279
 
1280
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1266
1281
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1267
1282
 
1268
1283
  options.apply_defaults timeout: @config.rpcs.list_transcript_entries.timeout,
@@ -30,6 +30,9 @@ module Google
30
30
  # REST API for services dealing with spaces.
31
31
  #
32
32
  class Client
33
+ # @private
34
+ API_VERSION = ""
35
+
33
36
  # @private
34
37
  DEFAULT_ENDPOINT_TEMPLATE = "meet.$UNIVERSE_DOMAIN$"
35
38
 
@@ -228,10 +231,11 @@ module Google
228
231
  # Customize the options with defaults
229
232
  metadata = @config.rpcs.create_space.metadata.to_h
230
233
 
231
- # Set x-goog-api-client and x-goog-user-project headers
234
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
232
235
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
233
236
  lib_name: @config.lib_name, lib_version: @config.lib_version,
234
237
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
238
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
235
239
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
236
240
 
237
241
  options.apply_defaults timeout: @config.rpcs.create_space.timeout,
@@ -306,10 +310,11 @@ module Google
306
310
  # Customize the options with defaults
307
311
  metadata = @config.rpcs.get_space.metadata.to_h
308
312
 
309
- # Set x-goog-api-client and x-goog-user-project headers
313
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
310
314
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
311
315
  lib_name: @config.lib_name, lib_version: @config.lib_version,
312
316
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
317
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
313
318
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
314
319
 
315
320
  header_params = {}
@@ -397,10 +402,11 @@ module Google
397
402
  # Customize the options with defaults
398
403
  metadata = @config.rpcs.update_space.metadata.to_h
399
404
 
400
- # Set x-goog-api-client and x-goog-user-project headers
405
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
401
406
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
402
407
  lib_name: @config.lib_name, lib_version: @config.lib_version,
403
408
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
409
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
404
410
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
405
411
 
406
412
  header_params = {}
@@ -483,10 +489,11 @@ module Google
483
489
  # Customize the options with defaults
484
490
  metadata = @config.rpcs.end_active_conference.metadata.to_h
485
491
 
486
- # Set x-goog-api-client and x-goog-user-project headers
492
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
487
493
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
488
494
  lib_name: @config.lib_name, lib_version: @config.lib_version,
489
495
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION
496
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
490
497
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
491
498
 
492
499
  header_params = {}
@@ -32,6 +32,9 @@ module Google
32
32
  # REST API for services dealing with spaces.
33
33
  #
34
34
  class Client
35
+ # @private
36
+ API_VERSION = ""
37
+
35
38
  # @private
36
39
  DEFAULT_ENDPOINT_TEMPLATE = "meet.$UNIVERSE_DOMAIN$"
37
40
 
@@ -220,12 +223,13 @@ module Google
220
223
  # Customize the options with defaults
221
224
  call_metadata = @config.rpcs.create_space.metadata.to_h
222
225
 
223
- # Set x-goog-api-client and x-goog-user-project headers
226
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
224
227
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
225
228
  lib_name: @config.lib_name, lib_version: @config.lib_version,
226
229
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
227
230
  transports_version_send: [:rest]
228
231
 
232
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
229
233
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
230
234
 
231
235
  options.apply_defaults timeout: @config.rpcs.create_space.timeout,
@@ -299,12 +303,13 @@ module Google
299
303
  # Customize the options with defaults
300
304
  call_metadata = @config.rpcs.get_space.metadata.to_h
301
305
 
302
- # Set x-goog-api-client and x-goog-user-project headers
306
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
303
307
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
304
308
  lib_name: @config.lib_name, lib_version: @config.lib_version,
305
309
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
306
310
  transports_version_send: [:rest]
307
311
 
312
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
308
313
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
309
314
 
310
315
  options.apply_defaults timeout: @config.rpcs.get_space.timeout,
@@ -383,12 +388,13 @@ module Google
383
388
  # Customize the options with defaults
384
389
  call_metadata = @config.rpcs.update_space.metadata.to_h
385
390
 
386
- # Set x-goog-api-client and x-goog-user-project headers
391
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
387
392
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
388
393
  lib_name: @config.lib_name, lib_version: @config.lib_version,
389
394
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
390
395
  transports_version_send: [:rest]
391
396
 
397
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
392
398
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
393
399
 
394
400
  options.apply_defaults timeout: @config.rpcs.update_space.timeout,
@@ -462,12 +468,13 @@ module Google
462
468
  # Customize the options with defaults
463
469
  call_metadata = @config.rpcs.end_active_conference.metadata.to_h
464
470
 
465
- # Set x-goog-api-client and x-goog-user-project headers
471
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
466
472
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
467
473
  lib_name: @config.lib_name, lib_version: @config.lib_version,
468
474
  gapic_version: ::Google::Apps::Meet::V2beta::VERSION,
469
475
  transports_version_send: [:rest]
470
476
 
477
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
471
478
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
472
479
 
473
480
  options.apply_defaults timeout: @config.rpcs.end_active_conference.timeout,
@@ -21,7 +21,7 @@ module Google
21
21
  module Apps
22
22
  module Meet
23
23
  module V2beta
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.2"
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-apps-meet-v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
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