public static interface Action.FlowStateUpdate.PageStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()The display name of the page.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The display name of the page.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getPage()
public abstract String getPage() The ID of the page.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>.
string page = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The page. |
getPageBytes()
public abstract ByteString getPageBytes() The ID of the page.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>.
string page = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for page. |
getStatus()
public abstract String getStatus()The status of the page.
string status = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The status. |
getStatusBytes()
public abstract ByteString getStatusBytes()The status of the page.
string status = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for status. |