Skip to content

Commit ebb6aa7

Browse files
chore: regenerate dfareporting client (googleapis#30691)
1 parent 38c1764 commit ebb6aa7

File tree

24 files changed

+172
-65
lines changed

24 files changed

+172
-65
lines changed

clients/google-api-services-dfareporting/v3.5/2.0.0/com/google/api/services/dfareporting/Dfareporting.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Dfareporting extends com.google.api.client.googleapis.services.json
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -383,8 +383,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
383383
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
384384
* <li>Android: {@code newCompatibleTransport} from
385385
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
386-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
387-
* </li>
386+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
388387
* </ul>
389388
* @param jsonFactory JSON factory, which may be:
390389
* <ul>

clients/google-api-services-dfareporting/v4/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-dfareporting</artifactId>
25-
<version>v4-rev20251023-2.0.0</version>
25+
<version>v4-rev20260213-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-dfareporting:v4-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dfareporting:v4-rev20260213-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/Dfareporting.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Dfareporting extends com.google.api.client.googleapis.services.json
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -16591,7 +16591,8 @@ public Insert set(String parameterName, Object value) {
1659116591
}
1659216592
}
1659316593
/**
16594-
* Retransforms a dynamic feed.
16594+
* Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been
16595+
* published).
1659516596
*
1659616597
* Create a request for the method "dynamicFeeds.retransform".
1659716598
*
@@ -16615,7 +16616,8 @@ public class Retransform extends DfareportingRequest<com.google.api.services.dfa
1661516616
java.util.regex.Pattern.compile("^[^/]+$");
1661616617

1661716618
/**
16618-
* Retransforms a dynamic feed.
16619+
* Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been
16620+
* published).
1661916621
*
1662016622
* Create a request for the method "dynamicFeeds.retransform".
1662116623
*
@@ -16710,7 +16712,8 @@ public Retransform set(String parameterName, Object value) {
1671016712
}
1671116713
}
1671216714
/**
16713-
* Updates a new dynamic feed.
16715+
* Updates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds,
16716+
* only FeedSchedule can be updated. Other fields will be ignored.
1671416717
*
1671516718
* Create a request for the method "dynamicFeeds.update".
1671616719
*
@@ -16731,7 +16734,8 @@ public class Update extends DfareportingRequest<com.google.api.services.dfarepor
1673116734
private static final String REST_PATH = "studio/dynamicFeeds";
1673216735

1673316736
/**
16734-
* Updates a new dynamic feed.
16737+
* Updates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds,
16738+
* only FeedSchedule can be updated. Other fields will be ignored.
1673516739
*
1673616740
* Create a request for the method "dynamicFeeds.update".
1673716741
*
@@ -16832,7 +16836,7 @@ public DynamicProfiles dynamicProfiles() {
1683216836
public class DynamicProfiles {
1683316837

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

1685816862
/**
16859-
* Generates code for a dynamic profile.
16863+
* Generates code for a dynamic profile, which will need unescaping.
1686016864
*
1686116865
* Create a request for the method "dynamicProfiles.generateCode".
1686216866
*
@@ -38526,8 +38530,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
3852638530
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
3852738531
* <li>Android: {@code newCompatibleTransport} from
3852838532
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
38529-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
38530-
* </li>
38533+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
3853138534
* </ul>
3853238535
* @param jsonFactory JSON factory, which may be:
3853338536
* <ul>

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/model/CartData.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
package com.google.api.services.dfareporting.model;
1818

1919
/**
20-
* *Beta:* This feature is currently in beta. Contains additional information about cart data. This
21-
* field may only be used when calling batchinsert; it is not supported by batchupdate. Cart data
22-
* reporting is only supported in SA360. [Learn
23-
* more](https://support.google.com/sa360/topic/13425788)
20+
* Contains additional information about cart data. This field may only be used when calling
21+
* batchinsert; it is not supported by batchupdate. Cart data reporting is only supported in SA360.
22+
* [Learn more](https://support.google.com/sa360/topic/13425788)
2423
*
2524
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2625
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/model/DynamicFeed.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.dfareporting.model;
1818

1919
/**
20-
* Contains dynamic feed information.
20+
* *Beta:* This API resource is available only to a very limited number of customers. If you'd like
21+
* to use this resource, please reach out to your Google sales representative. Contains dynamic feed
22+
* information.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/model/DynamicFeedsInsertRequest.java

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

1919
/**
2020
* Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a
21-
* dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic
22-
* profile id. See
21+
* dynamic feed under profile context,even though the dynamic feed itself don't need the dynamic
22+
* profile id.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/model/DynamicProfile.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.dfareporting.model;
1818

1919
/**
20-
* Contains dynamic profile information.
20+
* *Beta:* This API resource is available only to a very limited number of customers. If you'd like
21+
* to use this resource, please reach out to your Google sales representative. Contains dynamic
22+
* profile information.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/model/DynamicProfileGenerateCodeResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class DynamicProfileGenerateCodeResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Generated code for the dynamic profile.
34+
* Generated code for the dynamic profile. The code will need to be unescaped.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String code;
3939

4040
/**
41-
* Generated code for the dynamic profile.
41+
* Generated code for the dynamic profile. The code will need to be unescaped.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.String getCode() {
4545
return code;
4646
}
4747

4848
/**
49-
* Generated code for the dynamic profile.
49+
* Generated code for the dynamic profile. The code will need to be unescaped.
5050
* @param code code or {@code null} for none
5151
*/
5252
public DynamicProfileGenerateCodeResponse setCode(java.lang.String code) {

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/model/StudioCreative.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.dfareporting.model;
1818

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

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

143145
/**
144-
* Backup image asset ID of this studio creative.
146+
* Backup image asset ID of this studio creative. It is a required field on insertion.
145147
* @return value or {@code null} for none
146148
*/
147149
public java.lang.Long getBackupImageAssetId() {
148150
return backupImageAssetId;
149151
}
150152

151153
/**
152-
* Backup image asset ID of this studio creative.
154+
* Backup image asset ID of this studio creative. It is a required field on insertion.
153155
* @param backupImageAssetId backupImageAssetId or {@code null} for none
154156
*/
155157
public StudioCreative setBackupImageAssetId(java.lang.Long backupImageAssetId) {

clients/google-api-services-dfareporting/v4/2.0.0/com/google/api/services/dfareporting/model/StudioCreativeAsset.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.dfareporting.model;
1818

1919
/**
20-
* Contains studio creative asset information.
20+
* *Beta:* This API resource is available only to a very limited number of customers. If you'd like
21+
* to use this resource, please reach out to your Google sales representative. Contains studio
22+
* creative asset information.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation

0 commit comments

Comments
 (0)