All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.audit.AuthenticationInfoOrBuilder Maven / Gradle / Ivy

// 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.proto4pingcap.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.proto4pingcap.ByteString getPrincipalEmailBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy