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

nl.topicus.jdbc.shaded.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 nl.topicus.jdbc.shaded.com.google.cloud.audit;

public interface AuthorizationInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.audit.AuthorizationInfo)
    nl.topicus.jdbc.shaded.com.google.protobuf.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; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getResourceBytes(); /** *
   * The required IAM permission.
   * 
* * string permission = 2; */ java.lang.String getPermission(); /** *
   * The required IAM permission.
   * 
* * string permission = 2; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getPermissionBytes(); /** *
   * Whether or not authorization for `resource` and `permission`
   * was granted.
   * 
* * bool granted = 3; */ boolean getGranted(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy