| Modifier and Type | Method and Description |
|---|---|
PanelInfo |
PanelInfo.Builder.build() |
PanelInfo |
PanelInfo.Builder.buildPartial() |
static PanelInfo |
PanelInfo.getDefaultInstance() |
PanelInfo |
PanelInfo.getDefaultInstanceForType() |
PanelInfo |
PanelInfo.Builder.getDefaultInstanceForType() |
PanelInfo |
UserEvent.getPanel()
Panel metadata associated with this user event.
|
PanelInfo |
UserEvent.Builder.getPanel()
Panel metadata associated with this user event.
|
PanelInfo |
UserEventOrBuilder.getPanel()
Panel metadata associated with this user event.
|
PanelInfo |
UserEvent.getPanels(int index)
Optional.
|
PanelInfo |
UserEvent.Builder.getPanels(int index)
Optional.
|
PanelInfo |
UserEventOrBuilder.getPanels(int index)
Optional.
|
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(ByteBuffer data) |
static PanelInfo |
PanelInfo.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<PanelInfo> |
UserEvent.getPanelsList()
Optional.
|
List<PanelInfo> |
UserEvent.Builder.getPanelsList()
Optional.
|
List<PanelInfo> |
UserEventOrBuilder.getPanelsList()
Optional.
|
com.google.protobuf.Parser<PanelInfo> |
PanelInfo.getParserForType() |
static com.google.protobuf.Parser<PanelInfo> |
PanelInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
UserEvent.Builder |
UserEvent.Builder.addPanels(int index,
PanelInfo value)
Optional.
|
UserEvent.Builder |
UserEvent.Builder.addPanels(PanelInfo value)
Optional.
|
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.
|
UserEvent.Builder |
UserEvent.Builder.setPanels(int index,
PanelInfo value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
UserEvent.Builder |
UserEvent.Builder.addAllPanels(Iterable<? extends PanelInfo> values)
Optional.
|
Copyright © 2025 Google LLC. All rights reserved.