nl.topicus.jdbc.shaded.com.google.spanner.v1.GetSessionRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/spanner/v1/spanner.proto
package nl.topicus.jdbc.shaded.com.google.spanner.v1;
public interface GetSessionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.spanner.v1.GetSessionRequest)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The name of the session to retrieve.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* Required. The name of the session to retrieve.
*
*
* string name = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes();
}