diff --git a/clients/google-api-services-logging/v2/2.0.0/README.md b/clients/google-api-services-logging/v2/2.0.0/README.md index f4c9638f52e..c313f4dd701 100644 --- a/clients/google-api-services-logging/v2/2.0.0/README.md +++ b/clients/google-api-services-logging/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-logging - v2-rev20260116-2.0.0 + v2-rev20260130-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-logging:v2-rev20260116-2.0.0' + implementation 'com.google.apis:google-api-services-logging:v2-rev20260130-2.0.0' } ``` diff --git a/clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/Logging.java b/clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/Logging.java index 47afbd25a94..d521341634d 100644 --- a/clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/Logging.java +++ b/clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/Logging.java @@ -103,7 +103,7 @@ public class Logging extends com.google.api.client.googleapis.services.json.Abst * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -157,8 +157,8 @@ public class BillingAccounts { * Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log Router can be * configured for Google Cloud projects, folders, organizations, and billing accounts. Once * configured for an organization, it applies to all projects and folders in the Google Cloud - * organization.See Enabling CMEK for Log Router - * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information. + * organization.See Configure CMEK for Cloud Logging + * (https://docs.cloud.google.com/logging/docs/routing/managed-encryption) for more information. * * Create a request for the method "billingAccounts.getCmekSettings". * @@ -191,8 +191,8 @@ public class GetCmekSettings extends LoggingRequest *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *