Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// AUTO-GENERATED DOCUMENTATION AND SERVICE
/**
* Service Description: Service Interface for the Analytics Admin API (App+Web).
* Service Description: Service Interface for the Analytics Admin API (GA4).
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down Expand Up @@ -254,7 +254,7 @@ public final UnaryCallable<GetAccountRequest, Account> getAccountCallable() {
/**
* Returns all accounts accessible by the caller.
*
* <p>Note that these accounts might not currently have App+Web properties. Soft-deleted (ie:
* <p>Note that these accounts might not currently have GA4 properties. Soft-deleted (ie:
* "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are
* found.
*
Expand All @@ -280,7 +280,7 @@ public final ListAccountsPagedResponse listAccounts(ListAccountsRequest request)
/**
* Returns all accounts accessible by the caller.
*
* <p>Note that these accounts might not currently have App+Web properties. Soft-deleted (ie:
* <p>Note that these accounts might not currently have GA4 properties. Soft-deleted (ie:
* "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are
* found.
*
Expand All @@ -306,7 +306,7 @@ public final ListAccountsPagedResponse listAccounts(ListAccountsRequest request)
/**
* Returns all accounts accessible by the caller.
*
* <p>Note that these accounts might not currently have App+Web properties. Soft-deleted (ie:
* <p>Note that these accounts might not currently have GA4 properties. Soft-deleted (ie:
* "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are
* found.
*
Expand Down Expand Up @@ -647,10 +647,10 @@ public final ListAccountSummariesPagedResponse listAccountSummaries(

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

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

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

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Lookup for a single "App+Web" Property.
* Lookup for a single "GA4" Property.
*
* <p>Throws "Target not found" if no such property found, if property is not of the type
* "App+Web", or if caller does not have permissions to access it.
* <p>Throws "Target not found" if no such property found, if property is not of the type "GA4",
* or if caller does not have permissions to access it.
*
* <p>Sample code:
*
Expand All @@ -751,9 +751,9 @@ public final UnaryCallable<GetPropertyRequest, Property> getPropertyCallable() {
/**
* Returns child Properties under the specified parent Account.
*
* <p>Only "App+Web" properties will be returned. Properties will be excluded if the caller does
* not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an
* empty list if no relevant properties are found.
* <p>Only "GA4" properties will be returned. Properties will be excluded if the caller does not
* have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty
* list if no relevant properties are found.
*
* <p>Sample code:
*
Expand All @@ -780,9 +780,9 @@ public final ListPropertiesPagedResponse listProperties(ListPropertiesRequest re
/**
* Returns child Properties under the specified parent Account.
*
* <p>Only "App+Web" properties will be returned. Properties will be excluded if the caller does
* not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an
* empty list if no relevant properties are found.
* <p>Only "GA4" properties will be returned. Properties will be excluded if the caller does not
* have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty
* list if no relevant properties are found.
*
* <p>Sample code:
*
Expand All @@ -809,9 +809,9 @@ public final ListPropertiesPagedResponse listProperties(ListPropertiesRequest re
/**
* Returns child Properties under the specified parent Account.
*
* <p>Only "App+Web" properties will be returned. Properties will be excluded if the caller does
* not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an
* empty list if no relevant properties are found.
* <p>Only "GA4" properties will be returned. Properties will be excluded if the caller does not
* have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty
* list if no relevant properties are found.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -843,7 +843,7 @@ public final ListPropertiesPagedResponse listProperties(ListPropertiesRequest re

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

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

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates an "App+Web" property with the specified location and attributes.
* Creates an "GA4" property with the specified location and attributes.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -920,7 +920,7 @@ public final UnaryCallable<CreatePropertyRequest, Property> createPropertyCallab
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
* https://support.google.com/analytics/answer/6154772
*
* <p>Returns an error if the target is not found, or is not an App+Web Property.
* <p>Returns an error if the target is not found, or is not an GA4 Property.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -952,7 +952,7 @@ public final void deleteProperty(PropertyName name) {
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
* https://support.google.com/analytics/answer/6154772
*
* <p>Returns an error if the target is not found, or is not an App+Web Property.
* <p>Returns an error if the target is not found, or is not an GA4 Property.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -983,7 +983,7 @@ public final void deleteProperty(String name) {
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
* https://support.google.com/analytics/answer/6154772
*
* <p>Returns an error if the target is not found, or is not an App+Web Property.
* <p>Returns an error if the target is not found, or is not an GA4 Property.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1015,7 +1015,7 @@ public final void deleteProperty(DeletePropertyRequest request) {
* resources (eg: GoogleAdsLinks, Streams, UserLinks) will be permanently purged.
* https://support.google.com/analytics/answer/6154772
*
* <p>Returns an error if the target is not found, or is not an App+Web Property.
* <p>Returns an error if the target is not found, or is not an GA4 Property.
*
* <p>Sample code:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* <p>=========================== AnalyticsAdminServiceClient ===========================
*
* <p>Service Description: Service Interface for the Analytics Admin API (App+Web).
* <p>Service Description: Service Interface for the Analytics Admin API (GA4).
*
* <p>Sample for AnalyticsAdminServiceClient:
*
Expand Down
Loading