Skip to content

Commit d228ab7

Browse files
1 parent d691b67 commit d228ab7

54 files changed

Lines changed: 5128 additions & 412 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clients/google-api-services-searchads360/v0/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-searchads360</artifactId>
25-
<version>v0-rev20260413-2.0.0</version>
25+
<version>v0-rev20260729-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-searchads360:v0-rev20260413-2.0.0'
38+
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20260729-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0CommonMetrics.java

Lines changed: 207 additions & 180 deletions
Large diffs are not rendered by default.

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0CommonSearchAds360ExpandedTextAdInfo.java

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

1919
/**
20-
* A Search Ads 360 expanded text ad.
20+
* A Search Ads 360 expanded text ad. Expanded text ads are deprecated. Use
21+
* SearchAds360ResponsiveSearchAd instead.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Search Ads 360 Reporting API. For a detailed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.searchads360.v0.model;
18+
19+
/**
20+
* Represents an attestation about synthetic content from a single source.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Search Ads 360 Reporting API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleAdsSearchads360V0CommonSyntheticContentAttestation extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The source of the synthetic content attestation.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String source;
39+
40+
/**
41+
* Indicates whether the content is considered synthetic by this source.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String status;
46+
47+
/**
48+
* The source of the synthetic content attestation.
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getSource() {
52+
return source;
53+
}
54+
55+
/**
56+
* The source of the synthetic content attestation.
57+
* @param source source or {@code null} for none
58+
*/
59+
public GoogleAdsSearchads360V0CommonSyntheticContentAttestation setSource(java.lang.String source) {
60+
this.source = source;
61+
return this;
62+
}
63+
64+
/**
65+
* Indicates whether the content is considered synthetic by this source.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getStatus() {
69+
return status;
70+
}
71+
72+
/**
73+
* Indicates whether the content is considered synthetic by this source.
74+
* @param status status or {@code null} for none
75+
*/
76+
public GoogleAdsSearchads360V0CommonSyntheticContentAttestation setStatus(java.lang.String status) {
77+
this.status = status;
78+
return this;
79+
}
80+
81+
@Override
82+
public GoogleAdsSearchads360V0CommonSyntheticContentAttestation set(String fieldName, Object value) {
83+
return (GoogleAdsSearchads360V0CommonSyntheticContentAttestation) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public GoogleAdsSearchads360V0CommonSyntheticContentAttestation clone() {
88+
return (GoogleAdsSearchads360V0CommonSyntheticContentAttestation) super.clone();
89+
}
90+
91+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.searchads360.v0.model;
18+
19+
/**
20+
* Container for synthetic content attestations from different sources, such as the advertiser and
21+
* Google systems.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Search Ads 360 Reporting API. For a detailed
25+
* explanation see:
26+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class GoogleAdsSearchads360V0CommonSyntheticContentInfo extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* Input provided by the advertiser.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private GoogleAdsSearchads360V0CommonSyntheticContentAttestation advertiserAttestation;
40+
41+
/**
42+
* Output only. Information about synthetic content generated by Google's systems.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private GoogleAdsSearchads360V0CommonSyntheticContentAttestation systemAttestation;
47+
48+
/**
49+
* Input provided by the advertiser.
50+
* @return value or {@code null} for none
51+
*/
52+
public GoogleAdsSearchads360V0CommonSyntheticContentAttestation getAdvertiserAttestation() {
53+
return advertiserAttestation;
54+
}
55+
56+
/**
57+
* Input provided by the advertiser.
58+
* @param advertiserAttestation advertiserAttestation or {@code null} for none
59+
*/
60+
public GoogleAdsSearchads360V0CommonSyntheticContentInfo setAdvertiserAttestation(GoogleAdsSearchads360V0CommonSyntheticContentAttestation advertiserAttestation) {
61+
this.advertiserAttestation = advertiserAttestation;
62+
return this;
63+
}
64+
65+
/**
66+
* Output only. Information about synthetic content generated by Google's systems.
67+
* @return value or {@code null} for none
68+
*/
69+
public GoogleAdsSearchads360V0CommonSyntheticContentAttestation getSystemAttestation() {
70+
return systemAttestation;
71+
}
72+
73+
/**
74+
* Output only. Information about synthetic content generated by Google's systems.
75+
* @param systemAttestation systemAttestation or {@code null} for none
76+
*/
77+
public GoogleAdsSearchads360V0CommonSyntheticContentInfo setSystemAttestation(GoogleAdsSearchads360V0CommonSyntheticContentAttestation systemAttestation) {
78+
this.systemAttestation = systemAttestation;
79+
return this;
80+
}
81+
82+
@Override
83+
public GoogleAdsSearchads360V0CommonSyntheticContentInfo set(String fieldName, Object value) {
84+
return (GoogleAdsSearchads360V0CommonSyntheticContentInfo) super.set(fieldName, value);
85+
}
86+
87+
@Override
88+
public GoogleAdsSearchads360V0CommonSyntheticContentInfo clone() {
89+
return (GoogleAdsSearchads360V0CommonSyntheticContentInfo) super.clone();
90+
}
91+
92+
}

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesAd.java

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class GoogleAdsSearchads360V0ResourcesAd extends com.google.api.cli
4545
private GoogleAdsSearchads360V0CommonSearchAds360ExpandedDynamicSearchAdInfo expandedDynamicSearchAd;
4646

