Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 6200a69

Browse filesBrowse files
docs: Minor formatting (#381)
* docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: https://github.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7e623fc commit 6200a69
Copy full SHA for 6200a69

File tree

Expand file treeCollapse file tree

10 files changed

+17
-5
lines changed
Filter options
Expand file treeCollapse file tree

10 files changed

+17
-5
lines changed

‎google/analytics/data_v1alpha/types/analytics_data_api.py

Copy file name to clipboardExpand all lines: google/analytics/data_v1alpha/types/analytics_data_api.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ class RunFunnelReportRequest(proto.Message):
453453
subsets of a property's data. In a funnel report
454454
with segments, the funnel is evaluated in each
455455
segment.
456+
456457
Each segment specified in this request
457458
produces a separate row in the response; in the
458459
response, each segment identified by its name.

‎google/analytics/data_v1alpha/types/data.py

Copy file name to clipboardExpand all lines: google/analytics/data_v1alpha/types/data.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ class MetricType(proto.Enum):
262262

263263
class DateRange(proto.Message):
264264
r"""A contiguous set of days: startDate, startDate + 1, ...,
265-
endDate. Requests
266-
are allowed up to 4 date ranges.
265+
endDate. Requests are allowed up to 4 date ranges.
267266
268267
Attributes:
269268
start_date (str):
@@ -1072,6 +1071,7 @@ class FunnelNextAction(proto.Message):
10721071
class Funnel(proto.Message):
10731072
r"""Configures the funnel in a funnel report request. A funnel
10741073
reports on users as they pass through a sequence of steps.
1074+
10751075
Funnel exploration lets you visualize the steps your users take
10761076
to complete a task and quickly see how well they are succeeding
10771077
or failing at each step. For example, how do prospects become
@@ -1921,6 +1921,7 @@ class SegmentEventFilter(proto.Message):
19211921
If specified, this filter matches events that
19221922
match both the single event name and the
19231923
parameter filter expressions.
1924+
19241925
Inside the parameter filter expression, only
19251926
parameter filters are available.
19261927
@@ -2337,6 +2338,7 @@ class FunnelEventFilter(proto.Message):
23372338
If specified, this filter matches events that
23382339
match both the single event name and the
23392340
parameter filter expressions.
2341+
23402342
Inside the parameter filter expression, only
23412343
parameter filters are available.
23422344

‎google/analytics/data_v1beta/services/beta_analytics_data/async_client.py

Copy file name to clipboardExpand all lines: google/analytics/data_v1beta/services/beta_analytics_data/async_client.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,12 @@ async def check_compatibility(
776776
metrics that can be added to a report request and
777777
maintain compatibility. This method fails if the
778778
request's dimensions and metrics are incompatible.
779+
779780
In Google Analytics, reports fail if they request
780781
incompatible dimensions and/or metrics; in that case,
781782
you will need to remove dimensions and/or metrics from
782783
the incompatible report until the report is compatible.
784+
783785
The Realtime and Core reports have different
784786
compatibility rules. This method checks compatibility
785787
for Core reports.

‎google/analytics/data_v1beta/services/beta_analytics_data/client.py

Copy file name to clipboardExpand all lines: google/analytics/data_v1beta/services/beta_analytics_data/client.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,10 +1003,12 @@ def check_compatibility(
10031003
metrics that can be added to a report request and
10041004
maintain compatibility. This method fails if the
10051005
request's dimensions and metrics are incompatible.
1006+
10061007
In Google Analytics, reports fail if they request
10071008
incompatible dimensions and/or metrics; in that case,
10081009
you will need to remove dimensions and/or metrics from
10091010
the incompatible report until the report is compatible.
1011+
10101012
The Realtime and Core reports have different
10111013
compatibility rules. This method checks compatibility
10121014
for Core reports.

‎google/analytics/data_v1beta/services/beta_analytics_data/transports/grpc.py

Copy file name to clipboardExpand all lines: google/analytics/data_v1beta/services/beta_analytics_data/transports/grpc.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,12 @@ def check_compatibility(
448448
metrics that can be added to a report request and
449449
maintain compatibility. This method fails if the
450450
request's dimensions and metrics are incompatible.
451+
451452
In Google Analytics, reports fail if they request
452453
incompatible dimensions and/or metrics; in that case,
453454
you will need to remove dimensions and/or metrics from
454455
the incompatible report until the report is compatible.
456+
455457
The Realtime and Core reports have different
456458
compatibility rules. This method checks compatibility
457459
for Core reports.

‎google/analytics/data_v1beta/services/beta_analytics_data/transports/grpc_asyncio.py

Copy file name to clipboardExpand all lines: google/analytics/data_v1beta/services/beta_analytics_data/transports/grpc_asyncio.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,12 @@ def check_compatibility(
454454
metrics that can be added to a report request and
455455
maintain compatibility. This method fails if the
456456
request's dimensions and metrics are incompatible.
457+
457458
In Google Analytics, reports fail if they request
458459
incompatible dimensions and/or metrics; in that case,
459460
you will need to remove dimensions and/or metrics from
460461
the incompatible report until the report is compatible.
462+
461463
The Realtime and Core reports have different
462464
compatibility rules. This method checks compatibility
463465
for Core reports.

‎google/analytics/data_v1beta/types/data.py

Copy file name to clipboardExpand all lines: google/analytics/data_v1beta/types/data.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ class Filter(proto.Message):
542542
Attributes:
543543
field_name (str):
544544
The dimension name or metric name.
545+
545546
In most methods, dimensions & metrics can be
546547
used for the first time in this field. However
547548
in a RunPivotReportRequest, this field must be

‎samples/generated_samples/snippet_metadata_google.analytics.data.v1alpha.json

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.analytics.data.v1alpha.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-data",
11-
"version": "0.17.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

‎samples/generated_samples/snippet_metadata_google.analytics.data.v1beta.json

Copy file name to clipboardExpand all lines: samples/generated_samples/snippet_metadata_google.analytics.data.v1beta.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-data",
11-
"version": "0.17.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

‎tests/unit/gapic/data_v1alpha/test_alpha_analytics_data.py

Copy file name to clipboardExpand all lines: tests/unit/gapic/data_v1alpha/test_alpha_analytics_data.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import google.auth
4242
from google.auth import credentials as ga_credentials
4343
from google.auth.exceptions import MutualTLSChannelError
44-
from google.longrunning import operations_pb2
44+
from google.longrunning import operations_pb2 # type: ignore
4545
from google.oauth2 import service_account
4646
from google.protobuf import duration_pb2 # type: ignore
4747
from google.protobuf import json_format

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.