Skip to content

Commit 4ec8176

Browse files
chore: regenerate marketingplatformadmin client (#31084)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent bdc7b58 commit 4ec8176

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

clients/google-api-services-marketingplatformadmin/v1alpha/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-marketingplatformadmin</artifactId>
25-
<version>v1alpha-rev20251029-2.0.0</version>
25+
<version>v1alpha-rev20260303-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-marketingplatformadmin:v1alpha-rev20251029-2.0.0'
38+
implementation 'com.google.apis:google-api-services-marketingplatformadmin:v1alpha-rev20260303-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-marketingplatformadmin/v1alpha/2.0.0/com/google/api/services/marketingplatformadmin/v1alpha/GoogleMarketingPlatformAdminAPI.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public FindSalesPartnerManagedClients set(String parameterName, Object value) {
288288
}
289289
}
290290
/**
291-
* Lookup for a single organization.
291+
* Looks up a single organization.
292292
*
293293
* Create a request for the method "organizations.get".
294294
*
@@ -312,7 +312,7 @@ public class Get extends GoogleMarketingPlatformAdminAPIRequest<com.google.api.s
312312
java.util.regex.Pattern.compile("^organizations/[^/]+$");
313313

314314
/**
315-
* Lookup for a single organization.
315+
* Looks up a single organization.
316316
*
317317
* Create a request for the method "organizations.get".
318318
*
@@ -586,7 +586,7 @@ public List set(String parameterName, Object value) {
586586
}
587587
}
588588
/**
589-
* Get the usage and billing data for properties within the organization for the specified month.
589+
* Gets the usage and billing data for properties within the organization for the specified month.
590590
* Per direct client org, user needs to be OrgAdmin/BillingAdmin on the organization in order to
591591
* view the billing and usage data. Per sales partner client org, user needs to be
592592
* OrgAdmin/BillingAdmin on the sales partner org in order to view the billing and usage data, or
@@ -617,7 +617,7 @@ public class ReportPropertyUsage extends GoogleMarketingPlatformAdminAPIRequest<
617617
java.util.regex.Pattern.compile("^organizations/[^/]+$");
618618

619619
/**
620-
* Get the usage and billing data for properties within the organization for the specified month.
620+
* Gets the usage and billing data for properties within the organization for the specified month.
621621
* Per direct client org, user needs to be OrgAdmin/BillingAdmin on the organization in order to
622622
* view the billing and usage data. Per sales partner client org, user needs to be
623623
* OrgAdmin/BillingAdmin on the sales partner org in order to view the billing and usage data, or

clients/google-api-services-marketingplatformadmin/v1alpha/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-marketingplatformadmin</artifactId>
11-
<version>v1alpha-rev20251029-2.0.0</version>
12-
<name>Google Marketing Platform Admin API v1alpha-rev20251029-2.0.0</name>
11+
<version>v1alpha-rev20260303-2.0.0</version>
12+
<name>Google Marketing Platform Admin API v1alpha-rev20260303-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-marketingplatformadmin/v1alpha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-marketingplatformadmin</artifactId>
25-
<version>v1alpha-rev20251029-2.0.0</version>
25+
<version>v1alpha-rev20260303-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-marketingplatformadmin:v1alpha-rev20251029-2.0.0'
38+
implementation 'com.google.apis:google-api-services-marketingplatformadmin:v1alpha-rev20260303-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)