Skip to content

Commit 8ff6d89

Browse files
1 parent 1ab3704 commit 8ff6d89

File tree

4 files changed

+27
-15
lines changed

4 files changed

+27
-15
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-rev20250417-2.0.0</version>
25+
<version>v1-rev20250427-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-rev20250417-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250427-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: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ 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+
4248
/**
4349
* Whether the item is selected by default. If the selection input only accepts one value (such as
4450
* for radio buttons or a dropdown menu), only set this field for one item.
@@ -48,9 +54,6 @@ public final class GoogleAppsCardV1SelectionItem extends com.google.api.client.j
4854
private java.lang.Boolean selected;
4955

5056
/**
51-
* For multiselect menus, the URL for the icon displayed next to the item's `text` field. Supports
52-
* PNG and JPEG files. Must be an `HTTPS` URL. For example,
53-
* `https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png`.
5457
* The value may be {@code null}.
5558
*/
5659
@com.google.api.client.util.Key
@@ -91,6 +94,21 @@ public GoogleAppsCardV1SelectionItem setBottomText(java.lang.String bottomText)
9194
return this;
9295
}
9396

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+
94112
/**
95113
* Whether the item is selected by default. If the selection input only accepts one value (such as
96114
* for radio buttons or a dropdown menu), only set this field for one item.
@@ -111,19 +129,13 @@ public GoogleAppsCardV1SelectionItem setSelected(java.lang.Boolean selected) {
111129
}
112130

113131
/**
114-
* For multiselect menus, the URL for the icon displayed next to the item's `text` field. Supports
115-
* PNG and JPEG files. Must be an `HTTPS` URL. For example,
116-
* `https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png`.
117132
* @return value or {@code null} for none
118133
*/
119134
public java.lang.String getStartIconUri() {
120135
return startIconUri;
121136
}
122137

123138
/**
124-
* For multiselect menus, the URL for the icon displayed next to the item's `text` field. Supports
125-
* PNG and JPEG files. Must be an `HTTPS` URL. For example,
126-
* `https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png`.
127139
* @param startIconUri startIconUri or {@code null} for none
128140
*/
129141
public GoogleAppsCardV1SelectionItem setStartIconUri(java.lang.String startIconUri) {

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-rev20250417-2.0.0</version>
12-
<name>Google Chat API v1-rev20250417-2.0.0</name>
11+
<version>v1-rev20250427-2.0.0</version>
12+
<name>Google Chat API v1-rev20250427-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-rev20250417-2.0.0</version>
25+
<version>v1-rev20250427-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-rev20250417-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250427-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)