Skip to content

Commit 4e19b88

Browse files
1 parent c52c50f commit 4e19b88

File tree

13 files changed

+12
-846
lines changed

13 files changed

+12
-846
lines changed

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

clients/google-api-services-tagmanager/v1/2.0.0/com/google/api/services/tagmanager/model/ContainerVersion.java

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ public final class ContainerVersion extends com.google.api.client.json.GenericJs
7979
@com.google.api.client.util.Key
8080
private java.util.List<Folder> folder;
8181

82-
/**
83-
* The macros in the container that this version was taken from.
84-
* The value may be {@code null}.
85-
*/
86-
@com.google.api.client.util.Key
87-
private java.util.List<Macro> macro;
88-
8982
/**
9083
* Container version display name.
9184
* The value may be {@code null}.
@@ -100,13 +93,6 @@ public final class ContainerVersion extends com.google.api.client.json.GenericJs
10093
@com.google.api.client.util.Key
10194
private java.lang.String notes;
10295

103-
/**
104-
* The rules in the container that this version was taken from.
105-
* The value may be {@code null}.
106-
*/
107-
@com.google.api.client.util.Key
108-
private java.util.List<Rule> rule;
109-
11096
/**
11197
* The tags in the container that this version was taken from.
11298
* The value may be {@code null}.
@@ -249,23 +235,6 @@ public ContainerVersion setFolder(java.util.List<Folder> folder) {
249235
return this;
250236
}
251237

252-
/**
253-
* The macros in the container that this version was taken from.
254-
* @return value or {@code null} for none
255-
*/
256-
public java.util.List<Macro> getMacro() {
257-
return macro;
258-
}
259-
260-
/**
261-
* The macros in the container that this version was taken from.
262-
* @param macro macro or {@code null} for none
263-
*/
264-
public ContainerVersion setMacro(java.util.List<Macro> macro) {
265-
this.macro = macro;
266-
return this;
267-
}
268-
269238
/**
270239
* Container version display name.
271240
* @return value or {@code null} for none
@@ -300,23 +269,6 @@ public ContainerVersion setNotes(java.lang.String notes) {
300269
return this;
301270
}
302271

303-
/**
304-
* The rules in the container that this version was taken from.
305-
* @return value or {@code null} for none
306-
*/
307-
public java.util.List<Rule> getRule() {
308-
return rule;
309-
}
310-
311-
/**
312-
* The rules in the container that this version was taken from.
313-
* @param rule rule or {@code null} for none
314-
*/
315-
public ContainerVersion setRule(java.util.List<Rule> rule) {
316-
this.rule = rule;
317-
return this;
318-
}
319-
320272
/**
321273
* The tags in the container that this version was taken from.
322274
* @return value or {@code null} for none

clients/google-api-services-tagmanager/v1/2.0.0/com/google/api/services/tagmanager/model/ContainerVersionHeader.java

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,6 @@ public final class ContainerVersionHeader extends com.google.api.client.json.Gen
6464
@com.google.api.client.util.Key
6565
private java.lang.String name;
6666

67-
/**
68-
* Number of macros in the container version.
69-
* The value may be {@code null}.
70-
*/
71-
@com.google.api.client.util.Key
72-
private java.lang.String numMacros;
73-
74-
/**
75-
* Number of rules in the container version.
76-
* The value may be {@code null}.
77-
*/
78-
@com.google.api.client.util.Key
79-
private java.lang.String numRules;
80-
8167
/**
8268
* Number of tags in the container version.
8369
* The value may be {@code null}.
@@ -184,40 +170,6 @@ public ContainerVersionHeader setName(java.lang.String name) {
184170
return this;
185171
}
186172

187-
/**
188-
* Number of macros in the container version.
189-
* @return value or {@code null} for none
190-
*/
191-
public java.lang.String getNumMacros() {
192-
return numMacros;
193-
}
194-
195-
/**
196-
* Number of macros in the container version.
197-
* @param numMacros numMacros or {@code null} for none
198-
*/
199-
public ContainerVersionHeader setNumMacros(java.lang.String numMacros) {
200-
this.numMacros = numMacros;
201-
return this;
202-
}
203-
204-
/**
205-
* Number of rules in the container version.
206-
* @return value or {@code null} for none
207-
*/
208-
public java.lang.String getNumRules() {
209-
return numRules;
210-
}
211-
212-
/**
213-
* Number of rules in the container version.
214-
* @param numRules numRules or {@code null} for none
215-
*/
216-
public ContainerVersionHeader setNumRules(java.lang.String numRules) {
217-
this.numRules = numRules;
218-
return this;
219-
}
220-
221173
/**
222174
* Number of tags in the container version.
223175
* @return value or {@code null} for none

0 commit comments

Comments
 (0)