Skip to content

Commit dcfa603

Browse files
1 parent 44b71a5 commit dcfa603

27 files changed

+192
-188
lines changed

clients/google-api-services-analyticsadmin/v1alpha/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-analyticsadmin</artifactId>
25-
<version>v1alpha-rev20240821-2.0.0</version>
25+
<version>v1alpha-rev20240823-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-analyticsadmin:v1alpha-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20240823-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/GoogleAnalyticsAdmin.java

Lines changed: 52 additions & 51 deletions
Large diffs are not rendered by default.

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaAccountSummary.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.analyticsadmin.v1alpha.model;
1818

1919
/**
20-
* A virtual resource representing an overview of an account and all its child GA4 properties.
20+
* A virtual resource representing an overview of an account and all its child Google Analytics
21+
* properties.
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 Google Analytics Admin API. For a detailed

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaAdSenseLink.java

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

1919
/**
20-
* A link between a GA4 Property and an AdSense for Content ad client.
20+
* A link between a Google Analytics property and an AdSense for Content ad client.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Analytics Admin API. For a detailed
@@ -31,8 +31,8 @@
3131
public final class GoogleAnalyticsAdminV1alphaAdSenseLink extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: "ca-
35-
* pub-1234567890"
34+
* Immutable. The AdSense ad client code that the Google Analytics property is linked to. Example
35+
* format: "ca-pub-1234567890"
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -47,17 +47,17 @@ public final class GoogleAnalyticsAdminV1alphaAdSenseLink extends com.google.api
4747
private java.lang.String name;
4848

4949
/**
50-
* Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: "ca-
51-
* pub-1234567890"
50+
* Immutable. The AdSense ad client code that the Google Analytics property is linked to. Example
51+
* format: "ca-pub-1234567890"
5252
* @return value or {@code null} for none
5353
*/
5454
public java.lang.String getAdClientCode() {
5555
return adClientCode;
5656
}
5757

