Uses of Class
com.google.cloud.discoveryengine.v1beta.PageInfo
-
Packages that use PageInfo Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of PageInfo in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return PageInfo Modifier and Type Method Description PageInfo
PageInfo.Builder. build()
PageInfo
PageInfo.Builder. buildPartial()
static PageInfo
PageInfo. getDefaultInstance()
PageInfo
PageInfo.Builder. getDefaultInstanceForType()
PageInfo
PageInfo. getDefaultInstanceForType()
PageInfo
UserEvent.Builder. getPageInfo()
Page metadata such as categories and other critical information for certain event types such as `view-category-page`.PageInfo
UserEvent. getPageInfo()
Page metadata such as categories and other critical information for certain event types such as `view-category-page`.PageInfo
UserEventOrBuilder. getPageInfo()
Page metadata such as categories and other critical information for certain event types such as `view-category-page`.static PageInfo
PageInfo. parseDelimitedFrom(InputStream input)
static PageInfo
PageInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PageInfo
PageInfo. parseFrom(byte[] data)
static PageInfo
PageInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PageInfo
PageInfo. parseFrom(com.google.protobuf.ByteString data)
static PageInfo
PageInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PageInfo
PageInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static PageInfo
PageInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PageInfo
PageInfo. parseFrom(InputStream input)
static PageInfo
PageInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PageInfo
PageInfo. parseFrom(ByteBuffer data)
static PageInfo
PageInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1beta that return types with arguments of type PageInfo Modifier and Type Method Description com.google.protobuf.Parser<PageInfo>
PageInfo. getParserForType()
static com.google.protobuf.Parser<PageInfo>
PageInfo. parser()
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type PageInfo Modifier and Type Method Description PageInfo.Builder
PageInfo.Builder. mergeFrom(PageInfo other)
UserEvent.Builder
UserEvent.Builder. mergePageInfo(PageInfo value)
Page metadata such as categories and other critical information for certain event types such as `view-category-page`.static PageInfo.Builder
PageInfo. newBuilder(PageInfo prototype)
UserEvent.Builder
UserEvent.Builder. setPageInfo(PageInfo value)
Page metadata such as categories and other critical information for certain event types such as `view-category-page`.
-