google-analytics-data-v1beta 0.4.0 → 0.4.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c40efb926046dba710813a862995ecf1fa6977310260cf32c5764bed0e774e3f
|
|
4
|
+
data.tar.gz: 94af9ace5240c1e9118dfe8cfe78a47f4ac1bbecbd8105ad997567af466a3e13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0513853b524f0c4fec34d6d500dd9100bfb1da6484d963a88b9e2208687f6bd5a4b83a36720d08e4a2b79c613cc260716c1962f05d6f600f0ee2c5c738bcb358'
|
|
7
|
+
data.tar.gz: 29d50d4789fc694204d83f43843d478a0e83313c670836e0f884d682a7b2c95453d55825f2098d6d2d92f8bda3796d524788040990d44b81d51179f3dd6b016c
|
|
@@ -260,6 +260,21 @@ module Google
|
|
|
260
260
|
#
|
|
261
261
|
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
262
262
|
#
|
|
263
|
+
# @example Basic example
|
|
264
|
+
# require "google/analytics/data/v1beta"
|
|
265
|
+
#
|
|
266
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
267
|
+
# client = Google::Analytics::Data::V1beta::AnalyticsData::Client.new
|
|
268
|
+
#
|
|
269
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
270
|
+
# request = Google::Analytics::Data::V1beta::RunReportRequest.new
|
|
271
|
+
#
|
|
272
|
+
# # Call the run_report method.
|
|
273
|
+
# result = client.run_report request
|
|
274
|
+
#
|
|
275
|
+
# # The returned object is of type Google::Analytics::Data::V1beta::RunReportResponse.
|
|
276
|
+
# p result
|
|
277
|
+
#
|
|
263
278
|
def run_report request, options = nil
|
|
264
279
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
265
280
|
|
|
@@ -379,6 +394,21 @@ module Google
|
|
|
379
394
|
#
|
|
380
395
|
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
381
396
|
#
|
|
397
|
+
# @example Basic example
|
|
398
|
+
# require "google/analytics/data/v1beta"
|
|
399
|
+
#
|
|
400
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
401
|
+
# client = Google::Analytics::Data::V1beta::AnalyticsData::Client.new
|
|
402
|
+
#
|
|
403
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
404
|
+
# request = Google::Analytics::Data::V1beta::RunPivotReportRequest.new
|
|
405
|
+
#
|
|
406
|
+
# # Call the run_pivot_report method.
|
|
407
|
+
# result = client.run_pivot_report request
|
|
408
|
+
#
|
|
409
|
+
# # The returned object is of type Google::Analytics::Data::V1beta::RunPivotReportResponse.
|
|
410
|
+
# p result
|
|
411
|
+
#
|
|
382
412
|
def run_pivot_report request, options = nil
|
|
383
413
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
384
414
|
|
|
@@ -461,6 +491,21 @@ module Google
|
|
|
461
491
|
#
|
|
462
492
|
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
463
493
|
#
|
|
494
|
+
# @example Basic example
|
|
495
|
+
# require "google/analytics/data/v1beta"
|
|
496
|
+
#
|
|
497
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
498
|
+
# client = Google::Analytics::Data::V1beta::AnalyticsData::Client.new
|
|
499
|
+
#
|
|
500
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
501
|
+
# request = Google::Analytics::Data::V1beta::BatchRunReportsRequest.new
|
|
502
|
+
#
|
|
503
|
+
# # Call the batch_run_reports method.
|
|
504
|
+
# result = client.batch_run_reports request
|
|
505
|
+
#
|
|
506
|
+
# # The returned object is of type Google::Analytics::Data::V1beta::BatchRunReportsResponse.
|
|
507
|
+
# p result
|
|
508
|
+
#
|
|
464
509
|
def batch_run_reports request, options = nil
|
|
465
510
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
466
511
|
|
|
@@ -543,6 +588,21 @@ module Google
|
|
|
543
588
|
#
|
|
544
589
|
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
545
590
|
#
|
|
591
|
+
# @example Basic example
|
|
592
|
+
# require "google/analytics/data/v1beta"
|
|
593
|
+
#
|
|
594
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
595
|
+
# client = Google::Analytics::Data::V1beta::AnalyticsData::Client.new
|
|
596
|
+
#
|
|
597
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
598
|
+
# request = Google::Analytics::Data::V1beta::BatchRunPivotReportsRequest.new
|
|
599
|
+
#
|
|
600
|
+
# # Call the batch_run_pivot_reports method.
|
|
601
|
+
# result = client.batch_run_pivot_reports request
|
|
602
|
+
#
|
|
603
|
+
# # The returned object is of type Google::Analytics::Data::V1beta::BatchRunPivotReportsResponse.
|
|
604
|
+
# p result
|
|
605
|
+
#
|
|
546
606
|
def batch_run_pivot_reports request, options = nil
|
|
547
607
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
548
608
|
|
|
@@ -632,6 +692,21 @@ module Google
|
|
|
632
692
|
#
|
|
633
693
|
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
634
694
|
#
|
|
695
|
+
# @example Basic example
|
|
696
|
+
# require "google/analytics/data/v1beta"
|
|
697
|
+
#
|
|
698
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
699
|
+
# client = Google::Analytics::Data::V1beta::AnalyticsData::Client.new
|
|
700
|
+
#
|
|
701
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
702
|
+
# request = Google::Analytics::Data::V1beta::GetMetadataRequest.new
|
|
703
|
+
#
|
|
704
|
+
# # Call the get_metadata method.
|
|
705
|
+
# result = client.get_metadata request
|
|
706
|
+
#
|
|
707
|
+
# # The returned object is of type Google::Analytics::Data::V1beta::Metadata.
|
|
708
|
+
# p result
|
|
709
|
+
#
|
|
635
710
|
def get_metadata request, options = nil
|
|
636
711
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
637
712
|
|
|
@@ -744,6 +819,21 @@ module Google
|
|
|
744
819
|
#
|
|
745
820
|
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
746
821
|
#
|
|
822
|
+
# @example Basic example
|
|
823
|
+
# require "google/analytics/data/v1beta"
|
|
824
|
+
#
|
|
825
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
826
|
+
# client = Google::Analytics::Data::V1beta::AnalyticsData::Client.new
|
|
827
|
+
#
|
|
828
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
829
|
+
# request = Google::Analytics::Data::V1beta::RunRealtimeReportRequest.new
|
|
830
|
+
#
|
|
831
|
+
# # Call the run_realtime_report method.
|
|
832
|
+
# result = client.run_realtime_report request
|
|
833
|
+
#
|
|
834
|
+
# # The returned object is of type Google::Analytics::Data::V1beta::RunRealtimeReportResponse.
|
|
835
|
+
# p result
|
|
836
|
+
#
|
|
747
837
|
def run_realtime_report request, options = nil
|
|
748
838
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
749
839
|
|
|
@@ -848,6 +938,21 @@ module Google
|
|
|
848
938
|
#
|
|
849
939
|
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
850
940
|
#
|
|
941
|
+
# @example Basic example
|
|
942
|
+
# require "google/analytics/data/v1beta"
|
|
943
|
+
#
|
|
944
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
945
|
+
# client = Google::Analytics::Data::V1beta::AnalyticsData::Client.new
|
|
946
|
+
#
|
|
947
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
948
|
+
# request = Google::Analytics::Data::V1beta::CheckCompatibilityRequest.new
|
|
949
|
+
#
|
|
950
|
+
# # Call the check_compatibility method.
|
|
951
|
+
# result = client.check_compatibility request
|
|
952
|
+
#
|
|
953
|
+
# # The returned object is of type Google::Analytics::Data::V1beta::CheckCompatibilityResponse.
|
|
954
|
+
# p result
|
|
955
|
+
#
|
|
851
956
|
def check_compatibility request, options = nil
|
|
852
957
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
853
958
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-analytics-data-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.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: 2021-11-
|
|
11
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|