Skip to content

Commit d02c970

Browse files
1 parent 024e41d commit d02c970

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
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-rev20250606-2.0.0</version>
25+
<version>v1alpha-rev20250615-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-rev20250606-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250615-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26049,7 +26049,7 @@ public SubpropertySyncConfigs subpropertySyncConfigs() {
2604926049
public class SubpropertySyncConfigs {
2605026050

2605126051
/**
26052-
* Lookup for a single Subproperty Sync Config.
26052+
* Lookup for a single `SubpropertySyncConfig`.
2605326053
*
2605426054
* Create a request for the method "subpropertySyncConfigs.get".
2605526055
*
@@ -26075,7 +26075,7 @@ public class Get extends GoogleAnalyticsAdminRequest<com.google.api.services.ana
2607526075
java.util.regex.Pattern.compile("^properties/[^/]+/subpropertySyncConfigs/[^/]+$");
2607626076

2607726077
/**
26078-
* Lookup for a single Subproperty Sync Config.
26078+
* Lookup for a single `SubpropertySyncConfig`.
2607926079
*
2608026080
* Create a request for the method "subpropertySyncConfigs.get".
2608126081
*
@@ -26201,7 +26201,7 @@ public Get set(String parameterName, Object value) {
2620126201
}
2620226202
}
2620326203
/**
26204-
* List all Subproperty Sync Configs on a property.
26204+
* List all `SubpropertySyncConfig` resources for a property.
2620526205
*
2620626206
* Create a request for the method "subpropertySyncConfigs.list".
2620726207
*
@@ -26225,7 +26225,7 @@ public class List extends GoogleAnalyticsAdminRequest<com.google.api.services.an
2622526225
java.util.regex.Pattern.compile("^properties/[^/]+$");
2622626226

2622726227
/**
26228-
* List all Subproperty Sync Configs on a property.
26228+
* List all `SubpropertySyncConfig` resources for a property.
2622926229
*
2623026230
* Create a request for the method "subpropertySyncConfigs.list".
2623126231
*
@@ -26397,7 +26397,7 @@ public List set(String parameterName, Object value) {
2639726397
}
2639826398
}
2639926399
/**
26400-
* Updates a Subproperty Sync Config.
26400+
* Updates a `SubpropertySyncConfig`.
2640126401
*
2640226402
* Create a request for the method "subpropertySyncConfigs.patch".
2640326403
*
@@ -26424,7 +26424,7 @@ public class Patch extends GoogleAnalyticsAdminRequest<com.google.api.services.a
2642426424
java.util.regex.Pattern.compile("^properties/[^/]+/subpropertySyncConfigs/[^/]+$");
2642526425

2642626426
/**
26427-
* Updates a Subproperty Sync Config.
26427+
* Updates a `SubpropertySyncConfig`.
2642826428
*
2642926429
* Create a request for the method "subpropertySyncConfigs.patch".
2643026430
*

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse
3939
private java.lang.String nextPageToken;
4040

4141
/**
42-
* List of Subproperty Sync Configs.
42+
* List of `SubpropertySyncConfig` resources.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -65,15 +65,15 @@ public GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse setNextPage
6565
}
6666

6767
/**
68-
* List of Subproperty Sync Configs.
68+
* List of `SubpropertySyncConfig` resources.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.util.List<GoogleAnalyticsAdminV1alphaSubpropertySyncConfig> getSubpropertySyncConfigs() {
7272
return subpropertySyncConfigs;
7373
}
7474

7575
/**
76-
* List of Subproperty Sync Configs.
76+
* List of `SubpropertySyncConfig` resources.
7777
* @param subpropertySyncConfigs subpropertySyncConfigs or {@code null} for none
7878
*/
7979
public GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse setSubpropertySyncConfigs(java.util.List<GoogleAnalyticsAdminV1alphaSubpropertySyncConfig> subpropertySyncConfigs) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
public final class GoogleAnalyticsAdminV1alphaSubpropertySyncConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Output only. Immutable. Resource name of the Subproperty that these settings apply to.
35+
* Output only. Immutable. Resource name of the subproperty that these settings apply to.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String applyToProperty;
4040

4141
/**
42-
* Required. Specifies the Custom Dimension / Metric synchronization mode for the Subproperty. If
42+
* Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty. If
4343
* set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local
44-
* configuration of Custom Dimensions / Metrics will not be allowed on the Subproperty so long as
44+
* configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as
4545
* the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric
4646
* synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the
4747
* Subproperty.
@@ -60,15 +60,15 @@ public final class GoogleAnalyticsAdminV1alphaSubpropertySyncConfig extends com.
6060
private java.lang.String name;
6161

6262
/**
63-
* Output only. Immutable. Resource name of the Subproperty that these settings apply to.
63+
* Output only. Immutable. Resource name of the subproperty that these settings apply to.
6464
* @return value or {@code null} for none
6565
*/
6666
public java.lang.String getApplyToProperty() {
6767
return applyToProperty;
6868
}
6969

7070
/**
71-
* Output only. Immutable. Resource name of the Subproperty that these settings apply to.
71+
* Output only. Immutable. Resource name of the subproperty that these settings apply to.
7272
* @param applyToProperty applyToProperty or {@code null} for none
7373
*/
7474
public GoogleAnalyticsAdminV1alphaSubpropertySyncConfig setApplyToProperty(java.lang.String applyToProperty) {
@@ -77,9 +77,9 @@ public GoogleAnalyticsAdminV1alphaSubpropertySyncConfig setApplyToProperty(java.
7777
}
7878

7979
/**
80-
* Required. Specifies the Custom Dimension / Metric synchronization mode for the Subproperty. If
80+
* Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty. If
8181
* set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local
82-
* configuration of Custom Dimensions / Metrics will not be allowed on the Subproperty so long as
82+
* configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as
8383
* the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric
8484
* synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the
8585
* Subproperty.
@@ -90,9 +90,9 @@ public java.lang.String getCustomDimensionAndMetricSyncMode() {
9090
}
9191

9292
/**
93-
* Required. Specifies the Custom Dimension / Metric synchronization mode for the Subproperty. If
93+
* Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty. If
9494
* set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local
95-
* configuration of Custom Dimensions / Metrics will not be allowed on the Subproperty so long as
95+
* configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as
9696
* the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric
9797
* synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the
9898
* Subproperty.

clients/google-api-services-analyticsadmin/v1alpha/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-analyticsadmin</artifactId>
11-
<version>v1alpha-rev20250606-2.0.0</version>
12-
<name>Google Analytics Admin API v1alpha-rev20250606-2.0.0</name>
11+
<version>v1alpha-rev20250615-2.0.0</version>
12+
<name>Google Analytics Admin API v1alpha-rev20250615-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)