| Package | Description |
|---|---|
| com.google.api.services.chat.v1 | |
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Users.Sections.Create |
HangoutsChat.Users.Sections.create(String parent,
GoogleChatV1Section content)
[Developer Preview](https://developers.google.com/workspace/preview): Creates a section in Google
Chat.
|
HangoutsChat.Users.Sections.Patch |
HangoutsChat.Users.Sections.patch(String name,
GoogleChatV1Section content)
[Developer Preview](https://developers.google.com/workspace/preview): Updates a section.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleChatV1Section content)
[Developer Preview](https://developers.google.com/workspace/preview): Creates a section in
Google Chat.
|
Patch(String name,
GoogleChatV1Section content)
[Developer Preview](https://developers.google.com/workspace/preview): Updates a section.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleChatV1Section |
GoogleChatV1Section.clone() |
GoogleChatV1Section |
PositionSectionResponse.getSection()
The updated section.
|
GoogleChatV1Section |
GoogleChatV1Section.set(String fieldName,
Object value) |
GoogleChatV1Section |
GoogleChatV1Section.setDisplayName(String displayName)
Optional.
|
GoogleChatV1Section |
GoogleChatV1Section.setName(String name)
Identifier.
|
GoogleChatV1Section |
GoogleChatV1Section.setSortOrder(Integer sortOrder)
Output only.
|
GoogleChatV1Section |
GoogleChatV1Section.setType(String type)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleChatV1Section> |
ListSectionsResponse.getSections()
The sections from the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
PositionSectionResponse |
PositionSectionResponse.setSection(GoogleChatV1Section section)
The updated section.
|
| Modifier and Type | Method and Description |
|---|---|
ListSectionsResponse |
ListSectionsResponse.setSections(List<GoogleChatV1Section> sections)
The sections from the specified user.
|
Copyright © 2011–2026 Google. All rights reserved.