Skip to content

Commit e9a7bd9

Browse files
1 parent 1b0ce81 commit e9a7bd9

38 files changed

Lines changed: 542 additions & 510 deletions

File tree

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-rev20250820-2.0.0</version>
25+
<version>v1alpha-rev20260331-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-rev20250820-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260331-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: 239 additions & 221 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public final class GoogleAnalyticsAdminV1alphaAccount extends com.google.api.cli
6262
private java.lang.String gmpOrganization;
6363

6464
/**
65-
* Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
65+
* Identifier. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
6666
* The value may be {@code null}.
6767
*/
6868
@com.google.api.client.util.Key
@@ -157,15 +157,15 @@ public GoogleAnalyticsAdminV1alphaAccount setGmpOrganization(java.lang.String gm
157157
}
158158

159159
/**
160-
* Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
160+
* Identifier. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
161161
* @return value or {@code null} for none
162162
*/
163163
public java.lang.String getName() {
164164
return name;
165165
}
166166

167167
/**
168-
* Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
168+
* Identifier. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
169169
* @param name name or {@code null} for none
170170
*/
171171
public GoogleAnalyticsAdminV1alphaAccount setName(java.lang.String name) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public final class GoogleAnalyticsAdminV1alphaAccountSummary extends com.google.
4747
private java.lang.String displayName;
4848

4949
/**
50-
* Resource name for this account summary. Format: accountSummaries/{account_id} Example:
51-
* "accountSummaries/1000"
50+
* Identifier. Resource name for this account summary. Format: accountSummaries/{account_id}
51+
* Example: "accountSummaries/1000"
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
@@ -98,17 +98,17 @@ public GoogleAnalyticsAdminV1alphaAccountSummary setDisplayName(java.lang.String
9898
}
9999

100100
/**
101-
* Resource name for this account summary. Format: accountSummaries/{account_id} Example:
102-
* "accountSummaries/1000"
101+
* Identifier. Resource name for this account summary. Format: accountSummaries/{account_id}
102+
* Example: "accountSummaries/1000"
103103
* @return value or {@code null} for none
104104
*/
105105
public java.lang.String getName() {
106106
return name;
107107
}
108108

109109
/**
110-
* Resource name for this account summary. Format: accountSummaries/{account_id} Example:
111-
* "accountSummaries/1000"
110+
* Identifier. Resource name for this account summary. Format: accountSummaries/{account_id}
111+
* Example: "accountSummaries/1000"
112112
* @param name name or {@code null} for none
113113
*/
114114
public GoogleAnalyticsAdminV1alphaAccountSummary setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class GoogleAnalyticsAdminV1alphaCalculatedMetric extends com.googl
8282
private java.lang.String metricUnit;
8383

8484
/**
85-
* Output only. Resource name for this CalculatedMetric. Format:
85+
* Identifier. Resource name for this CalculatedMetric. Format:
8686
* 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}'
8787
* The value may be {@code null}.
8888
*/
@@ -217,7 +217,7 @@ public GoogleAnalyticsAdminV1alphaCalculatedMetric setMetricUnit(java.lang.Strin
217217
}
218218

219219
/**
220-
* Output only. Resource name for this CalculatedMetric. Format:
220+
* Identifier. Resource name for this CalculatedMetric. Format:
221221
* 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}'
222222
* @return value or {@code null} for none
223223
*/
@@ -226,7 +226,7 @@ public java.lang.String getName() {
226226
}
227227

228228
/**
229-
* Output only. Resource name for this CalculatedMetric. Format:
229+
* Identifier. Resource name for this CalculatedMetric. Format:
230230
* 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}'
231231
* @param name name or {@code null} for none
232232
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public final class GoogleAnalyticsAdminV1alphaConversionEvent extends com.google
7878
private java.lang.String eventName;
7979

8080
/**
81-
* Output only. Resource name of this conversion event. Format:
81+
* Identifier. Resource name of this conversion event. Format:
8282
* properties/{property}/conversionEvents/{conversion_event}
8383
* The value may be {@code null}.
8484
*/
@@ -198,7 +198,7 @@ public GoogleAnalyticsAdminV1alphaConversionEvent setEventName(java.lang.String
198198
}
199199

200200
/**
201-
* Output only. Resource name of this conversion event. Format:
201+
* Identifier. Resource name of this conversion event. Format:
202202
* properties/{property}/conversionEvents/{conversion_event}
203203
* @return value or {@code null} for none
204204
*/
@@ -207,7 +207,7 @@ public java.lang.String getName() {
207207
}
208208

