google-apps-meet-v2beta 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -1
- data/lib/google/apps/meet/v2beta/conference_records_service/client.rb +27 -12
- data/lib/google/apps/meet/v2beta/conference_records_service/rest/client.rb +27 -12
- data/lib/google/apps/meet/v2beta/spaces_service/client.rb +11 -4
- data/lib/google/apps/meet/v2beta/spaces_service/rest/client.rb +11 -4
- data/lib/google/apps/meet/v2beta/version.rb +1 -1
- data/proto_docs/google/api/client.rb +18 -10
- data/proto_docs/google/api/resource.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08500c600e74bbb02229ab65f10b1c441b5aac4426201932554dd2e775bae04f'
|
4
|
+
data.tar.gz: cf02e170088828357efd140e501bf7569b2b4c80e9daa658de9029fa43a63fd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1134c7d64105835982479aa324744fc628e6a8d94d783c55004d444a7b93cdd737f4a80e5f8069284f2184970391b9e4aef5ce6dabd9c4e4627de45ec363d54b
|
7
|
+
data.tar.gz: bfa499aac026a50e8de97551c10ea81b6e3f94b530b87f1f21b76ed89a0a705294945b033fa7b10457a3c6c144f5907ceb5ce5d09d436f1ab9a5816ef472841c
|
data/README.md
CHANGED
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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,
|
@@ -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
|
@@ -286,6 +290,13 @@ module Google
|
|
286
290
|
# @return [::String]
|
287
291
|
# The fully qualified name of the method, for which the options below apply.
|
288
292
|
# This is used to find the method to apply the options.
|
293
|
+
#
|
294
|
+
# Example:
|
295
|
+
#
|
296
|
+
# publishing:
|
297
|
+
# method_settings:
|
298
|
+
# - selector: google.storage.control.v2.StorageControl.CreateFolder
|
299
|
+
# # method settings for CreateFolder...
|
289
300
|
# @!attribute [rw] long_running
|
290
301
|
# @return [::Google::Api::MethodSettings::LongRunning]
|
291
302
|
# Describes settings to use for long-running operations when generating
|
@@ -294,17 +305,14 @@ module Google
|
|
294
305
|
#
|
295
306
|
# Example of a YAML configuration::
|
296
307
|
#
|
297
|
-
#
|
298
|
-
#
|
308
|
+
# publishing:
|
309
|
+
# method_settings:
|
299
310
|
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
300
311
|
# long_running:
|
301
|
-
# initial_poll_delay:
|
302
|
-
# seconds: 60 # 1 minute
|
312
|
+
# initial_poll_delay: 60s # 1 minute
|
303
313
|
# poll_delay_multiplier: 1.5
|
304
|
-
# max_poll_delay:
|
305
|
-
#
|
306
|
-
# total_poll_timeout:
|
307
|
-
# seconds: 54000 # 90 minutes
|
314
|
+
# max_poll_delay: 360s # 6 minutes
|
315
|
+
# total_poll_timeout: 54000s # 90 minutes
|
308
316
|
# @!attribute [rw] auto_populated_fields
|
309
317
|
# @return [::Array<::String>]
|
310
318
|
# List of top-level fields of the request message, that should be
|
@@ -313,8 +321,8 @@ module Google
|
|
313
321
|
#
|
314
322
|
# Example of a YAML configuration:
|
315
323
|
#
|
316
|
-
#
|
317
|
-
#
|
324
|
+
# publishing:
|
325
|
+
# method_settings:
|
318
326
|
# - selector: google.example.v1.ExampleService.CreateExample
|
319
327
|
# auto_populated_fields:
|
320
328
|
# - 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'.
|
128
|
-
#
|
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.
|
4
|
+
version: 0.3.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-
|
11
|
+
date: 2024-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|