Skip to content

Commit a215830

Browse files
1 parent 6326a81 commit a215830

File tree

4 files changed

+6
-27
lines changed

4 files changed

+6
-27
lines changed

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

clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1SelectionItem.java

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ public final class GoogleAppsCardV1SelectionItem extends com.google.api.client.j
3939
@com.google.api.client.util.Key
4040
private java.lang.String bottomText;
4141

42-
/**
43-
* The value may be {@code null}.
44-
*/
45-
@com.google.api.client.util.Key
46-
private GoogleAppsCardV1MaterialIcon materialIcon;
47-
4842
/**
4943
* Whether the item is selected by default. If the selection input only accepts one value (such as
5044
* for radio buttons or a dropdown menu), only set this field for one item.
@@ -94,21 +88,6 @@ public GoogleAppsCardV1SelectionItem setBottomText(java.lang.String bottomText)
9488
return this;
9589
}
9690

97-
/**
98-
* @return value or {@code null} for none
99-
*/
100-
public GoogleAppsCardV1MaterialIcon getMaterialIcon() {
101-
return materialIcon;
102-
}
103-
104-
/**
105-
* @param materialIcon materialIcon or {@code null} for none
106-
*/
107-
public GoogleAppsCardV1SelectionItem setMaterialIcon(GoogleAppsCardV1MaterialIcon materialIcon) {
108-
this.materialIcon = materialIcon;
109-
return this;
110-
}
111-
11291
/**
11392
* Whether the item is selected by default. If the selection input only accepts one value (such as
11493
* for radio buttons or a dropdown menu), only set this field for one item.

clients/google-api-services-chat/v1/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-chat</artifactId>
11-
<version>v1-rev20250508-2.0.0</version>
12-
<name>Google Chat API v1-rev20250508-2.0.0</name>
11+
<version>v1-rev20250516-2.0.0</version>
12+
<name>Google Chat API v1-rev20250516-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)