Skip to content

Commit 07bec39

Browse files
1 parent d71c0f8 commit 07bec39

32 files changed

Lines changed: 7230 additions & 10 deletions

File tree

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ public class SearchAds360 {
586586

587587
/**
588588
* Returns all rows that match the search query. List of thrown errors: [AuthenticationError]()
589-
* [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]()
590-
* [RequestError]()
589+
* [AuthorizationError]() [ChangeEventError]() [ChangeStatusError]() [ClickViewError]()
590+
* [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
591591
*
592592
* Create a request for the method "searchAds360.search".
593593
*
@@ -613,8 +613,8 @@ public class Search extends SA360Request<com.google.api.services.searchads360.v0
613613

614614
/**
615615
* Returns all rows that match the search query. List of thrown errors: [AuthenticationError]()
616-
* [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]()
617-
* [RequestError]()
616+
* [AuthorizationError]() [ChangeEventError]() [ChangeStatusError]() [ClickViewError]()
617+
* [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
618618
*
619619
* Create a request for the method "searchAds360.search".
620620
*
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
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+
* Describes the effect on serving that a policy topic entry will have.
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 GoogleAdsSearchads360V23CommonPolicyTopicConstraint extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Countries where the resource's domain is not covered by the certificates associated with it.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList certificateDomainMismatchInCountryList;
39+
40+
/**
41+
* Countries where a certificate is required for serving.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList certificateMissingInCountryList;
46+
47+
/**
48+
* Countries where the resource cannot serve.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList countryConstraintList;
53+
54+
/**
55+
* Reseller constraint.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint resellerConstraint;
60+
61+
/**
62+
* Countries where the resource's domain is not covered by the certificates associated with it.
63+
* @return value or {@code null} for none
64+
*/
65+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList getCertificateDomainMismatchInCountryList() {
66+
return certificateDomainMismatchInCountryList;
67+
}
68+
69+
/**
70+
* Countries where the resource's domain is not covered by the certificates associated with it.
71+
* @param certificateDomainMismatchInCountryList certificateDomainMismatchInCountryList or {@code null} for none
72+
*/
73+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraint setCertificateDomainMismatchInCountryList(GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList certificateDomainMismatchInCountryList) {
74+
this.certificateDomainMismatchInCountryList = certificateDomainMismatchInCountryList;
75+
return this;
76+
}
77+
78+
/**
79+
* Countries where a certificate is required for serving.
80+
* @return value or {@code null} for none
81+
*/
82+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList getCertificateMissingInCountryList() {
83+
return certificateMissingInCountryList;
84+
}
85+
86+
/**
87+
* Countries where a certificate is required for serving.
88+
* @param certificateMissingInCountryList certificateMissingInCountryList or {@code null} for none
89+
*/
90+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraint setCertificateMissingInCountryList(GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList certificateMissingInCountryList) {
91+
this.certificateMissingInCountryList = certificateMissingInCountryList;
92+
return this;
93+
}
94+
95+
/**
96+
* Countries where the resource cannot serve.
97+
* @return value or {@code null} for none
98+
*/
99+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList getCountryConstraintList() {
100+
return countryConstraintList;
101+
}
102+
103+
/**
104+
* Countries where the resource cannot serve.
105+
* @param countryConstraintList countryConstraintList or {@code null} for none
106+
*/
107+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraint setCountryConstraintList(GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList countryConstraintList) {
108+
this.countryConstraintList = countryConstraintList;
109+
return this;
110+
}
111+
112+
/**
113+
* Reseller constraint.
114+
* @return value or {@code null} for none
115+
*/
116+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint getResellerConstraint() {
117+
return resellerConstraint;
118+
}
119+
120+
/**
121+
* Reseller constraint.
122+
* @param resellerConstraint resellerConstraint or {@code null} for none
123+
*/
124+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraint setResellerConstraint(GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint resellerConstraint) {
125+
this.resellerConstraint = resellerConstraint;
126+
return this;
127+
}
128+
129+
@Override
130+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraint set(String fieldName, Object value) {
131+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraint) super.set(fieldName, value);
132+
}
133+
134+
@Override
135+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraint clone() {
136+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraint) super.clone();
137+
}
138+
139+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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+
* Indicates that a resource's ability to serve in a particular country is constrained.
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 GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Geo target constant resource name of the country in which serving is constrained.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String countryCriterion;
39+
40+
/**
41+
* Geo target constant resource name of the country in which serving is constrained.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getCountryCriterion() {
45+
return countryCriterion;
46+
}
47+
48+
/**
49+
* Geo target constant resource name of the country in which serving is constrained.
50+
* @param countryCriterion countryCriterion or {@code null} for none
51+
*/
52+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint setCountryCriterion(java.lang.String countryCriterion) {
53+
this.countryCriterion = countryCriterion;
54+
return this;
55+
}
56+
57+
@Override
58+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint set(String fieldName, Object value) {
59+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint clone() {
64+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint) super.clone();
65+
}
66+
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
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+
* A list of countries where a resource's serving is constrained.
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 GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Countries in which serving is restricted.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint> countries;
39+
40+
static {
41+
// hack to force ProGuard to consider GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint used, since otherwise it would be stripped out
42+
// see https://github.com/google/google-api-java-client/issues/543
43+
com.google.api.client.util.Data.nullOf(GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint.class);
44+
}
45+
46+
/**
47+
* Total number of countries targeted by the resource.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.Integer totalTargetedCountries;
52+
53+
/**
54+
* Countries in which serving is restricted.
55+
* @return value or {@code null} for none
56+
*/
57+
public java.util.List<GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint> getCountries() {
58+
return countries;
59+
}
60+
61+
/**
62+
* Countries in which serving is restricted.
63+
* @param countries countries or {@code null} for none
64+
*/
65+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList setCountries(java.util.List<GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraint> countries) {
66+
this.countries = countries;
67+
return this;
68+
}
69+
70+
/**
71+
* Total number of countries targeted by the resource.
72+
* @return value or {@code null} for none
73+
*/
74+
public java.lang.Integer getTotalTargetedCountries() {
75+
return totalTargetedCountries;
76+
}
77+
78+
/**
79+
* Total number of countries targeted by the resource.
80+
* @param totalTargetedCountries totalTargetedCountries or {@code null} for none
81+
*/
82+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList setTotalTargetedCountries(java.lang.Integer totalTargetedCountries) {
83+
this.totalTargetedCountries = totalTargetedCountries;
84+
return this;
85+
}
86+
87+
@Override
88+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList set(String fieldName, Object value) {
89+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList) super.set(fieldName, value);
90+
}
91+
92+
@Override
93+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList clone() {
94+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList) super.clone();
95+
}
96+
97+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
* Indicates that a policy topic was constrained due to disapproval of the website for reseller
21+
* purposes.
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 GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint extends com.google.api.client.json.GenericJson {
33+
34+
@Override
35+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint set(String fieldName, Object value) {
36+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint) super.set(fieldName, value);
37+
}
38+
39+
@Override
40+
public GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint clone() {
41+
return (GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint) super.clone();
42+
}
43+
44+
}

0 commit comments

Comments
 (0)