diff --git a/generation_config.yaml b/generation_config.yaml index 60e15c62ae18..d0de7ece60be 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.52.0 -googleapis_commitish: 0ce8062889f30daa64eed6810e3c124ccd89608f +googleapis_commitish: 280725e991516d4a0f136268faf5aa6d32d21b54 libraries_bom_version: 26.53.0 # the libraries are ordered with respect to library name, which is diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java index 7c6ec232df15..2743b859cd5f 100644 --- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java +++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java @@ -37,7 +37,7 @@ // AUTO-GENERATED DOCUMENTATION AND CLASS. /** - * Service Description: Service Interface for the Analytics Admin API (GA4). + * Service Description: Service Interface for the Google Analytics Admin API. * *

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: @@ -88,7 +88,7 @@ * *

ListAccounts *

Returns all accounts accessible by the caller. - *

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. + *

Note that these accounts might not currently have GA properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found. * *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

*