| Modifier and Type | Method and Description |
|---|---|
SessionInfo |
SessionInfo.Builder.build() |
SessionInfo |
SessionInfo.Builder.buildPartial() |
static SessionInfo |
SessionInfo.getDefaultInstance() |
SessionInfo |
SessionInfo.getDefaultInstanceForType() |
SessionInfo |
SessionInfo.Builder.getDefaultInstanceForType() |
SessionInfo |
WebhookResponseOrBuilder.getSessionInfo()
Information about session status.
|
SessionInfo |
WebhookRequestOrBuilder.getSessionInfo()
Information about session status.
|
SessionInfo |
WebhookRequest.getSessionInfo()
Information about session status.
|
SessionInfo |
WebhookRequest.Builder.getSessionInfo()
Information about session status.
|
SessionInfo |
WebhookResponse.getSessionInfo()
Information about session status.
|
SessionInfo |
WebhookResponse.Builder.getSessionInfo()
Information about session status.
|
static SessionInfo |
SessionInfo.parseDelimitedFrom(InputStream input) |
static SessionInfo |
SessionInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionInfo |
SessionInfo.parseFrom(byte[] data) |
static SessionInfo |
SessionInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionInfo |
SessionInfo.parseFrom(ByteBuffer data) |
static SessionInfo |
SessionInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionInfo |
SessionInfo.parseFrom(com.google.protobuf.ByteString data) |
static SessionInfo |
SessionInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionInfo |
SessionInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static SessionInfo |
SessionInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SessionInfo |
SessionInfo.parseFrom(InputStream input) |
static SessionInfo |
SessionInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SessionInfo> |
SessionInfo.getParserForType() |
static com.google.protobuf.Parser<SessionInfo> |
SessionInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
SessionInfo.Builder |
SessionInfo.Builder.mergeFrom(SessionInfo other) |
WebhookRequest.Builder |
WebhookRequest.Builder.mergeSessionInfo(SessionInfo value)
Information about session status.
|
WebhookResponse.Builder |
WebhookResponse.Builder.mergeSessionInfo(SessionInfo value)
Information about session status.
|
static SessionInfo.Builder |
SessionInfo.newBuilder(SessionInfo prototype) |
WebhookRequest.Builder |
WebhookRequest.Builder.setSessionInfo(SessionInfo value)
Information about session status.
|
WebhookResponse.Builder |
WebhookResponse.Builder.setSessionInfo(SessionInfo value)
Information about session status.
|
Copyright © 2022 Google LLC. All rights reserved.