4747
/**
48-
* Immutable. Details pertaining to an expanded text ad.
48+
* Immutable. Details pertaining to an expanded text ad. Expanded text ads are deprecated. Use
49+
* `SearchAds360ResponsiveSearchAd` instead.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -123,6 +124,15 @@ public final class GoogleAdsSearchads360V0ResourcesAd extends com.google.api.cli
123124
@com.google.api.client.util.Key
124125
private GoogleAdsSearchads360V0CommonSearchAds360ResponsiveSearchAdInfo responsiveSearchAd;
125126

127+
/**
128+
* Synthetic content info for the ad. Only ads with specific ad types are eligible for updates
129+
* using the `synthetic_content_info` field. Allowed `AdType` values: * `HTML5_UPLOAD_AD` *
130+
* `DYNAMIC_HTML5_AD` * `IMAGE_AD`
131+
* The value may be {@code null}.
132+
*/
133+
@com.google.api.client.util.Key
134+
private GoogleAdsSearchads360V0CommonSyntheticContentInfo syntheticContentInfo;
135+
126136
/**
127137
* Immutable. Details pertaining to a text ad.
128138
* The value may be {@code null}.
@@ -179,15 +189,17 @@ public GoogleAdsSearchads360V0ResourcesAd setExpandedDynamicSearchAd(GoogleAdsSe
179189
}
180190

181191
/**
182-
* Immutable. Details pertaining to an expanded text ad.
192+
* Immutable. Details pertaining to an expanded text ad. Expanded text ads are deprecated. Use
193+
* `SearchAds360ResponsiveSearchAd` instead.
183194
* @return value or {@code null} for none
184195
*/
185196
public GoogleAdsSearchads360V0CommonSearchAds360ExpandedTextAdInfo getExpandedTextAd() {
186197
return expandedTextAd;
187198
}
188199

