Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 22e27ca

Browse files
docs: renamed App + Web to Google Analytics 4 (GA4) in public documentation (#86)
PiperOrigin-RevId: 338527875 Source-Author: Google APIs <[email protected]> Source-Date: Thu Oct 22 12:36:23 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 2131e2f755b3c2604e2d08de81a299fd7e377dcd Source-Link: googleapis/googleapis@2131e2f
1 parent b17a263 commit 22e27ca

File tree

12 files changed

+97
-97
lines changed

12 files changed

+97
-97
lines changed

google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
// AUTO-GENERATED DOCUMENTATION AND SERVICE
3939
/**
40-
* Service Description: Service Interface for the Analytics Admin API (App+Web).
40+
* Service Description: Service Interface for the Analytics Admin API (GA4).
4141
*
4242
* <p>This class provides the ability to make remote calls to the backing service through method
4343
* calls that map to API methods. Sample code to get started:
@@ -254,7 +254,7 @@ public final UnaryCallable<GetAccountRequest, Account> getAccountCallable() {
254254
/**
255255
* Returns all accounts accessible by the caller.
256256
*
257-
* <p>Note that these accounts might not currently have App+Web properties. Soft-deleted (ie:
257+
* <p>Note that these accounts might not currently have GA4 properties. Soft-deleted (ie:
258258
* "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are
259259
* found.
260260
*
@@ -280,7 +280,7 @@ public final ListAccountsPagedResponse listAccounts(ListAccountsRequest request)
280280
/**
281281
* Returns all accounts accessible by the caller.
282282
*
283-
* <p>Note that these accounts might not currently have App+Web properties. Soft-deleted (ie:
283+
* <p>Note that these accounts might not currently have GA4 properties. Soft-deleted (ie:
284284
* "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are
285285
* found.
286286
*
@@ -306,7 +306,7 @@ public final ListAccountsPagedResponse listAccounts(ListAccountsRequest request)
306306
/**
307307
* Returns all accounts accessible by the caller.
308308
*
309-
* <p>Note that these accounts might not currently have App+Web properties. Soft-deleted (ie:
309+
* <p>Note that these accounts might not currently have GA4 properties. Soft-deleted (ie:
310310
* "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are
311311
* found.
312312
*
@@ -647,10 +647,10 @@ public final ListAccountSummariesPagedResponse listAccountSummaries(
647647

648648
// AUTO-GENERATED DOCUMENTATION AND METHOD
649649
/**
650-
* Lookup for a single "App+Web" Property.
650+
* Lookup for a single "GA4" Property.
651651
*
652-
* <p>Throws "Target not found" if no such property found, if property is not of the type
653-
* "App+Web", or if caller does not have permissions to access it.
652+
* <p>Throws "Target not found" if no such property found, if property is not of the type "GA4",
653+
* or if caller does not have permissions to access it.
654654
*
655655
* <p>Sample code:
656656
*
@@ -673,10 +673,10 @@ public final Property getProperty(PropertyName name) {
673673

674674
// AUTO-GENERATED DOCUMENTATION AND METHOD
675675
/**
676-
* Lookup for a single "App+Web" Property.
676+
* Lookup for a single "GA4" Property.
677677
*
678-
* <p>Throws "Target not found" if no such property found, if property is not of the type
679-
* "App+Web", or if caller does not have permissions to access it.
678+
* <p>Throws "Target not found" if no such property found, if property is not of the type "GA4",
679+
* or if caller does not have permissions to access it.
680680
*
681681
* <p>Sample code:
682682
*
@@ -698,10 +698,10 @@ public final Property getProperty(String name) {
698698

699699
// AUTO-GENERATED DOCUMENTATION AND METHOD
700700
/**
701-
* Lookup for a single "App+Web" Property.
701+
* Lookup for a single "GA4" Property.
702702
*
703-
* <p>Throws "Target not found" if no such property found, if property is not of the type
704-
* "App+Web", or if caller does not have permissions to access it.
703+
* <p>Throws "Target not found" if no such property found, if property is not of the type "GA4",
704+
* or if caller does not have permissions to access it.
705705
*
706706
* <p>Sample code:
707707
*
@@ -724,10 +724,10 @@ public final Property getProperty(GetPropertyRequest request) {
724724

725725
// AUTO-GENERATED DOCUMENTATION AND METHOD
726726
/**
727-
* Lookup for a single "App+Web" Property.
727+
* Lookup for a single "GA4" Property.
728728
*
729-
* <p>Throws "Target not found" if no such property found, if property is not of the type
730-
* "App+Web", or if caller does not have permissions to access it.
729+
* <p>Throws "Target not found" if no such property found, if property is not of the type "GA4",
730+
* or if caller does not have permissions to access it.
731731
*
732732
* <p>Sample code:
733733
*
@@ -751,9 +751,9 @@ public final UnaryCallable<GetPropertyRequest, Property> getPropertyCallable() {
751751
/**
752752
* Returns child Properties under the specified parent Account.
753753
*
754-
* <p>Only "App+Web" properties will be returned. Properties will be excluded if the caller does
755-
* not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an
756-
* empty list if no relevant properties are found.
754+
* <p>Only "GA4" properties will be returned. Properties will be excluded if the caller does not
755+
* have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty
756+
* list if no relevant properties are found.
757757
*
758758
* <p>Sample code:
759759
*
@@ -780,9 +780,9 @@ public final ListPropertiesPagedResponse listProperties(ListPropertiesRequest re
780780
/**
781781
* Returns child Properties under the specified parent Account.
782782
*
783-
* <p>Only "App+Web" properties will be returned. Properties will be excluded if the caller does
784-
* not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an
785-
* empty list if no relevant properties are found.
783+
* <p>Only "GA4" properties will be returned. Properties will be excluded if the caller does not
784+
* have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty
785+
* list if no relevant properties are found.
786786
*
787787
* <p>Sample code:
788788
*
@@ -809,9 +809,9 @@ public final ListPropertiesPagedResponse listProperties(ListPropertiesRequest re
809809
/**
810810
* Returns child Properties under the specified parent Account.
811811
*
812-
* <p>Only "App+Web" properties will be returned. Properties will be excluded if the caller does
813-
* not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an
814-
* empty list if no relevant properties are found.
812+
* <p>Only "GA4" properties will be returned. Properties will be excluded if the caller does not
813+
* have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty
814+
* list if no relevant properties are found.
815815
*
816816
* <p>Sample code:
817817
*
@@ -843,7 +843,7 @@ public final ListPropertiesPagedResponse listProperties(ListPropertiesRequest re
843843

844844
// AUTO-GENERATED DOCUMENTATION AND METHOD
845845
/**
846-
* Creates an "App+Web" property with the specified location and attributes.
846+
* Creates an "GA4" property with the specified location and attributes.
847847
*
848848
* <p>Sample code:
849849
*
@@ -866,7 +866,7 @@ public final Property createProperty(Property property) {
866866

867867
// AUTO-GENERATED DOCUMENTATION AND METHOD
868868
/**
869-
* Creates an "App+Web" property with the specified location and attributes.
869+
* Creates an "GA4" property with the specified location and attributes.
870870
*
871871
* <p>Sample code:
872872
*
@@ -889,7 +889,7 @@ public final Property createProperty(CreatePropertyRequest request) {
889889

890890
// AUTO-GENERATED DOCUMENTATION AND METHOD
891891
/**
892-
* Creates an "App+Web" property with the specified location and attributes.
892+
* Creates an "GA4" property with the specified location and attributes.
893893
*
894894
* <p>Sample code:
895895
*
@@ -920,7 +920,7 @@ public final UnaryCallable<CreatePropertyRequest, Property> createPropertyCallab
920920
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
921921
* https://support.google.com/analytics/answer/6154772
922922
*
923-
* <p>Returns an error if the target is not found, or is not an App+Web Property.
923+
* <p>Returns an error if the target is not found, or is not an GA4 Property.
924924
*
925925
* <p>Sample code:
926926
*
@@ -952,7 +952,7 @@ public final void deleteProperty(PropertyName name) {
952952
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
953953
* https://support.google.com/analytics/answer/6154772
954954
*
955-
* <p>Returns an error if the target is not found, or is not an App+Web Property.
955+
* <p>Returns an error if the target is not found, or is not an GA4 Property.
956956
*
957957
* <p>Sample code:
958958
*
@@ -983,7 +983,7 @@ public final void deleteProperty(String name) {
983983
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
984984
* https://support.google.com/analytics/answer/6154772
985985
*
986-
* <p>Returns an error if the target is not found, or is not an App+Web Property.
986+
* <p>Returns an error if the target is not found, or is not an GA4 Property.
987987
*
988988
* <p>Sample code:
989989
*
@@ -1015,7 +1015,7 @@ public final void deleteProperty(DeletePropertyRequest request) {
10151015
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
10161016
* https://support.google.com/analytics/answer/6154772
10171017
*
1018-
* <p>Returns an error if the target is not found, or is not an App+Web Property.
1018+
* <p>Returns an error if the target is not found, or is not an GA4 Property.
10191019
*
10201020
* <p>Sample code:
10211021
*

google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* <p>=========================== AnalyticsAdminServiceClient ===========================
2323
*
24-
* <p>Service Description: Service Interface for the Analytics Admin API (App+Web).
24+
* <p>Service Description: Service Interface for the Analytics Admin API (GA4).
2525
*
2626
* <p>Sample for AnalyticsAdminServiceClient:
2727
*

0 commit comments

Comments
 (0)