Class PageInfo.FormInfo (0.52.0)

public static final class PageInfo.FormInfo extends GeneratedMessageV3 implements PageInfo.FormInfoOrBuilder

Represents form information.

Protobuf type google.cloud.dialogflow.cx.v3.PageInfo.FormInfo

Static Fields

PARAMETER_INFO_FIELD_NUMBER

public static final int PARAMETER_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PageInfo.FormInfo getDefaultInstance()
Returns
TypeDescription
PageInfo.FormInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PageInfo.FormInfo.Builder newBuilder()
Returns
TypeDescription
PageInfo.FormInfo.Builder

newBuilder(PageInfo.FormInfo prototype)

public static PageInfo.FormInfo.Builder newBuilder(PageInfo.FormInfo prototype)
Parameter
NameDescription
prototypePageInfo.FormInfo
Returns
TypeDescription
PageInfo.FormInfo.Builder

parseDelimitedFrom(InputStream input)

public static PageInfo.FormInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PageInfo.FormInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PageInfo.FormInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PageInfo.FormInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PageInfo.FormInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PageInfo.FormInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PageInfo.FormInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PageInfo.FormInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static PageInfo.FormInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PageInfo.FormInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static PageInfo.FormInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PageInfo.FormInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PageInfo.FormInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<PageInfo.FormInfo> parser()
Returns
TypeDescription
Parser<FormInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public PageInfo.FormInfo getDefaultInstanceForType()
Returns
TypeDescription
PageInfo.FormInfo

getParameterInfo(int index)

public PageInfo.FormInfo.ParameterInfo getParameterInfo(int index)

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PageInfo.FormInfo.ParameterInfo

getParameterInfoCount()

public int getParameterInfoCount()

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Returns
TypeDescription
int

getParameterInfoList()

public List<PageInfo.FormInfo.ParameterInfo> getParameterInfoList()

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Returns
TypeDescription
List<ParameterInfo>

getParameterInfoOrBuilder(int index)

public PageInfo.FormInfo.ParameterInfoOrBuilder getParameterInfoOrBuilder(int index)

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PageInfo.FormInfo.ParameterInfoOrBuilder

getParameterInfoOrBuilderList()

public List<? extends PageInfo.FormInfo.ParameterInfoOrBuilder> getParameterInfoOrBuilderList()

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfoOrBuilder>

getParserForType()

public Parser<PageInfo.FormInfo> getParserForType()
Returns
TypeDescription
Parser<FormInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public PageInfo.FormInfo.Builder newBuilderForType()
Returns
TypeDescription
PageInfo.FormInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PageInfo.FormInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
PageInfo.FormInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public PageInfo.FormInfo.Builder toBuilder()
Returns
TypeDescription
PageInfo.FormInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException