Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-authorizedbuyersmarketplace</artifactId>
<version>v1alpha-rev20260723-2.0.0</version>
<version>v1alpha-rev20260828-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260828-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private String updateTime;

/**
* Optional. Immutable. The ID of the User List wrapped by this Data Segment. Curators with a
* linked Data Partner account can create a data segment that wraps a user list owned by the
* linked Data Partner account. User lists can be uploaded and managed using the [Data Manager
* API](https://developers.google.com/data-manager/api/data-partners/audiences). Linking a user
* list to a data segment lets you define a segment of inventory that is based on an audience you
* create.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userListId;

/**
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
* changed.
Expand Down Expand Up @@ -191,6 +203,33 @@ public DataSegment setUpdateTime(String updateTime) {
return this;
}

/**
* Optional. Immutable. The ID of the User List wrapped by this Data Segment. Curators with a
* linked Data Partner account can create a data segment that wraps a user list owned by the
* linked Data Partner account. User lists can be uploaded and managed using the [Data Manager
* API](https://developers.google.com/data-manager/api/data-partners/audiences). Linking a user
* list to a data segment lets you define a segment of inventory that is based on an audience you
* create.
* @return value or {@code null} for none
*/
public java.lang.String getUserListId() {
return userListId;
}

/**
* Optional. Immutable. The ID of the User List wrapped by this Data Segment. Curators with a
* linked Data Partner account can create a data segment that wraps a user list owned by the
* linked Data Partner account. User lists can be uploaded and managed using the [Data Manager
* API](https://developers.google.com/data-manager/api/data-partners/audiences). Linking a user
* list to a data segment lets you define a segment of inventory that is based on an audience you
* create.
* @param userListId userListId or {@code null} for none
*/
public DataSegment setUserListId(java.lang.String userListId) {
this.userListId = userListId;
return this;
}

@Override
public DataSegment set(String fieldName, Object value) {
return (DataSegment) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-authorizedbuyersmarketplace</artifactId>
<version>v1alpha-rev20260723-2.0.0</version>
<name>Authorized Buyers Marketplace API v1alpha-rev20260723-2.0.0</name>
<version>v1alpha-rev20260828-2.0.0</version>
<name>Authorized Buyers Marketplace API v1alpha-rev20260828-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-authorizedbuyersmarketplace</artifactId>
<version>v1alpha-rev20260723-2.0.0</version>
<version>v1alpha-rev20260828-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20260828-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-authorizedbuyersmarketplace</artifactId>
<version>v1beta-rev20260723-2.0.0</version>
<version>v1beta-rev20260828-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260828-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private String updateTime;

/**
* Optional. Immutable. The ID of the User List wrapped by this Data Segment. Curators with a
* linked Data Partner account can create a data segment that wraps a user list owned by the
* linked Data Partner account. User lists can be uploaded and managed using the [Data Manager
* API](https://developers.google.com/data-manager/api/data-partners/audiences). Linking a user
* list to a data segment lets you define a segment of inventory that is based on an audience you
* create.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userListId;

/**
* Optional. A fixed fee charged per thousand impressions. Once set, the currency code cannot be
* changed.
Expand Down Expand Up @@ -191,6 +203,33 @@ public DataSegment setUpdateTime(String updateTime) {
return this;
}

/**
* Optional. Immutable. The ID of the User List wrapped by this Data Segment. Curators with a
* linked Data Partner account can create a data segment that wraps a user list owned by the
* linked Data Partner account. User lists can be uploaded and managed using the [Data Manager
* API](https://developers.google.com/data-manager/api/data-partners/audiences). Linking a user
* list to a data segment lets you define a segment of inventory that is based on an audience you
* create.
* @return value or {@code null} for none
*/
public java.lang.String getUserListId() {
return userListId;
}

/**
* Optional. Immutable. The ID of the User List wrapped by this Data Segment. Curators with a
* linked Data Partner account can create a data segment that wraps a user list owned by the
* linked Data Partner account. User lists can be uploaded and managed using the [Data Manager
* API](https://developers.google.com/data-manager/api/data-partners/audiences). Linking a user
* list to a data segment lets you define a segment of inventory that is based on an audience you
* create.
* @param userListId userListId or {@code null} for none
*/
public DataSegment setUserListId(java.lang.String userListId) {
this.userListId = userListId;
return this;
}

@Override
public DataSegment set(String fieldName, Object value) {
return (DataSegment) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-authorizedbuyersmarketplace</artifactId>
<version>v1beta-rev20260723-2.0.0</version>
<name>Authorized Buyers Marketplace API v1beta-rev20260723-2.0.0</name>
<version>v1beta-rev20260828-2.0.0</version>
<name>Authorized Buyers Marketplace API v1beta-rev20260828-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-authorizedbuyersmarketplace</artifactId>
<version>v1beta-rev20260723-2.0.0</version>
<version>v1beta-rev20260828-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260723-2.0.0'
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1beta-rev20260828-2.0.0'
}
```

Expand Down
Loading