public final class Page extends com.google.protobuf.GeneratedMessageV3 implements PageOrBuilder
A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. For each flow, you define many pages, where your combined pages can handle a complete conversation on the topics the flow is designed for. At any given moment, exactly one page is the current page, the current page is considered active, and the flow associated with that page is considered active. Every flow has a special start page. When a flow initially becomes active, the start page page becomes the current page. For each conversational turn, the current page will either stay the same or transition to another page. You configure each page to collect information from the end-user that is relevant for the conversational state represented by the page. For more information, see the [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).Protobuf type
google.cloud.dialogflow.cx.v3.Page| Modifier and Type | Class and Description |
|---|---|
static class |
Page.Builder
A Dialogflow CX conversation (session) can be described and visualized as a
state machine.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
ENTRY_FULFILLMENT_FIELD_NUMBER |
static int |
EVENT_HANDLERS_FIELD_NUMBER |
static int |
FORM_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
TRANSITION_ROUTE_GROUPS_FIELD_NUMBER |
static int |
TRANSITION_ROUTES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Page |
getDefaultInstance() |
Page |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
Fulfillment |
getEntryFulfillment()
The fulfillment to call when the session is entering the page.
|
FulfillmentOrBuilder |
getEntryFulfillmentOrBuilder()
The fulfillment to call when the session is entering the page.
|
EventHandler |
getEventHandlers(int index)
Handlers associated with the page to handle events such as webhook errors,
no match or no input.
|
int |
getEventHandlersCount()
Handlers associated with the page to handle events such as webhook errors,
no match or no input.
|
List<EventHandler> |
getEventHandlersList()
Handlers associated with the page to handle events such as webhook errors,
no match or no input.
|
EventHandlerOrBuilder |
getEventHandlersOrBuilder(int index)
Handlers associated with the page to handle events such as webhook errors,
no match or no input.
|
List<? extends EventHandlerOrBuilder> |
getEventHandlersOrBuilderList()
Handlers associated with the page to handle events such as webhook errors,
no match or no input.
|
Form |
getForm()
The form associated with the page, used for collecting parameters
relevant to the page.
|
FormOrBuilder |
getFormOrBuilder()
The form associated with the page, used for collecting parameters
relevant to the page.
|
String |
getName()
The unique identifier of the page.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique identifier of the page.
|
com.google.protobuf.Parser<Page> |
getParserForType() |
int |
getSerializedSize() |
String |
getTransitionRouteGroups(int index)
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page.
|
com.google.protobuf.ByteString |
getTransitionRouteGroupsBytes(int index)
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page.
|
int |
getTransitionRouteGroupsCount()
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page.
|
com.google.protobuf.ProtocolStringList |
getTransitionRouteGroupsList()
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page.
|
TransitionRoute |
getTransitionRoutes(int index)
A list of transitions for the transition rules of this page.
|
int |
getTransitionRoutesCount()
A list of transitions for the transition rules of this page.
|
List<TransitionRoute> |
getTransitionRoutesList()
A list of transitions for the transition rules of this page.
|
TransitionRouteOrBuilder |
getTransitionRoutesOrBuilder(int index)
A list of transitions for the transition rules of this page.
|
List<? extends TransitionRouteOrBuilder> |
getTransitionRoutesOrBuilderList()
A list of transitions for the transition rules of this page.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEntryFulfillment()
The fulfillment to call when the session is entering the page.
|
boolean |
hasForm()
The form associated with the page, used for collecting parameters
relevant to the page.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Page.Builder |
newBuilder() |
static Page.Builder |
newBuilder(Page prototype) |
Page.Builder |
newBuilderForType() |
protected Page.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Page |
parseDelimitedFrom(InputStream input) |
static Page |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Page |
parseFrom(byte[] data) |
static Page |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Page |
parseFrom(ByteBuffer data) |
static Page |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Page |
parseFrom(com.google.protobuf.ByteString data) |
static Page |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Page |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Page |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Page |
parseFrom(InputStream input) |
static Page |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Page> |
parser() |
Page.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int ENTRY_FULFILLMENT_FIELD_NUMBER
public static final int FORM_FIELD_NUMBER
public static final int TRANSITION_ROUTE_GROUPS_FIELD_NUMBER
public static final int TRANSITION_ROUTES_FIELD_NUMBER
public static final int EVENT_HANDLERS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The unique identifier of the page. Required for the [Pages.UpdatePage][google.cloud.dialogflow.cx.v3.Pages.UpdatePage] method. [Pages.CreatePage][google.cloud.dialogflow.cx.v3.Pages.CreatePage] populates the name automatically. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string name = 1;getName in interface PageOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The unique identifier of the page. Required for the [Pages.UpdatePage][google.cloud.dialogflow.cx.v3.Pages.UpdatePage] method. [Pages.CreatePage][google.cloud.dialogflow.cx.v3.Pages.CreatePage] populates the name automatically. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`.
string name = 1;getNameBytes in interface PageOrBuilderpublic String getDisplayName()
Required. The human-readable name of the page, unique within the flow.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface PageOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. The human-readable name of the page, unique within the flow.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface PageOrBuilderpublic boolean hasEntryFulfillment()
The fulfillment to call when the session is entering the page.
.google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;hasEntryFulfillment in interface PageOrBuilderpublic Fulfillment getEntryFulfillment()
The fulfillment to call when the session is entering the page.
.google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;getEntryFulfillment in interface PageOrBuilderpublic FulfillmentOrBuilder getEntryFulfillmentOrBuilder()
The fulfillment to call when the session is entering the page.
.google.cloud.dialogflow.cx.v3.Fulfillment entry_fulfillment = 7;getEntryFulfillmentOrBuilder in interface PageOrBuilderpublic boolean hasForm()
The form associated with the page, used for collecting parameters relevant to the page.
.google.cloud.dialogflow.cx.v3.Form form = 4;hasForm in interface PageOrBuilderpublic Form getForm()
The form associated with the page, used for collecting parameters relevant to the page.
.google.cloud.dialogflow.cx.v3.Form form = 4;getForm in interface PageOrBuilderpublic FormOrBuilder getFormOrBuilder()
The form associated with the page, used for collecting parameters relevant to the page.
.google.cloud.dialogflow.cx.v3.Form form = 4;getFormOrBuilder in interface PageOrBuilderpublic com.google.protobuf.ProtocolStringList getTransitionRouteGroupsList()
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page. Transition route groups must be unique within a page.
* If multiple transition routes within a page scope refer to the same
intent, then the precedence order is: page's transition route -> page's
transition route group -> flow's transition routes.
* If multiple transition route groups within a page contain the same
intent, then the first group in the ordered list takes precedence.
Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`.
repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
getTransitionRouteGroupsList in interface PageOrBuilderpublic int getTransitionRouteGroupsCount()
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page. Transition route groups must be unique within a page.
* If multiple transition routes within a page scope refer to the same
intent, then the precedence order is: page's transition route -> page's
transition route group -> flow's transition routes.
* If multiple transition route groups within a page contain the same
intent, then the first group in the ordered list takes precedence.
Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`.
repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
getTransitionRouteGroupsCount in interface PageOrBuilderpublic String getTransitionRouteGroups(int index)
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page. Transition route groups must be unique within a page.
* If multiple transition routes within a page scope refer to the same
intent, then the precedence order is: page's transition route -> page's
transition route group -> flow's transition routes.
* If multiple transition route groups within a page contain the same
intent, then the first group in the ordered list takes precedence.
Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`.
repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
getTransitionRouteGroups in interface PageOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTransitionRouteGroupsBytes(int index)
Ordered list of [`TransitionRouteGroups`][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] associated
with the page. Transition route groups must be unique within a page.
* If multiple transition routes within a page scope refer to the same
intent, then the precedence order is: page's transition route -> page's
transition route group -> flow's transition routes.
* If multiple transition route groups within a page contain the same
intent, then the first group in the ordered list takes precedence.
Format:`projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/transitionRouteGroups/<TransitionRouteGroup ID>`.
repeated string transition_route_groups = 11 [(.google.api.resource_reference) = { ... }
getTransitionRouteGroupsBytes in interface PageOrBuilderindex - The index of the value to return.public List<TransitionRoute> getTransitionRoutesList()
A list of transitions for the transition rules of this page.
They route the conversation to another page in the same flow, or another
flow.
When we are in a certain page, the TransitionRoutes are evalauted in the
following order:
* TransitionRoutes defined in the page with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with intent
specified.
* TransitionRoutes defined in flow with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups] with intent
specified.
* TransitionRoutes defined in the page with only condition specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with only
condition specified.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;getTransitionRoutesList in interface PageOrBuilderpublic List<? extends TransitionRouteOrBuilder> getTransitionRoutesOrBuilderList()
A list of transitions for the transition rules of this page.
They route the conversation to another page in the same flow, or another
flow.
When we are in a certain page, the TransitionRoutes are evalauted in the
following order:
* TransitionRoutes defined in the page with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with intent
specified.
* TransitionRoutes defined in flow with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups] with intent
specified.
* TransitionRoutes defined in the page with only condition specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with only
condition specified.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;getTransitionRoutesOrBuilderList in interface PageOrBuilderpublic int getTransitionRoutesCount()
A list of transitions for the transition rules of this page.
They route the conversation to another page in the same flow, or another
flow.
When we are in a certain page, the TransitionRoutes are evalauted in the
following order:
* TransitionRoutes defined in the page with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with intent
specified.
* TransitionRoutes defined in flow with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups] with intent
specified.
* TransitionRoutes defined in the page with only condition specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with only
condition specified.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;getTransitionRoutesCount in interface PageOrBuilderpublic TransitionRoute getTransitionRoutes(int index)
A list of transitions for the transition rules of this page.
They route the conversation to another page in the same flow, or another
flow.
When we are in a certain page, the TransitionRoutes are evalauted in the
following order:
* TransitionRoutes defined in the page with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with intent
specified.
* TransitionRoutes defined in flow with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups] with intent
specified.
* TransitionRoutes defined in the page with only condition specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with only
condition specified.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;getTransitionRoutes in interface PageOrBuilderpublic TransitionRouteOrBuilder getTransitionRoutesOrBuilder(int index)
A list of transitions for the transition rules of this page.
They route the conversation to another page in the same flow, or another
flow.
When we are in a certain page, the TransitionRoutes are evalauted in the
following order:
* TransitionRoutes defined in the page with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with intent
specified.
* TransitionRoutes defined in flow with intent specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Flow.transition_route_groups] with intent
specified.
* TransitionRoutes defined in the page with only condition specified.
* TransitionRoutes defined in the
[transition route groups][google.cloud.dialogflow.cx.v3.Page.transition_route_groups] with only
condition specified.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 9;getTransitionRoutesOrBuilder in interface PageOrBuilderpublic List<EventHandler> getEventHandlersList()
Handlers associated with the page to handle events such as webhook errors, no match or no input.
repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;getEventHandlersList in interface PageOrBuilderpublic List<? extends EventHandlerOrBuilder> getEventHandlersOrBuilderList()
Handlers associated with the page to handle events such as webhook errors, no match or no input.
repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;getEventHandlersOrBuilderList in interface PageOrBuilderpublic int getEventHandlersCount()
Handlers associated with the page to handle events such as webhook errors, no match or no input.
repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;getEventHandlersCount in interface PageOrBuilderpublic EventHandler getEventHandlers(int index)
Handlers associated with the page to handle events such as webhook errors, no match or no input.
repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;getEventHandlers in interface PageOrBuilderpublic EventHandlerOrBuilder getEventHandlersOrBuilder(int index)
Handlers associated with the page to handle events such as webhook errors, no match or no input.
repeated .google.cloud.dialogflow.cx.v3.EventHandler event_handlers = 10;getEventHandlersOrBuilder in interface PageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Page parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Page parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Page parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Page parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Page parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Page parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Page parseFrom(InputStream input) throws IOException
IOExceptionpublic static Page parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Page parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Page parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Page parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Page parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Page.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Page.Builder newBuilder()
public static Page.Builder newBuilder(Page prototype)
public Page.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Page.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Page getDefaultInstance()
public static com.google.protobuf.Parser<Page> parser()
public com.google.protobuf.Parser<Page> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Page getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.