Uses of Class
com.google.cloud.discoveryengine.v1beta.PanelInfo
-
Packages that use PanelInfo Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of PanelInfo in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return PanelInfo Modifier and Type Method Description PanelInfo
PanelInfo.Builder. build()
PanelInfo
PanelInfo.Builder. buildPartial()
static PanelInfo
PanelInfo. getDefaultInstance()
PanelInfo
PanelInfo.Builder. getDefaultInstanceForType()
PanelInfo
PanelInfo. getDefaultInstanceForType()
PanelInfo
UserEvent.Builder. getPanel()
Panel metadata associated with this user event.PanelInfo
UserEvent. getPanel()
Panel metadata associated with this user event.PanelInfo
UserEventOrBuilder. getPanel()
Panel metadata associated with this user event.static PanelInfo
PanelInfo. parseDelimitedFrom(InputStream input)
static PanelInfo
PanelInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PanelInfo
PanelInfo. parseFrom(byte[] data)
static PanelInfo
PanelInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PanelInfo
PanelInfo. parseFrom(com.google.protobuf.ByteString data)
static PanelInfo
PanelInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PanelInfo
PanelInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static PanelInfo
PanelInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PanelInfo
PanelInfo. parseFrom(InputStream input)
static PanelInfo
PanelInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PanelInfo
PanelInfo. parseFrom(ByteBuffer data)
static PanelInfo
PanelInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1beta that return types with arguments of type PanelInfo Modifier and Type Method Description com.google.protobuf.Parser<PanelInfo>
PanelInfo. getParserForType()
static com.google.protobuf.Parser<PanelInfo>
PanelInfo. parser()
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type PanelInfo Modifier and Type Method Description PanelInfo.Builder
PanelInfo.Builder. mergeFrom(PanelInfo other)
UserEvent.Builder
UserEvent.Builder. mergePanel(PanelInfo value)
Panel metadata associated with this user event.static PanelInfo.Builder
PanelInfo. newBuilder(PanelInfo prototype)
UserEvent.Builder
UserEvent.Builder. setPanel(PanelInfo value)
Panel metadata associated with this user event.
-