| Modifier and Type | Method and Description |
|---|---|
Session |
Session.Builder.build() |
Session |
Session.Builder.buildPartial() |
static Session |
Session.getDefaultInstance() |
Session |
Session.getDefaultInstanceForType() |
Session |
Session.Builder.getDefaultInstanceForType() |
Session |
CreateSessionRequest.getSession()
The session to create.
|
Session |
CreateSessionRequest.Builder.getSession()
The session to create.
|
Session |
CreateSessionRequestOrBuilder.getSession()
The session to create.
|
Session |
ListSessionsResponse.getSessions(int index)
The list of requested sessions.
|
Session |
ListSessionsResponse.Builder.getSessions(int index)
The list of requested sessions.
|
Session |
ListSessionsResponseOrBuilder.getSessions(int index)
The list of requested sessions.
|
static Session |
Session.parseDelimitedFrom(InputStream input) |
static Session |
Session.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
Session.parseFrom(byte[] data) |
static Session |
Session.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
Session.parseFrom(ByteBuffer data) |
static Session |
Session.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
Session.parseFrom(com.google.protobuf.ByteString data) |
static Session |
Session.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
Session.parseFrom(com.google.protobuf.CodedInputStream input) |
static Session |
Session.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
Session.parseFrom(InputStream input) |
static Session |
Session.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Session> |
Session.getParserForType() |
List<Session> |
ListSessionsResponse.getSessionsList()
The list of requested sessions.
|
List<Session> |
ListSessionsResponse.Builder.getSessionsList()
The list of requested sessions.
|
List<Session> |
ListSessionsResponseOrBuilder.getSessionsList()
The list of requested sessions.
|
static com.google.protobuf.Parser<Session> |
Session.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListSessionsResponse.Builder |
ListSessionsResponse.Builder.addSessions(int index,
Session value)
The list of requested sessions.
|
ListSessionsResponse.Builder |
ListSessionsResponse.Builder.addSessions(Session value)
The list of requested sessions.
|
Session.Builder |
Session.Builder.mergeFrom(Session other) |
CreateSessionRequest.Builder |
CreateSessionRequest.Builder.mergeSession(Session value)
The session to create.
|
static Session.Builder |
Session.newBuilder(Session prototype) |
CreateSessionRequest.Builder |
CreateSessionRequest.Builder.setSession(Session value)
The session to create.
|
ListSessionsResponse.Builder |
ListSessionsResponse.Builder.setSessions(int index,
Session value)
The list of requested sessions.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsResponse.Builder |
ListSessionsResponse.Builder.addAllSessions(Iterable<? extends Session> values)
The list of requested sessions.
|
Copyright © 2019 Google LLC. All rights reserved.