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

com.google.cloud.audit.AuthorizationInfoOrBuilder 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 AuthorizationInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.audit.AuthorizationInfo)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The resource being accessed, as a REST-style string. For example:
   *     bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
   * 
* * string resource = 1; */ java.lang.String getResource(); /** *
   * The resource being accessed, as a REST-style string. For example:
   *     bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
   * 
* * string resource = 1; */ com.google.proto4pingcap.ByteString getResourceBytes(); /** *
   * The required IAM permission.
   * 
* * string permission = 2; */ java.lang.String getPermission(); /** *
   * The required IAM permission.
   * 
* * string permission = 2; */ com.google.proto4pingcap.ByteString getPermissionBytes(); /** *
   * Whether or not authorization for `resource` and `permission`
   * was granted.
   * 
* * bool granted = 3; */ boolean getGranted(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy