public interface PanelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The display name of the panel.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the panel.
|
String |
getPanelId()
Required.
|
com.google.protobuf.ByteString |
getPanelIdBytes()
Required.
|
int |
getPanelPosition()
The ordered position of the panel, if shown to the user with other panels.
|
int |
getTotalPanels()
The total number of panels, including this one, shown to the user.
|
boolean |
hasPanelPosition()
The ordered position of the panel, if shown to the user with other panels.
|
boolean |
hasTotalPanels()
The total number of panels, including this one, shown to the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPanelId()
Required. The panel ID.
string panel_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPanelIdBytes()
Required. The panel ID.
string panel_id = 2 [(.google.api.field_behavior) = REQUIRED];String getDisplayName()
The display name of the panel.
string display_name = 3;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the panel.
string display_name = 3;boolean hasPanelPosition()
The ordered position of the panel, if shown to the user with other panels. If set, then [total_panels][google.cloud.discoveryengine.v1alpha.PanelInfo.total_panels] must also be set.
optional int32 panel_position = 4;int getPanelPosition()
The ordered position of the panel, if shown to the user with other panels. If set, then [total_panels][google.cloud.discoveryengine.v1alpha.PanelInfo.total_panels] must also be set.
optional int32 panel_position = 4;boolean hasTotalPanels()
The total number of panels, including this one, shown to the user. Must be set if [panel_position][google.cloud.discoveryengine.v1alpha.PanelInfo.panel_position] is set.
optional int32 total_panels = 5;int getTotalPanels()
The total number of panels, including this one, shown to the user. Must be set if [panel_position][google.cloud.discoveryengine.v1alpha.PanelInfo.panel_position] is set.
optional int32 total_panels = 5;Copyright © 2024 Google LLC. All rights reserved.