5858
/**
59-
* Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: "ca-
60-
* pub-1234567890"
59+
* Immutable. The AdSense ad client code that the Google Analytics property is linked to. Example
60+
* format: "ca-pub-1234567890"
6161
* @param adClientCode adClientCode or {@code null} for none
6262
*/
6363
public GoogleAnalyticsAdminV1alphaAdSenseLink setAdClientCode(java.lang.String adClientCode) {

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaAudience.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.analyticsadmin.v1alpha.model;
1818

1919
/**
20-
* A resource message representing a GA4 Audience.
20+
* A resource message representing an Audience.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Analytics Admin API. For a detailed

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaBigQueryLink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.analyticsadmin.v1alpha.model;
1818

1919
/**
20-
* A link between a GA4 Property and BigQuery project.
20+
* A link between a Google Analytics property and BigQuery project.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Analytics Admin API. For a detailed

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink.java

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.analyticsadmin.v1alpha.model;
1818

1919
/**
20-
* A link between a GA4 property and a Display & Video 360 advertiser.
20+
* A link between a Google Analytics property and a Display & Video 360 advertiser.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Analytics Admin API. For a detailed
@@ -53,19 +53,19 @@ public final class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink exte
5353
private java.lang.String advertiserId;
5454

5555
/**
56-
* Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property.
57-
* After link creation, this can only be updated from the Display & Video 360 product. If this
58-
* field is not set on create, it will be defaulted to true.
56+
* Immutable. Enables the import of campaign data from Display & Video 360 into the Google
57+
* Analytics property. After link creation, this can only be updated from the Display & Video 360
58+
* product. If this field is not set on create, it will be defaulted to true.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
6262
private java.lang.Boolean campaignDataSharingEnabled;
6363

6464
/**
65-
* Immutable. Enables the import of cost data from Display & Video 360 into the GA4 property. This
66-
* can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can
67-
* only be updated from the Display & Video 360 product. If this field is not set on create, it
68-
* will be defaulted to true.
65+
* Immutable. Enables the import of cost data from Display & Video 360 into the Google Analytics
66+
* property. This can only be enabled if `campaign_data_sharing_enabled` is true. After link
67+
* creation, this can only be updated from the Display & Video 360 product. If this field is not
68+
* set on create, it will be defaulted to true.
6969
* The value may be {@code null}.
7070
*/
7171
@com.google.api.client.util.Key
@@ -134,19 +134,19 @@ public GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink setAdvertiserId(
134134
}
135135

136136
/**
137-
* Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property.
138-
* After link creation, this can only be updated from the Display & Video 360 product. If this
139-
* field is not set on create, it will be defaulted to true.
137+
* Immutable. Enables the import of campaign data from Display & Video 360 into the Google
138+
* Analytics property. After link creation, this can only be updated from the Display & Video 360
139+
* product. If this field is not set on create, it will be defaulted to true.
140140
* @return value or {@code null} for none
141141
*/
142142
public java.lang.Boolean getCampaignDataSharingEnabled() {
143143
return campaignDataSharingEnabled;
144144
}
145145

146146
/**
147-
* Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property.
148-
* After link creation, this can only be updated from the Display & Video 360 product. If this
149-
* field is not set on create, it will be defaulted to true.
147+
* Immutable. Enables the import of campaign data from Display & Video 360 into the Google
148+
* Analytics property. After link creation, this can only be updated from the Display & Video 360
149+
* product. If this field is not set on create, it will be defaulted to true.
150150
* @param campaignDataSharingEnabled campaignDataSharingEnabled or {@code null} for none
151151
*/
152152
public GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink setCampaignDataSharingEnabled(java.lang.Boolean campaignDataSharingEnabled) {
@@ -155,21 +155,21 @@ public GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink setCampaignDataS
155155
}
156156

157157
/**
158-
* Immutable. Enables the import of cost data from Display & Video 360 into the GA4 property. This
159-
* can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can
160-
* only be updated from the Display & Video 360 product. If this field is not set on create, it
161-
* will be defaulted to true.
158+
* Immutable. Enables the import of cost data from Display & Video 360 into the Google Analytics
159+
* property. This can only be enabled if `campaign_data_sharing_enabled` is true. After link
160+
* creation, this can only be updated from the Display & Video 360 product. If this field is not
161+
* set on create, it will be defaulted to true.
162162
* @return value or {@code null} for none
163163
*/
164164
public java.lang.Boolean getCostDataSharingEnabled() {
165165
return costDataSharingEnabled;
166166
}
167167

168168
/**
169-
* Immutable. Enables the import of cost data from Display & Video 360 into the GA4 property. This
170-
* can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can
171-
* only be updated from the Display & Video 360 product. If this field is not set on create, it
172-
* will be defaulted to true.
169+
* Immutable. Enables the import of cost data from Display & Video 360 into the Google Analytics
170+
* property. This can only be enabled if `campaign_data_sharing_enabled` is true. After link
171+
* creation, this can only be updated from the Display & Video 360 product. If this field is not
172+
* set on create, it will be defaulted to true.
173173
* @param costDataSharingEnabled costDataSharingEnabled or {@code null} for none
174174
*/
175175
public GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink setCostDataSharingEnabled(java.lang.Boolean costDataSharingEnabled) {

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.java

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

1919
/**
20-
* A proposal for a link between a GA4 property and a Display & Video 360 advertiser. A proposal is
21-
* converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve
22-
* inbound proposals while Display & Video 360 admins approve outbound proposals.
20+
* A proposal for a link between a Google Analytics property and a Display & Video 360 advertiser. A
21+
* proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins
22+
* approve inbound proposals while Display & Video 360 admins approve outbound proposals.
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 Google Analytics Admin API. For a detailed

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaEventMapping.java

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

3333
/**
34-
* Required. Name of the GA4 event. It must always be set. The max allowed display name length is
35-
* 40 UTF-16 code units.
34+
* Required. Name of the Google Analytics event. It must always be set. The max allowed display
35+
* name length is 40 UTF-16 code units.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -72,17 +72,17 @@ public final class GoogleAnalyticsAdminV1alphaEventMapping extends com.google.ap
7272
private java.lang.Double minEventValue;
7373

7474
/**
75-
* Required. Name of the GA4 event. It must always be set. The max allowed display name length is
76-
* 40 UTF-16 code units.
75+
* Required. Name of the Google Analytics event. It must always be set. The max allowed display
76+
* name length is 40 UTF-16 code units.
7777
* @return value or {@code null} for none
7878
*/
7979
public java.lang.String getEventName() {
8080
return eventName;
8181
}
8282

8383
/**
84-
* Required. Name of the GA4 event. It must always be set. The max allowed display name length is
85-
* 40 UTF-16 code units.
84+
* Required. Name of the Google Analytics event. It must always be set. The max allowed display
85+
* name length is 40 UTF-16 code units.
8686
* @param eventName eventName or {@code null} for none
8787
*/
8888
public GoogleAnalyticsAdminV1alphaEventMapping setEventName(java.lang.String eventName) {

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaExpandedDataSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.analyticsadmin.v1alpha.model;
1818

1919
/**
20-
* A resource message representing a GA4 ExpandedDataSet.
20+
* A resource message representing an `ExpandedDataSet`.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Analytics Admin API. For a detailed

0 commit comments

Comments
 (0)