Class Action.FlowStateUpdate.PageState (0.89.0)

public static final class Action.FlowStateUpdate.PageState extends GeneratedMessageV3 implements Action.FlowStateUpdate.PageStateOrBuilder

Stores the state of a page and its flow.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Action.FlowStateUpdate.PageState

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Action.FlowStateUpdate.PageState

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

PAGE_FIELD_NUMBER

public static final int PAGE_FIELD_NUMBER
Field Value
Type Description
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Action.FlowStateUpdate.PageState getDefaultInstance()
Returns
Type Description
Action.FlowStateUpdate.PageState

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Action.FlowStateUpdate.PageState.Builder newBuilder()
Returns
Type Description
Action.FlowStateUpdate.PageState.Builder

newBuilder(Action.FlowStateUpdate.PageState prototype)

public static Action.FlowStateUpdate.PageState.Builder newBuilder(Action.FlowStateUpdate.PageState prototype)
Parameter
Name Description
prototype Action.FlowStateUpdate.PageState
Returns
Type Description
Action.FlowStateUpdate.PageState.Builder

parseDelimitedFrom(InputStream input)

public static Action.FlowStateUpdate.PageState parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.FlowStateUpdate.PageState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Action.FlowStateUpdate.PageState parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Action.FlowStateUpdate.PageState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Action.FlowStateUpdate.PageState parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Action.FlowStateUpdate.PageState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Action.FlowStateUpdate.PageState parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.FlowStateUpdate.PageState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Action.FlowStateUpdate.PageState parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.FlowStateUpdate.PageState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Action.FlowStateUpdate.PageState parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Action.FlowStateUpdate.PageState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.FlowStateUpdate.PageState
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Action.FlowStateUpdate.PageState> parser()
Returns
Type Description
Parser<PageState>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Action.FlowStateUpdate.PageState getDefaultInstanceForType()
Returns
Type Description
Action.FlowStateUpdate.PageState

getDisplayName()

public String getDisplayName()

The display name of the page.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the page.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getPage()

public 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 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.

getParserForType()

public Parser<Action.FlowStateUpdate.PageState> getParserForType()
Returns
Type Description
Parser<PageState>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStatus()

public String getStatus()

The status of the page.

string status = 3;

Returns
Type Description
String

The status.

getStatusBytes()

public ByteString getStatusBytes()

The status of the page.

string status = 3;

Returns
Type Description
ByteString

The bytes for status.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Action.FlowStateUpdate.PageState.Builder newBuilderForType()
Returns
Type Description
Action.FlowStateUpdate.PageState.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Action.FlowStateUpdate.PageState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Action.FlowStateUpdate.PageState.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Action.FlowStateUpdate.PageState.Builder toBuilder()
Returns
Type Description
Action.FlowStateUpdate.PageState.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException