com.google.cloud.audit.AuthenticationInfoOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/audit/audit_log.proto
package com.google.cloud.audit;
public interface AuthenticationInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.audit.AuthenticationInfo)
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;
*/
com.google.protobuf.ByteString
getPrincipalEmailBytes();
}