diff --git a/clients/google-api-services-appsmarket/v2/2.0.0/README.md b/clients/google-api-services-appsmarket/v2/2.0.0/README.md index 3a9bd34c6b0..e9d276a0866 100644 --- a/clients/google-api-services-appsmarket/v2/2.0.0/README.md +++ b/clients/google-api-services-appsmarket/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-appsmarket - v2-rev20251217-2.0.0 + v2-rev20260209-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-appsmarket:v2-rev20251217-2.0.0' + implementation 'com.google.apis:google-api-services-appsmarket:v2-rev20260209-2.0.0' } ``` diff --git a/clients/google-api-services-appsmarket/v2/2.0.0/com/google/api/services/appsmarket/v2/GSuiteMarketplaceAPI.java b/clients/google-api-services-appsmarket/v2/2.0.0/com/google/api/services/appsmarket/v2/GSuiteMarketplaceAPI.java index 094bd125be6..5024a85cfa7 100644 --- a/clients/google-api-services-appsmarket/v2/2.0.0/com/google/api/services/appsmarket/v2/GSuiteMarketplaceAPI.java +++ b/clients/google-api-services-appsmarket/v2/2.0.0/com/google/api/services/appsmarket/v2/GSuiteMarketplaceAPI.java @@ -103,7 +103,7 @@ public class GSuiteMarketplaceAPI extends com.google.api.client.googleapis.servi * {@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: @@ -154,15 +154,17 @@ public CustomerLicense customerLicense() { public class CustomerLicense { /** - * Gets the status of a license for a customer to determine if they have access for a given app. + * Gets the customer's licensing status to determine if they have access to a given app. For more + * information, see [Getting app installation and licensing + * details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api). * * Create a request for the method "customerLicense.get". * * This request holds the parameters needed by the appsmarket server. After setting any optional * parameters, call the {@link Get#execute()} method to invoke the remote operation. * - * @param applicationId Application Id - * @param customerId Customer Id + * @param applicationId The ID of the application. + * @param customerId The ID of the customer. * @return the request */ public Get get(java.lang.String applicationId, java.lang.String customerId) throws java.io.IOException { @@ -176,7 +178,9 @@ public class Get extends GSuiteMarketplaceAPIRequest * - * @param applicationId Application Id - * @param customerId Customer Id + * @param applicationId The ID of the application. + * @param customerId The ID of the customer. * @since 1.13 */ protected Get(java.lang.String applicationId, java.lang.String customerId) { @@ -260,33 +264,33 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) { return (Get) super.setUploadProtocol(uploadProtocol); } - /** Application Id */ + /** The ID of the application. */ @com.google.api.client.util.Key private java.lang.String applicationId; - /** Application Id + /** The ID of the application. */ public java.lang.String getApplicationId() { return applicationId; } - /** Application Id */ + /** The ID of the application. */ public Get setApplicationId(java.lang.String applicationId) { this.applicationId = applicationId; return this; } - /** Customer Id */ + /** The ID of the customer. */ @com.google.api.client.util.Key private java.lang.String customerId; - /** Customer Id + /** The ID of the customer. */ public java.lang.String getCustomerId() { return customerId; } - /** Customer Id */ + /** The ID of the customer. */ public Get setCustomerId(java.lang.String customerId) { this.customerId = customerId; return this; @@ -321,15 +325,17 @@ public UserLicense userLicense() { public class UserLicense { /** - * Gets the user's licensing status for their permission to use a given app. + * Gets the user's licensing status to determine if they have permission to use a given app. For + * more information, see [Getting app installation and licensing + * details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api). * * Create a request for the method "userLicense.get". * * This request holds the parameters needed by the appsmarket server. After setting any optional * parameters, call the {@link Get#execute()} method to invoke the remote operation. * - * @param applicationId Application Id - * @param userId User Id + * @param applicationId The ID of the application. + * @param userId The ID of the user. * @return the request */ public Get get(java.lang.String applicationId, java.lang.String userId) throws java.io.IOException { @@ -343,7 +349,9 @@ public class Get extends GSuiteMarketplaceAPIRequest * - * @param applicationId Application Id - * @param userId User Id + * @param applicationId The ID of the application. + * @param userId The ID of the user. * @since 1.13 */ protected Get(java.lang.String applicationId, java.lang.String userId) { @@ -427,33 +435,33 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) { return (Get) super.setUploadProtocol(uploadProtocol); } - /** Application Id */ + /** The ID of the application. */ @com.google.api.client.util.Key private java.lang.String applicationId; - /** Application Id + /** The ID of the application. */ public java.lang.String getApplicationId() { return applicationId; } - /** Application Id */ + /** The ID of the application. */ public Get setApplicationId(java.lang.String applicationId) { this.applicationId = applicationId; return this; } - /** User Id */ + /** The ID of the user. */ @com.google.api.client.util.Key private java.lang.String userId; - /** User Id + /** The ID of the user. */ public java.lang.String getUserId() { return userId; } - /** User Id */ + /** The ID of the user. */ public Get setUserId(java.lang.String userId) { this.userId = userId; return this; @@ -499,8 +507,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@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: *