189200
/**
190-
* Immutable. Details pertaining to an expanded text ad.
201+
* Immutable. Details pertaining to an expanded text ad. Expanded text ads are deprecated. Use
202+
* `SearchAds360ResponsiveSearchAd` instead.
191203
* @param expandedTextAd expandedTextAd or {@code null} for none
192204
*/
193205
public GoogleAdsSearchads360V0ResourcesAd setExpandedTextAd(GoogleAdsSearchads360V0CommonSearchAds360ExpandedTextAdInfo expandedTextAd) {
@@ -354,6 +366,27 @@ public GoogleAdsSearchads360V0ResourcesAd setResponsiveSearchAd(GoogleAdsSearcha
354366
return this;
355367
}
356368

369+
/**
370+
* Synthetic content info for the ad. Only ads with specific ad types are eligible for updates
371+
* using the `synthetic_content_info` field. Allowed `AdType` values: * `HTML5_UPLOAD_AD` *
372+
* `DYNAMIC_HTML5_AD` * `IMAGE_AD`
373+
* @return value or {@code null} for none
374+
*/
375+
public GoogleAdsSearchads360V0CommonSyntheticContentInfo getSyntheticContentInfo() {
376+
return syntheticContentInfo;
377+
}
378+
379+
/**
380+
* Synthetic content info for the ad. Only ads with specific ad types are eligible for updates
381+
* using the `synthetic_content_info` field. Allowed `AdType` values: * `HTML5_UPLOAD_AD` *
382+
* `DYNAMIC_HTML5_AD` * `IMAGE_AD`
383+
* @param syntheticContentInfo syntheticContentInfo or {@code null} for none
384+
*/
385+
public GoogleAdsSearchads360V0ResourcesAd setSyntheticContentInfo(GoogleAdsSearchads360V0CommonSyntheticContentInfo syntheticContentInfo) {
386+
this.syntheticContentInfo = syntheticContentInfo;
387+
return this;
388+
}
389+
357390
/**
358391
* Immutable. Details pertaining to a text ad.
359392
* @return value or {@code null} for none

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesAgeRangeView.java

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

1919
/**
20-
* An age range view.
20+
* An age range view. Represents the view of a customer's performance metrics (like impressions and
21+
* clicks) aggregated by age range. All statistics are aggregated at the ad group level. Note: While
22+
* you can segment metrics by age range using `age_range_view` or by gender using `gender_view`, the
23+
* Search Ads 360 API does not support segmenting metrics by both age range and gender
24+
* simultaneously in a single query. Analyzing performance across both dimensions combined is not
25+
* supported in the Search Ads 360 API.
2126
*
2227
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2328
* transmitted over HTTP when working with the Search Ads 360 Reporting API. For a detailed

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesAsset.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,15 @@ public final class GoogleAdsSearchads360V0ResourcesAsset extends com.google.api.
161161
@com.google.api.client.util.Key
162162
private java.lang.String status;
163163

164+
/**
165+
* Synthetic content info for the asset. Only assets with specific asset types are eligible for
166+
* updates using the `synthetic_content_info` field. Allowed `AssetType` values: * `IMAGE` *
167+
* `MEDIA_BUNDLE` * `YOUTUBE_VIDEO`
168+
* The value may be {@code null}.
169+
*/
170+
@com.google.api.client.util.Key
171+
private GoogleAdsSearchads360V0CommonSyntheticContentInfo syntheticContentInfo;
172+
164173
/**
165174
* Output only. A text asset.
166175
* The value may be {@code null}.
@@ -515,6 +524,27 @@ public GoogleAdsSearchads360V0ResourcesAsset setStatus(java.lang.String status)
515524
return this;
516525
}
517526

527+
/**
528+
* Synthetic content info for the asset. Only assets with specific asset types are eligible for
529+
* updates using the `synthetic_content_info` field. Allowed `AssetType` values: * `IMAGE` *
530+
* `MEDIA_BUNDLE` * `YOUTUBE_VIDEO`
531+
* @return value or {@code null} for none
532+
*/
533+
public GoogleAdsSearchads360V0CommonSyntheticContentInfo getSyntheticContentInfo() {
534+
return syntheticContentInfo;
535+
}
536+
537+
/**
538+
* Synthetic content info for the asset. Only assets with specific asset types are eligible for
539+
* updates using the `synthetic_content_info` field. Allowed `AssetType` values: * `IMAGE` *
540+
* `MEDIA_BUNDLE` * `YOUTUBE_VIDEO`
541+
* @param syntheticContentInfo syntheticContentInfo or {@code null} for none
542+
*/
543+
public GoogleAdsSearchads360V0ResourcesAsset setSyntheticContentInfo(GoogleAdsSearchads360V0CommonSyntheticContentInfo syntheticContentInfo) {
544+
this.syntheticContentInfo = syntheticContentInfo;
545+
return this;
546+
}
547+
518548
/**
519549
* Output only. A text asset.
520550
* @return value or {@code null} for none

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesGenderView.java

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

1919
/**
20-
* A gender view. The gender_view resource reflects the effective serving state, rather than what
21-
* criteria were added. An ad group without gender criteria by default shows to all genders, so all
22-
* genders appear in gender_view with stats.
20+
* A gender view resource. Represents the view of a customer's performance metrics aggregated by
21+
* gender. All statistics are aggregated at the ad group level. Note: While you can segment metrics
22+
* by age range using `age_range_view` or by gender using `gender_view`, the Search Ads 360 API does
23+
* not support segmenting metrics by both age range and gender simultaneously in a single query.
24+
* Analyzing performance across both dimensions combined is not supported in the Search Ads 360 API.
2325
*
2426
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2527
* transmitted over HTTP when working with the Search Ads 360 Reporting API. For a detailed

clients/google-api-services-searchads360/v0/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-searchads360</artifactId>
11-
<version>v0-rev20260413-2.0.0</version>
12-
<name>Search Ads 360 Reporting API v0-rev20260413-2.0.0</name>
11+
<version>v0-rev20260729-2.0.0</version>
12+
<name>Search Ads 360 Reporting API v0-rev20260729-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)