Skip to content

Commit 596b1bb

Browse files
chore: regenerate authorizedbuyersmarketplace client (googleapis#30284)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 558c462 commit 596b1bb

File tree

4 files changed

+93
-6
lines changed

4 files changed

+93
-6
lines changed

clients/google-api-services-authorizedbuyersmarketplace/v1/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1-rev20251119-2.0.0</version>
25+
<version>v1-rev20251211-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-authorizedbuyersmarketplace:v1-rev20251119-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1-rev20251211-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-authorizedbuyersmarketplace/v1/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1/model/MediaPlanner.java

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,32 @@ public final class MediaPlanner extends com.google.api.client.json.GenericJson {
3737
@com.google.api.client.util.Key
3838
private java.lang.String accountId;
3939

40+
/**
41+
* Output only. The ancestor names of the media planner. Format:
42+
* `mediaPlanners/{mediaPlannerAccountId}` Can be used to filter the response of the
43+
* mediaPlanners.list method.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.util.List<java.lang.String> ancestorNames;
48+
49+
/**
50+
* Output only. The display name of the media planner. Can be used to filter the response of the
51+
* mediaPlanners.list method.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.lang.String displayName;
56+
57+
/**
58+
* Identifier. The unique resource name of the media planner. Format:
59+
* `mediaPlanners/{mediaPlannerAccountId}` Can be used to filter the response of the
60+
* mediaPlanners.list method.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.String name;
65+
4066
/**
4167
* Output only. Account ID of the media planner.
4268
* @return value or {@code null} for none
@@ -54,6 +80,67 @@ public MediaPlanner setAccountId(java.lang.String accountId) {
5480
return this;
5581
}
5682

83+
/**
84+
* Output only. The ancestor names of the media planner. Format:
85+
* `mediaPlanners/{mediaPlannerAccountId}` Can be used to filter the response of the
86+
* mediaPlanners.list method.
87+
* @return value or {@code null} for none
88+
*/
89+
public java.util.List<java.lang.String> getAncestorNames() {
90+
return ancestorNames;
91+
}
92+
93+
/**
94+
* Output only. The ancestor names of the media planner. Format:
95+
* `mediaPlanners/{mediaPlannerAccountId}` Can be used to filter the response of the
96+
* mediaPlanners.list method.
97+
* @param ancestorNames ancestorNames or {@code null} for none
98+
*/
99+
public MediaPlanner setAncestorNames(java.util.List<java.lang.String> ancestorNames) {
100+
this.ancestorNames = ancestorNames;
101+
return this;
102+
}
103+
104+
/**
105+
* Output only. The display name of the media planner. Can be used to filter the response of the
106+
* mediaPlanners.list method.
107+
* @return value or {@code null} for none
108+
*/
109+
public java.lang.String getDisplayName() {
110+
return displayName;
111+
}
112+
113+
/**
114+
* Output only. The display name of the media planner. Can be used to filter the response of the
115+
* mediaPlanners.list method.
116+
* @param displayName displayName or {@code null} for none
117+
*/
118+
public MediaPlanner setDisplayName(java.lang.String displayName) {
119+
this.displayName = displayName;
120+
return this;
121+
}
122+
123+
/**
124+
* Identifier. The unique resource name of the media planner. Format:
125+
* `mediaPlanners/{mediaPlannerAccountId}` Can be used to filter the response of the
126+
* mediaPlanners.list method.
127+
* @return value or {@code null} for none
128+
*/
129+
public java.lang.String getName() {
130+
return name;
131+
}
132+
133+
/**
134+
* Identifier. The unique resource name of the media planner. Format:
135+
* `mediaPlanners/{mediaPlannerAccountId}` Can be used to filter the response of the
136+
* mediaPlanners.list method.
137+
* @param name name or {@code null} for none
138+
*/
139+
public MediaPlanner setName(java.lang.String name) {
140+
this.name = name;
141+
return this;
142+
}
143+
57144
@Override
58145
public MediaPlanner set(String fieldName, Object value) {
59146
return (MediaPlanner) super.set(fieldName, value);

clients/google-api-services-authorizedbuyersmarketplace/v1/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-authorizedbuyersmarketplace</artifactId>
11-
<version>v1-rev20251119-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1-rev20251119-2.0.0</name>
11+
<version>v1-rev20251211-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1-rev20251211-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-authorizedbuyersmarketplace/v1/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1-rev20251119-2.0.0</version>
25+
<version>v1-rev20251211-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-authorizedbuyersmarketplace:v1-rev20251119-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1-rev20251211-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)