| Modifier and Type | Method and Description |
|---|---|
EventInput |
EventInput.Builder.build() |
EventInput |
EventInput.Builder.buildPartial() |
static EventInput |
EventInput.getDefaultInstance() |
EventInput |
EventInput.getDefaultInstanceForType() |
EventInput |
EventInput.Builder.getDefaultInstanceForType() |
EventInput |
QueryInputOrBuilder.getEvent()
The event to be processed.
|
EventInput |
QueryInput.getEvent()
The event to be processed.
|
EventInput |
QueryInput.Builder.getEvent()
The event to be processed.
|
EventInput |
WebhookResponseOrBuilder.getFollowupEventInput()
Optional.
|
EventInput |
WebhookResponse.getFollowupEventInput()
Optional.
|
EventInput |
WebhookResponse.Builder.getFollowupEventInput()
Optional.
|
static EventInput |
EventInput.parseDelimitedFrom(InputStream input) |
static EventInput |
EventInput.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(byte[] data) |
static EventInput |
EventInput.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(ByteBuffer data) |
static EventInput |
EventInput.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(com.google.protobuf.ByteString data) |
static EventInput |
EventInput.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventInput |
EventInput.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(InputStream input) |
static EventInput |
EventInput.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<EventInput> |
EventInput.getParserForType() |
static com.google.protobuf.Parser<EventInput> |
EventInput.parser() |
| Modifier and Type | Method and Description |
|---|---|
QueryInput.Builder |
QueryInput.Builder.mergeEvent(EventInput value)
The event to be processed.
|
WebhookResponse.Builder |
WebhookResponse.Builder.mergeFollowupEventInput(EventInput value)
Optional.
|
EventInput.Builder |
EventInput.Builder.mergeFrom(EventInput other) |
static EventInput.Builder |
EventInput.newBuilder(EventInput prototype) |
QueryInput.Builder |
QueryInput.Builder.setEvent(EventInput value)
The event to be processed.
|
WebhookResponse.Builder |
WebhookResponse.Builder.setFollowupEventInput(EventInput value)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.