public interface CreateSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase()
Required.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
Required.
|
Session |
getSession()
The session to create.
|
SessionOrBuilder |
getSessionOrBuilder()
The session to create.
|
boolean |
hasSession()
The session to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatabase()
Required. The database in which the new session is created.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDatabaseBytes()
Required. The database in which the new session is created.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSession()
The session to create.
.google.spanner.v1.Session session = 2;Session getSession()
The session to create.
.google.spanner.v1.Session session = 2;SessionOrBuilder getSessionOrBuilder()
The session to create.
.google.spanner.v1.Session session = 2;Copyright © 2021 Google LLC. All rights reserved.