Skip to content

Commit 1b261e1

Browse files
1 parent fa40da0 commit 1b261e1

8 files changed

+126
-6
lines changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleAdsSearchads360V0ResourcesAdGroupAdLabel extends com.go
4444
@com.google.api.client.util.Key
4545
private java.lang.String label;
4646

47+
/**
48+
* Output only. The ID of the Customer which owns the label.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long ownerCustomerId;
53+
4754
/**
4855
* Immutable. The resource name of the ad group ad label. Ad group ad label resource names have
4956
* the form: `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`
@@ -86,6 +93,23 @@ public GoogleAdsSearchads360V0ResourcesAdGroupAdLabel setLabel(java.lang.String
8693
return this;
8794
}
8895

96+
/**
97+
* Output only. The ID of the Customer which owns the label.
98+
* @return value or {@code null} for none
99+
*/
100+
public java.lang.Long getOwnerCustomerId() {
101+
return ownerCustomerId;
102+
}
103+
104+
/**
105+
* Output only. The ID of the Customer which owns the label.
106+
* @param ownerCustomerId ownerCustomerId or {@code null} for none
107+
*/
108+
public GoogleAdsSearchads360V0ResourcesAdGroupAdLabel setOwnerCustomerId(java.lang.Long ownerCustomerId) {
109+
this.ownerCustomerId = ownerCustomerId;
110+
return this;
111+
}
112+
89113
/**
90114
* Immutable. The resource name of the ad group ad label. Ad group ad label resource names have
91115
* the form: `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel extends
4444
@com.google.api.client.util.Key
4545
private java.lang.String label;
4646

47+
/**
48+
* Output only. The ID of the Customer which owns the label.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long ownerCustomerId;
53+
4754
/**
4855
* Immutable. The resource name of the ad group criterion label. Ad group criterion label resource
4956
* names have the form:
@@ -87,6 +94,23 @@ public GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel setLabel(java.lang.
8794
return this;
8895
}
8996

97+
/**
98+
* Output only. The ID of the Customer which owns the label.
99+
* @return value or {@code null} for none
100+
*/
101+
public java.lang.Long getOwnerCustomerId() {
102+
return ownerCustomerId;
103+
}
104+
105+
/**
106+
* Output only. The ID of the Customer which owns the label.
107+
* @param ownerCustomerId ownerCustomerId or {@code null} for none
108+
*/
109+
public GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel setOwnerCustomerId(java.lang.Long ownerCustomerId) {
110+
this.ownerCustomerId = ownerCustomerId;
111+
return this;
112+
}
113+
90114
/**
91115
* Immutable. The resource name of the ad group criterion label. Ad group criterion label resource
92116
* names have the form:

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleAdsSearchads360V0ResourcesAdGroupLabel extends com.goog
4444
@com.google.api.client.util.Key
4545
private java.lang.String label;
4646

47+
/**
48+
* Output only. The ID of the Customer which owns the label.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long ownerCustomerId;
53+
4754
/**
4855
* Immutable. The resource name of the ad group label. Ad group label resource names have the
4956
* form: `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}`
@@ -86,6 +93,23 @@ public GoogleAdsSearchads360V0ResourcesAdGroupLabel setLabel(java.lang.String la
8693
return this;
8794
}
8895

96+
/**
97+
* Output only. The ID of the Customer which owns the label.
98+
* @return value or {@code null} for none
99+
*/
100+
public java.lang.Long getOwnerCustomerId() {
101+
return ownerCustomerId;
102+
}
103+
104+
/**
105+
* Output only. The ID of the Customer which owns the label.
106+
* @param ownerCustomerId ownerCustomerId or {@code null} for none
107+
*/
108+
public GoogleAdsSearchads360V0ResourcesAdGroupLabel setOwnerCustomerId(java.lang.Long ownerCustomerId) {
109+
this.ownerCustomerId = ownerCustomerId;
110+
return this;
111+
}
112+
89113
/**
90114
* Immutable. The resource name of the ad group label. Ad group label resource names have the
91115
* form: `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}`

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleAdsSearchads360V0ResourcesCampaignLabel extends com.goo
4444
@com.google.api.client.util.Key
4545
private java.lang.String label;
4646

47+
/**
48+
* Output only. The ID of the Customer which owns the label.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
52+
private java.lang.Long ownerCustomerId;
53+
4754
/**
4855
* Immutable. Name of the resource. Campaign label resource names have the form:
4956
* `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`
@@ -86,6 +93,23 @@ public GoogleAdsSearchads360V0ResourcesCampaignLabel setLabel(java.lang.String l
8693
return this;
8794
}
8895

96+
/**
97+
* Output only. The ID of the Customer which owns the label.
98+
* @return value or {@code null} for none
99+
*/
100+
public java.lang.Long getOwnerCustomerId() {
101+
return ownerCustomerId;
102+
}
103+
104+
/**
105+
* Output only. The ID of the Customer which owns the label.
106+
* @param ownerCustomerId ownerCustomerId or {@code null} for none
107+
*/
108+
public GoogleAdsSearchads360V0ResourcesCampaignLabel setOwnerCustomerId(java.lang.Long ownerCustomerId) {
109+
this.ownerCustomerId = ownerCustomerId;
110+
return this;
111+
}
112+
89113
/**
90114
* Immutable. Name of the resource. Campaign label resource names have the form:
91115
* `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ public final class GoogleAdsSearchads360V0ResourcesCustomColumn extends com.goog
8383
@com.google.api.client.util.Key
8484
private java.lang.Boolean referencesMetrics;
8585

86+
/**
87+
* Output only. How the result value of the custom column should be interpreted.
88+
* The value may be {@code null}.
89+
*/
90+
@com.google.api.client.util.Key
91+
private java.lang.String renderType;
92+
8693
/**
8794
* Immutable. The resource name of the custom column. Custom column resource names have the form:
8895
* `customers/{customer_id}/customColumns/{custom_column_id}`
@@ -223,6 +230,23 @@ public GoogleAdsSearchads360V0ResourcesCustomColumn setReferencesMetrics(java.la
223230
return this;
224231
}
225232

233+
/**
234+
* Output only. How the result value of the custom column should be interpreted.
235+
* @return value or {@code null} for none
236+
*/
237+
public java.lang.String getRenderType() {
238+
return renderType;
239+
}
240+
241+
/**
242+
* Output only. How the result value of the custom column should be interpreted.
243+
* @param renderType renderType or {@code null} for none
244+
*/
245+
public GoogleAdsSearchads360V0ResourcesCustomColumn setRenderType(java.lang.String renderType) {
246+
this.renderType = renderType;
247+
return this;
248+
}
249+
226250
/**
227251
* Immutable. The resource name of the custom column. Custom column resource names have the form:
228252
* `customers/{customer_id}/customColumns/{custom_column_id}`

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-rev20240808-2.0.0</version>
12-
<name>Search Ads 360 Reporting API v0-rev20240808-2.0.0</name>
11+
<version>v0-rev20240822-2.0.0</version>
12+
<name>Search Ads 360 Reporting API v0-rev20240822-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)