nl.topicus.jdbc.shaded.com.google.cloud.audit.AuthenticationInfoOrBuilder 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/cloud/audit/audit_log.proto
package nl.topicus.jdbc.shaded.com.google.cloud.audit;
public interface AuthenticationInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.audit.AuthenticationInfo)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The email address of the authenticated user making the request.
*
*
* string principal_email = 1;
*/
java.lang.String getPrincipalEmail();
/**
*
* The email address of the authenticated user making the request.
*
*
* string principal_email = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getPrincipalEmailBytes();
}