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 @@ -103,7 +103,7 @@ public class Dfareporting extends com.google.api.client.googleapis.services.json
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -383,8 +383,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dfareporting/v4/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-dfareporting</artifactId>
<version>v4-rev20251023-2.0.0</version>
<version>v4-rev20260213-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dfareporting:v4-rev20251023-2.0.0'
implementation 'com.google.apis:google-api-services-dfareporting:v4-rev20260213-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Dfareporting extends com.google.api.client.googleapis.services.json
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -16591,7 +16591,8 @@ public Insert set(String parameterName, Object value) {
}
}
/**
* Retransforms a dynamic feed.
* Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been
* published).
*
* Create a request for the method "dynamicFeeds.retransform".
*
Expand All @@ -16615,7 +16616,8 @@ public class Retransform extends DfareportingRequest<com.google.api.services.dfa
java.util.regex.Pattern.compile("^[^/]+$");

/**
* Retransforms a dynamic feed.
* Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been
* published).
*
* Create a request for the method "dynamicFeeds.retransform".
*
Expand Down Expand Up @@ -16710,7 +16712,8 @@ public Retransform set(String parameterName, Object value) {
}
}
/**
* Updates a new dynamic feed.
* Updates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds,
* only FeedSchedule can be updated. Other fields will be ignored.
*
* Create a request for the method "dynamicFeeds.update".
*
Expand All @@ -16731,7 +16734,8 @@ public class Update extends DfareportingRequest<com.google.api.services.dfarepor
private static final String REST_PATH = "studio/dynamicFeeds";

/**
* Updates a new dynamic feed.
* Updates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds,
* only FeedSchedule can be updated. Other fields will be ignored.
*
* Create a request for the method "dynamicFeeds.update".
*
Expand Down Expand Up @@ -16832,7 +16836,7 @@ public DynamicProfiles dynamicProfiles() {
public class DynamicProfiles {

/**
* Generates code for a dynamic profile.
* Generates code for a dynamic profile, which will need unescaping.
*
* Create a request for the method "dynamicProfiles.generateCode".
*
Expand All @@ -16856,7 +16860,7 @@ public class GenerateCode extends DfareportingRequest<com.google.api.services.df
java.util.regex.Pattern.compile("^[^/]+$");

/**
* Generates code for a dynamic profile.
* Generates code for a dynamic profile, which will need unescaping.
*
* Create a request for the method "dynamicProfiles.generateCode".
*
Expand Down Expand Up @@ -38526,8 +38530,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
package com.google.api.services.dfareporting.model;

/**
* *Beta:* This feature is currently in beta. Contains additional information about cart data. This
* field may only be used when calling batchinsert; it is not supported by batchupdate. Cart data
* reporting is only supported in SA360. [Learn
* more](https://support.google.com/sa360/topic/13425788)
* Contains additional information about cart data. This field may only be used when calling
* batchinsert; it is not supported by batchupdate. Cart data reporting is only supported in SA360.
* [Learn more](https://support.google.com/sa360/topic/13425788)
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
package com.google.api.services.dfareporting.model;

/**
* Contains dynamic feed information.
* *Beta:* This API resource is available only to a very limited number of customers. If you'd like
* to use this resource, please reach out to your Google sales representative. Contains dynamic feed
* information.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

/**
* Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a
* dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic
* profile id. See
* dynamic feed under profile context,even though the dynamic feed itself don't need the dynamic
* profile id.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
package com.google.api.services.dfareporting.model;

/**
* Contains dynamic profile information.
* *Beta:* This API resource is available only to a very limited number of customers. If you'd like
* to use this resource, please reach out to your Google sales representative. Contains dynamic
* profile information.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
public final class DynamicProfileGenerateCodeResponse extends com.google.api.client.json.GenericJson {

/**
* Generated code for the dynamic profile.
* Generated code for the dynamic profile. The code will need to be unescaped.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String code;

/**
* Generated code for the dynamic profile.
* Generated code for the dynamic profile. The code will need to be unescaped.
* @return value or {@code null} for none
*/
public java.lang.String getCode() {
return code;
}

/**
* Generated code for the dynamic profile.
* Generated code for the dynamic profile. The code will need to be unescaped.
* @param code code or {@code null} for none
*/
public DynamicProfileGenerateCodeResponse setCode(java.lang.String code) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
package com.google.api.services.dfareporting.model;

/**
* Contains studio creative information.
* *Beta:* This API resource is available only to a very limited number of customers. If you'd like
* to use this resource, please reach out to your Google sales representative. Contains studio
* creative information.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation
Expand All @@ -38,7 +40,7 @@ public final class StudioCreative extends com.google.api.client.json.GenericJson
private java.util.List<java.lang.Long> assetIds;

/**
* Backup image asset ID of this studio creative.
* Backup image asset ID of this studio creative. It is a required field on insertion.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
Expand Down Expand Up @@ -141,15 +143,15 @@ public StudioCreative setAssetIds(java.util.List<java.lang.Long> assetIds) {
}

/**
* Backup image asset ID of this studio creative.
* Backup image asset ID of this studio creative. It is a required field on insertion.
* @return value or {@code null} for none
*/
public java.lang.Long getBackupImageAssetId() {
return backupImageAssetId;
}

/**
* Backup image asset ID of this studio creative.
* Backup image asset ID of this studio creative. It is a required field on insertion.
* @param backupImageAssetId backupImageAssetId or {@code null} for none
*/
public StudioCreative setBackupImageAssetId(java.lang.Long backupImageAssetId) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
package com.google.api.services.dfareporting.model;

/**
* Contains studio creative asset information.
* *Beta:* This API resource is available only to a very limited number of customers. If you'd like
* to use this resource, please reach out to your Google sales representative. Contains studio
* creative asset information.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dfareporting/v4/2.0.0/pom.xml
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-dfareporting</artifactId>
<version>v4-rev20251023-2.0.0</version>
<name>Campaign Manager 360 API v4-rev20251023-2.0.0</name>
<version>v4-rev20260213-2.0.0</version>
<name>Campaign Manager 360 API v4-rev20260213-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dfareporting/v4/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-dfareporting</artifactId>
<version>v4-rev20251023-2.0.0</version>
<version>v4-rev20260213-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dfareporting:v4-rev20251023-2.0.0'
implementation 'com.google.apis:google-api-services-dfareporting:v4-rev20260213-2.0.0'
}
```

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

Expand Down
Loading
Loading