Class BindingDelta

java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<BindingDelta,BindingDelta.Builder>
com.google.iam.v1.BindingDelta
All Implemented Interfaces:
BindingDeltaOrBuilder, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder

public final class BindingDelta extends com.google.protobuf.GeneratedMessageLite<BindingDelta,BindingDelta.Builder> implements BindingDeltaOrBuilder
 One delta entry for Binding. Each individual change (only one member in each
 entry) to a binding will be a separate entry.
 
Protobuf type google.iam.v1.BindingDelta
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    The type of action performed on a Binding in a policy.
    static final class 
    One delta entry for Binding.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
    The action that was performed on a Binding.
    int
    The action that was performed on a Binding.
    The condition that is associated with this binding.
     
    A single identity requesting access for a Google Cloud resource.
    com.google.protobuf.ByteString
    A single identity requesting access for a Google Cloud resource.
    Role that is assigned to `members`.
    com.google.protobuf.ByteString
    Role that is assigned to `members`.
    boolean
    The condition that is associated with this binding.
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<BindingDelta>
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

  • Method Details

    • getActionValue

      public int getActionValue()
       The action that was performed on a Binding.
       Required
       
      .google.iam.v1.BindingDelta.Action action = 1 [json_name = "action"];
      Specified by:
      getActionValue in interface BindingDeltaOrBuilder
      Returns:
      The enum numeric value on the wire for action.
    • getAction

      public BindingDelta.Action getAction()
       The action that was performed on a Binding.
       Required
       
      .google.iam.v1.BindingDelta.Action action = 1 [json_name = "action"];
      Specified by:
      getAction in interface BindingDeltaOrBuilder
      Returns:
      The action.
    • getRole

      public String getRole()
       Role that is assigned to `members`.
       For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
       Required
       
      string role = 2 [json_name = "role"];
      Specified by:
      getRole in interface BindingDeltaOrBuilder
      Returns:
      The role.
    • getRoleBytes

      public com.google.protobuf.ByteString getRoleBytes()
       Role that is assigned to `members`.
       For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
       Required
       
      string role = 2 [json_name = "role"];
      Specified by:
      getRoleBytes in interface BindingDeltaOrBuilder
      Returns:
      The bytes for role.
    • getMember

      public String getMember()
       A single identity requesting access for a Google Cloud resource.
       Follows the same format of Binding.members.
       Required
       
      string member = 3 [json_name = "member"];
      Specified by:
      getMember in interface BindingDeltaOrBuilder
      Returns:
      The member.
    • getMemberBytes

      public com.google.protobuf.ByteString getMemberBytes()
       A single identity requesting access for a Google Cloud resource.
       Follows the same format of Binding.members.
       Required
       
      string member = 3 [json_name = "member"];
      Specified by:
      getMemberBytes in interface BindingDeltaOrBuilder
      Returns:
      The bytes for member.
    • hasCondition

      public boolean hasCondition()
       The condition that is associated with this binding.
       
      .google.type.Expr condition = 4 [json_name = "condition"];
      Specified by:
      hasCondition in interface BindingDeltaOrBuilder
      Returns:
      Whether the condition field is set.
    • getCondition

      public Expr getCondition()
       The condition that is associated with this binding.
       
      .google.type.Expr condition = 4 [json_name = "condition"];
      Specified by:
      getCondition in interface BindingDeltaOrBuilder
      Returns:
      The condition.
    • parseFrom

      public static BindingDelta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BindingDelta parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BindingDelta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BindingDelta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BindingDelta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BindingDelta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BindingDelta parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BindingDelta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BindingDelta parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BindingDelta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BindingDelta parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BindingDelta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static BindingDelta.Builder newBuilder()
    • newBuilder

      public static BindingDelta.Builder newBuilder(BindingDelta prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<BindingDelta,BindingDelta.Builder>
    • getDefaultInstance

      public static BindingDelta getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<BindingDelta> parser()