com.google.cloud.audit.AuthorizationInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-common-protos Show documentation
Show all versions of proto-google-common-protos Show documentation
PROTO library for proto-google-common-protos
// 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.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;
*/
com.google.protobuf.ByteString
getResourceBytes();
/**
*
* The required IAM permission.
*
*
* string permission = 2;
*/
java.lang.String getPermission();
/**
*
* The required IAM permission.
*
*
* string permission = 2;
*/
com.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