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
4 changes: 2 additions & 2 deletions clients/google-api-services-datamanager/v1/2.0.0/README.md
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-datamanager</artifactId>
<version>v1-rev20260708-2.0.0</version>
<version>v1-rev20260729-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260708-2.0.0'
implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260729-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3915,6 +3915,105 @@ public Remove set(String parameterName, Object value) {
return (Remove) super.set(parameterName, value);
}
}
/**
* Removes all audience members from the provided destinations.
*
* Create a request for the method "audienceMembers.removeAll".
*
* This request holds the parameters needed by the datamanager server. After setting any optional
* parameters, call the {@link RemoveAll#execute()} method to invoke the remote operation.
*
* @param content the {@link com.google.api.services.datamanager.v1.model.RemoveAllAudienceMembersRequest}
* @return the request
*/
public RemoveAll removeAll(com.google.api.services.datamanager.v1.model.RemoveAllAudienceMembersRequest content) throws java.io.IOException {
RemoveAll result = new RemoveAll(content);
initialize(result);
return result;
}

public class RemoveAll extends DataManagerRequest<com.google.api.services.datamanager.v1.model.RemoveAllAudienceMembersResponse> {

private static final String REST_PATH = "v1/audienceMembers:removeAll";

/**
* Removes all audience members from the provided destinations.
*
* Create a request for the method "audienceMembers.removeAll".
*
* This request holds the parameters needed by the the datamanager server. After setting any
* optional parameters, call the {@link RemoveAll#execute()} method to invoke the remote
* operation. <p> {@link
* RemoveAll#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
* must be called to initialize this instance immediately after invoking the constructor. </p>
*
* @param content the {@link com.google.api.services.datamanager.v1.model.RemoveAllAudienceMembersRequest}
* @since 1.13
*/
protected RemoveAll(com.google.api.services.datamanager.v1.model.RemoveAllAudienceMembersRequest content) {
super(DataManager.this, "POST", REST_PATH, content, com.google.api.services.datamanager.v1.model.RemoveAllAudienceMembersResponse.class);
}

@Override
public RemoveAll set$Xgafv(java.lang.String $Xgafv) {
return (RemoveAll) super.set$Xgafv($Xgafv);
}

@Override
public RemoveAll setAccessToken(java.lang.String accessToken) {
return (RemoveAll) super.setAccessToken(accessToken);
}

@Override
public RemoveAll setAlt(java.lang.String alt) {
return (RemoveAll) super.setAlt(alt);
}

@Override
public RemoveAll setCallback(java.lang.String callback) {
return (RemoveAll) super.setCallback(callback);
}

@Override
public RemoveAll setFields(java.lang.String fields) {
return (RemoveAll) super.setFields(fields);
}

@Override
public RemoveAll setKey(java.lang.String key) {
return (RemoveAll) super.setKey(key);
}

@Override
public RemoveAll setOauthToken(java.lang.String oauthToken) {
return (RemoveAll) super.setOauthToken(oauthToken);
}

@Override
public RemoveAll setPrettyPrint(java.lang.Boolean prettyPrint) {
return (RemoveAll) super.setPrettyPrint(prettyPrint);
}

@Override
public RemoveAll setQuotaUser(java.lang.String quotaUser) {
return (RemoveAll) super.setQuotaUser(quotaUser);
}

@Override
public RemoveAll setUploadType(java.lang.String uploadType) {
return (RemoveAll) super.setUploadType(uploadType);
}

@Override
public RemoveAll setUploadProtocol(java.lang.String uploadProtocol) {
return (RemoveAll) super.setUploadProtocol(uploadProtocol);
}

@Override
public RemoveAll set(String parameterName, Object value) {
return (RemoveAll) super.set(parameterName, value);
}
}

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public final class AdEvent extends com.google.api.client.json.GenericJson {
private java.lang.String campaignName;

/**
* Optional. Information gathered about the device being used when the ad event happened.
* Required. Information gathered about the device being used when the ad event happened.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -218,7 +218,7 @@ public final class AdEvent extends com.google.api.client.json.GenericJson {
private java.lang.String platformTypeString;

/**
* Required. The ISO 3166-2 country plus subdivision.
* Optional. The ISO 3166-2 country plus subdivision.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -513,15 +513,15 @@ public AdEvent setCampaignName(java.lang.String campaignName) {
}

/**
* Optional. Information gathered about the device being used when the ad event happened.
* Required. Information gathered about the device being used when the ad event happened.
* @return value or {@code null} for none
*/
public DeviceInfo getDeviceInfo() {
return deviceInfo;
}

/**
* Optional. Information gathered about the device being used when the ad event happened.
* Required. Information gathered about the device being used when the ad event happened.
* @param deviceInfo deviceInfo or {@code null} for none
*/
public AdEvent setDeviceInfo(DeviceInfo deviceInfo) {
Expand Down Expand Up @@ -723,15 +723,15 @@ public AdEvent setPlatformTypeString(java.lang.String platformTypeString) {
}

/**
* Required. The ISO 3166-2 country plus subdivision.
* Optional. The ISO 3166-2 country plus subdivision.
* @return value or {@code null} for none
*/
public java.lang.String getRegionCode() {
return regionCode;
}

/**
* Required. The ISO 3166-2 country plus subdivision.
* Optional. The ISO 3166-2 country plus subdivision.
* @param regionCode regionCode or {@code null} for none
*/
public AdEvent setRegionCode(java.lang.String regionCode) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,33 @@
@SuppressWarnings("javadoc")
public final class AddressInfo extends com.google.api.client.json.GenericJson {

/**
* Optional. The street and number of the user's address. Used only for Google Analytics. This
* field is hashed and possibly encrypted. Normalize the value before hashing: - Remove symbol
* characters - Convert to lowercase - Remove leading and trailing whitespace
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String addressLine;

/**
* Optional. The administrative area (state/province) of the user's address. Used only for Google
* Analytics. The value should be normalized as such: - Remove symbol characters - Convert to
* lowercase - Remove leading and trailing whitespace
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String administrativeArea;

/**
* Optional. The city of the user's address. Used only for Google Analytics. The value should be
* normalized as such: - Remove symbol characters - Convert to lowercase - Remove leading and
* trailing whitespace
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String city;

/**
* Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or
* trailing whitespace, and hashed as SHA-256.
Expand Down Expand Up @@ -59,6 +86,69 @@ public final class AddressInfo extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String regionCode;

/**
* Optional. The street and number of the user's address. Used only for Google Analytics. This
* field is hashed and possibly encrypted. Normalize the value before hashing: - Remove symbol
* characters - Convert to lowercase - Remove leading and trailing whitespace
* @return value or {@code null} for none
*/
public java.lang.String getAddressLine() {
return addressLine;
}

/**
* Optional. The street and number of the user's address. Used only for Google Analytics. This
* field is hashed and possibly encrypted. Normalize the value before hashing: - Remove symbol
* characters - Convert to lowercase - Remove leading and trailing whitespace
* @param addressLine addressLine or {@code null} for none
*/
public AddressInfo setAddressLine(java.lang.String addressLine) {
this.addressLine = addressLine;
return this;
}

/**
* Optional. The administrative area (state/province) of the user's address. Used only for Google
* Analytics. The value should be normalized as such: - Remove symbol characters - Convert to
* lowercase - Remove leading and trailing whitespace
* @return value or {@code null} for none
*/
public java.lang.String getAdministrativeArea() {
return administrativeArea;
}

/**
* Optional. The administrative area (state/province) of the user's address. Used only for Google
* Analytics. The value should be normalized as such: - Remove symbol characters - Convert to
* lowercase - Remove leading and trailing whitespace
* @param administrativeArea administrativeArea or {@code null} for none
*/
public AddressInfo setAdministrativeArea(java.lang.String administrativeArea) {
this.administrativeArea = administrativeArea;
return this;
}

/**
* Optional. The city of the user's address. Used only for Google Analytics. The value should be
* normalized as such: - Remove symbol characters - Convert to lowercase - Remove leading and
* trailing whitespace
* @return value or {@code null} for none
*/
public java.lang.String getCity() {
return city;
}

/**
* Optional. The city of the user's address. Used only for Google Analytics. The value should be
* normalized as such: - Remove symbol characters - Convert to lowercase - Remove leading and
* trailing whitespace
* @param city city or {@code null} for none
*/
public AddressInfo setCity(java.lang.String city) {
this.city = city;
return this;
}

/**
* Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or
* trailing whitespace, and hashed as SHA-256.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ public final class AudienceMember extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.util.List<java.lang.String> destinationReferences;

/**
* Encrypted Google User IDs.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleUserIdData googleUserIdData;

/**
* Data identifying the user's mobile devices.
* The value may be {@code null}.
Expand All @@ -66,6 +73,13 @@ public final class AudienceMember extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private PairData pairData;

/**
* Partner-provided identifiers.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private PartnerProvidedIdData partnerProvidedIdData;

/**
* Data related to publisher provided identifiers. This feature is only available to data
* partners.
Expand Down Expand Up @@ -139,6 +153,23 @@ public AudienceMember setDestinationReferences(java.util.List<java.lang.String>
return this;
}

/**
* Encrypted Google User IDs.
* @return value or {@code null} for none
*/
public GoogleUserIdData getGoogleUserIdData() {
return googleUserIdData;
}

/**
* Encrypted Google User IDs.
* @param googleUserIdData googleUserIdData or {@code null} for none
*/
public AudienceMember setGoogleUserIdData(GoogleUserIdData googleUserIdData) {
this.googleUserIdData = googleUserIdData;
return this;
}

/**
* Data identifying the user's mobile devices.
* @return value or {@code null} for none
Expand Down Expand Up @@ -177,6 +208,23 @@ public AudienceMember setPairData(PairData pairData) {
return this;
}

/**
* Partner-provided identifiers.
* @return value or {@code null} for none
*/
public PartnerProvidedIdData getPartnerProvidedIdData() {
return partnerProvidedIdData;
}

/**
* Partner-provided identifiers.
* @param partnerProvidedIdData partnerProvidedIdData or {@code null} for none
*/
public AudienceMember setPartnerProvidedIdData(PartnerProvidedIdData partnerProvidedIdData) {
this.partnerProvidedIdData = partnerProvidedIdData;
return this;
}

/**
* Data related to publisher provided identifiers. This feature is only available to data
* partners.
Expand Down
Loading
Loading