209209
/**
210-
* Output only. Resource name of this conversion event. Format:
210+
* Identifier. Resource name of this conversion event. Format:
211211
* properties/{property}/conversionEvents/{conversion_event}
212212
* @param name name or {@code null} for none
213213
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class GoogleAnalyticsAdminV1alphaCustomDimension extends com.google
5656
private java.lang.String displayName;
5757

5858
/**
59-
* Output only. Resource name for this CustomDimension resource. Format:
59+
* Identifier. Resource name for this CustomDimension resource. Format:
6060
* properties/{property}/customDimensions/{customDimension}
6161
* The value may be {@code null}.
6262
*/
@@ -142,7 +142,7 @@ public GoogleAnalyticsAdminV1alphaCustomDimension setDisplayName(java.lang.Strin
142142
}
143143

144144
/**
145-
* Output only. Resource name for this CustomDimension resource. Format:
145+
* Identifier. Resource name for this CustomDimension resource. Format:
146146
* properties/{property}/customDimensions/{customDimension}
147147
* @return value or {@code null} for none
148148
*/
@@ -151,7 +151,7 @@ public java.lang.String getName() {
151151
}
152152

153153
/**
154-
* Output only. Resource name for this CustomDimension resource. Format:
154+
* Identifier. Resource name for this CustomDimension resource. Format:
155155
* properties/{property}/customDimensions/{customDimension}
156156
* @param name name or {@code null} for none
157157
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class GoogleAnalyticsAdminV1alphaCustomMetric extends com.google.ap
5555
private java.lang.String measurementUnit;
5656

5757
/**
58-
* Output only. Resource name for this CustomMetric resource. Format:
58+
* Identifier. Resource name for this CustomMetric resource. Format:
5959
* properties/{property}/customMetrics/{customMetric}
6060
* The value may be {@code null}.
6161
*/
@@ -144,7 +144,7 @@ public GoogleAnalyticsAdminV1alphaCustomMetric setMeasurementUnit(java.lang.Stri
144144
}
145145

146146
/**
147-
* Output only. Resource name for this CustomMetric resource. Format:
147+
* Identifier. Resource name for this CustomMetric resource. Format:
148148
* properties/{property}/customMetrics/{customMetric}
149149
* @return value or {@code null} for none
150150
*/
@@ -153,7 +153,7 @@ public java.lang.String getName() {
153153
}
154154

155155
/**
156-
* Output only. Resource name for this CustomMetric resource. Format:
156+
* Identifier. Resource name for this CustomMetric resource. Format:
157157
* properties/{property}/customMetrics/{customMetric}
158158
* @param name name or {@code null} for none
159159
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class GoogleAnalyticsAdminV1alphaDataRetentionSettings extends com.
3838
private java.lang.String eventDataRetention;
3939

4040
/**
41-
* Output only. Resource name for this DataRetentionSetting resource. Format:
41+
* Identifier. Resource name for this DataRetentionSetting resource. Format:
4242
* properties/{property}/dataRetentionSettings
4343
* The value may be {@code null}.
4444
*/
@@ -77,7 +77,7 @@ public GoogleAnalyticsAdminV1alphaDataRetentionSettings setEventDataRetention(ja
7777
}
7878

7979
/**
80-
* Output only. Resource name for this DataRetentionSetting resource. Format:
80+
* Identifier. Resource name for this DataRetentionSetting resource. Format:
8181
* properties/{property}/dataRetentionSettings
8282
* @return value or {@code null} for none
8383
*/
@@ -86,7 +86,7 @@ public java.lang.String getName() {
8686
}
8787

8888
/**
89-
* Output only. Resource name for this DataRetentionSetting resource. Format:
89+
* Identifier. Resource name for this DataRetentionSetting resource. Format:
9090
* properties/{property}/dataRetentionSettings
9191
* @param name name or {@code null} for none
9292
*/

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

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

3333
/**
34-
* Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example:
34+
* Identifier. Resource name. Format: accounts/{account}/dataSharingSettings Example:
3535
* "accounts/1000/dataSharingSettings"
3636
* The value may be {@code null}.
3737
*/
@@ -86,7 +86,7 @@ public final class GoogleAnalyticsAdminV1alphaDataSharingSettings extends com.go
8686
private java.lang.Boolean sharingWithOthersEnabled;
8787

8888
/**
89-
* Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example:
89+
* Identifier. Resource name. Format: accounts/{account}/dataSharingSettings Example:
9090
* "accounts/1000/dataSharingSettings"
9191
* @return value or {@code null} for none
9292
*/
@@ -95,7 +95,7 @@ public java.lang.String getName() {
9595
}
9696

9797
/**
98-
* Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example:
98+
* Identifier. Resource name. Format: accounts/{account}/dataSharingSettings Example:
9999
* "accounts/1000/dataSharingSettings"
100100
* @param name name or {@code null} for none
101101
*/

0 commit comments

Comments
 (0)