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

lightstep.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 lightstep.lightstep.lightstep.com.google.cloud.audit;

public interface AuthorizationInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.audit.AuthorizationInfo)
    lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy