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

nl.topicus.jdbc.shaded.com.google.iam.v1.PolicyDeltaOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// 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 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy