nl.topicus.jdbc.shaded.com.google.iam.v1.PolicyDeltaOrBuilder 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 nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/iam/v1/policy.proto
package nl.topicus.jdbc.shaded.com.google.iam.v1;
public interface PolicyDeltaOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.iam.v1.PolicyDelta)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The delta for Bindings between two policies.
*
*
* repeated .google.iam.v1.BindingDelta binding_deltas = 1;
*/
java.util.List
getBindingDeltasList();
/**
*
* The delta for Bindings between two policies.
*
*
* repeated .google.iam.v1.BindingDelta binding_deltas = 1;
*/
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDelta getBindingDeltas(int index);
/**
*
* The delta for Bindings between two policies.
*
*
* repeated .google.iam.v1.BindingDelta binding_deltas = 1;
*/
int getBindingDeltasCount();
/**
*
* The delta for Bindings between two policies.
*
*
* repeated .google.iam.v1.BindingDelta binding_deltas = 1;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDeltaOrBuilder>
getBindingDeltasOrBuilderList();
/**
*
* The delta for Bindings between two policies.
*
*
* repeated .google.iam.v1.BindingDelta binding_deltas = 1;
*/
nl.topicus.jdbc.shaded.com.google.iam.v1.BindingDeltaOrBuilder getBindingDeltasOrBuilder(
int index);
}