Skip to content

Commit e1477ca

Browse files
1 parent f94e8a2 commit e1477ca

File tree

5 files changed

+35
-8
lines changed

5 files changed

+35
-8
lines changed

clients/google-api-services-tagmanager/v1/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Tag Manager API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

clients/google-api-services-tagmanager/v2/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-tagmanager</artifactId>
25-
<version>v2-rev20240701-2.0.0</version>
25+
<version>v2-rev20241204-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-tagmanager:v2-rev20240701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tagmanager:v2-rev20241204-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-tagmanager/v2/2.0.0/com/google/api/services/tagmanager/model/GalleryReference.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ public final class GalleryReference extends com.google.api.client.json.GenericJs
6666
@com.google.api.client.util.Key
6767
private java.lang.String signature;
6868

69+
/**
70+
* The developer id of the community gallery template. This value is set whenever the template is
71+
* created from the gallery.
72+
* The value may be {@code null}.
73+
*/
74+
@com.google.api.client.util.Key
75+
private java.lang.String templateDeveloperId;
76+
6977
/**
7078
* The version of the community gallery template.
7179
* The value may be {@code null}.
@@ -160,6 +168,25 @@ public GalleryReference setSignature(java.lang.String signature) {
160168
return this;
161169
}
162170

171+
/**
172+
* The developer id of the community gallery template. This value is set whenever the template is
173+
* created from the gallery.
174+
* @return value or {@code null} for none
175+
*/
176+
public java.lang.String getTemplateDeveloperId() {
177+
return templateDeveloperId;
178+
}
179+
180+
/**
181+
* The developer id of the community gallery template. This value is set whenever the template is
182+
* created from the gallery.
183+
* @param templateDeveloperId templateDeveloperId or {@code null} for none
184+
*/
185+
public GalleryReference setTemplateDeveloperId(java.lang.String templateDeveloperId) {
186+
this.templateDeveloperId = templateDeveloperId;
187+
return this;
188+
}
189+
163190
/**
164191
* The version of the community gallery template.
165192
* @return value or {@code null} for none

clients/google-api-services-tagmanager/v2/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-tagmanager</artifactId>
11-
<version>v2-rev20240701-2.0.0</version>
12-
<name>Tag Manager API v2-rev20240701-2.0.0</name>
11+
<version>v2-rev20241204-2.0.0</version>
12+
<name>Tag Manager API v2-rev20241204-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Tag Manager API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

clients/google-api-services-tagmanager/v2/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-tagmanager</artifactId>
25-
<version>v2-rev20240701-2.0.0</version>
25+
<version>v2-rev20241204-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-tagmanager:v2-rev20240701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tagmanager:v2-rev20241204-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)