Index
WorkspaceStudioService(interface)FireTriggerRequest(message)FireTriggerResponse(message)ResourceData(message)TextFormat(message)TextFormat.Chip(message)TextFormat.Icon(message)TextFormat.TextFormatElement(message)TextFormat.TextFormatElement.Hyperlink(message)TextFormat.TextFormatElement.ListContainer(message)TextFormat.TextFormatElement.ListContainer.ListItem(message)TextFormat.TextFormatElement.ListContainer.ListType(enum)TextFormat.TextFormatElement.StyledText(message)TextFormat.TextFormatElement.StyledText.FontWeight(enum)TextFormat.TextFormatElement.StyledText.Style(enum)TextFormat.TextFormatElement.StyledText.WrapStyle(enum)VariableData(message)
WorkspaceStudioService
The Workspace Studio service.
| FireTrigger |
|---|
|
Notifies Google that a trigger event has occurred.
|
FireTriggerRequest
The request message for the FireTrigger method.
| Fields | |
|---|---|
name |
Required. The resource name of the trigger. Format: triggers/{trigger_id} |
outputs |
Optional. The output variables from the trigger event in the 3P application. |
log |
Optional. Optional user facing log for the trigger event. |
request_id |
Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a |
FireTriggerResponse
This type has no fields.
The response message for the FireTrigger method.
ResourceData
Application specific resource value.
| Fields | |
|---|---|
fields |
A map of the resource fields keyed by the field name. |
TextFormat
A block of text with rich formatting options including styles, hyperlinks, and interactive elements.
| Fields | |
|---|---|
text_format_elements[] |
Optional. A collection of text format elements. |
Chip
A clickable chip in the text format.
| Fields | |
|---|---|
icon |
Optional. The icon displayed in the chip. |
label |
Optional. The text displayed in the chip. |
url |
Optional. The URL to navigate to when the chip is clicked. |
Icon
An icon in the chip.
| Fields | |
|---|---|
Union field icons. The icon displayed in the chip. icons can be only one of the following: |
|
icon_url |
Display a custom icon hosted at an HTTPS URL. For example: Supported file types include |
material_icon |
The icon name defined in the Google Material Icon, for example, |
TextFormatElement
A single element within a WorkflowTextFormatMarkup message, which can be a chip, styled text, a hyperlink, or a list container.
| Fields | |
|---|---|
Union field element. Element that represents one of several possible text format elements. element can be only one of the following: |
|
text |
Text in the text format. |
chip |
Clickable chip in the text format. |
styled_text |
Styled text in the text format. |
hyperlink |
Hyperlink in the text format. |
list_container |
List container in the text format. |
Hyperlink
Hyperlink element with text and link.
| Fields | |
|---|---|
link |
Required. The destination URL of the hyperlink. |
text |
Required. The text of the hyperlink. |
ListContainer
Container for list items, where each list item can contain multiple TextFormatElement's.
| Fields | |
|---|---|
list_nest_level |
Optional. The nest level of the list. Starts from 0 for the top level, and increases by 1 for each nested list. |
list_type |
Optional. The type of the list. |
list_items[] |
Optional. A collection of list items. |
ListItem
A list item.
| Fields | |
|---|---|
text_format_elements[] |
Optional. A collection of text format elements. |
ListType
Enum for different list types.
| Enums | |
|---|---|
LIST_TYPE_UNSPECIFIED |
No list type specified. |
ORDERED |
Ordered list. |
UNORDERED |
Unordered list. |
StyledText
Text element with styles such as bold, italic and color.
| Fields | |
|---|---|
text |
Optional. The main content of the text. |
styles[] |
Optional. A collection of styles applied to the text. |
font_weight |
Optional. The font weight of the text. |
color |
Optional. The color of the text. |
wrap_style |
Optional. The wrap style of the text. |
FontWeight
Enum for different font weights.
| Enums | |
|---|---|
FONT_WEIGHT_UNSPECIFIED |
Standard weight with normal thickness. |
LIGHT |
Lighter weight with reduced thickness. |
MEDIUM |
Intermediate weight between light and bold. |
BOLD |
Heavier weight with increased thickness. |
Style
Enum for different text styles such as italic, underline, etc.
| Enums | |
|---|---|
STYLE_UNSPECIFIED |
No style applied. |
ITALIC |
Italic style. |
UNDERLINE |
Underline style. |
STRIKETHROUGH |
Strikethrough style. |
LINE_BREAK |
Line break. |
UPPERCASE |
Uppercase style. |
CODE |
Code. |
CODE_BLOCK |
Code block. |
WrapStyle
Enum for different wrap styles.
| Enums | |
|---|---|
WRAP_STYLE_UNSPECIFIED |
No wrap style specified. |
NO_WRAP |
No wrap style. |
VariableData
Represents variable data, which can hold multiple values of different types.
| Fields | |
|---|---|
boolean_values[] |
Boolean values. |
integer_values[] |
Integer values. |
string_values[] |
String values. |
timestamp_values[] |
Timestamp values. |
resource_references[] |
A list of resource IDs (e.g. "spaces/123"). |
resource_data_values[] |
A list of resource data. |
email_address_values[] |
Email address values. |
users[] |
Google user values in the format |