nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDeltaOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/iam/v1/policy.proto
package nl.topicus.jdbc.shaded.com.google.iam.v1;
public interface BindingDeltaOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.iam.v1.BindingDelta)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
int getActionValue();
/**
*
* The action that was performed on a Binding.
* Required
*
*
* .google.iam.v1.BindingDelta.Action action = 1;
*/
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta.Action getAction();
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
java.lang.String getRole();
/**
*
* Role that is assigned to `members`.
* For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
* Required
*
*
* string role = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getRoleBytes();
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
java.lang.String getMember();
/**
*
* A single identity requesting access for a Cloud Platform resource.
* Follows the same format of Binding.members.
* Required
*
*
* string member = 3;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getMemberBytes();
}