final case class BindingDelta(action: Action = ..., role: String = "", member: String = "", condition: Option[Expr] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[BindingDelta] with Product with Serializable

One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.

action

The action that was performed on a Binding. Required

role

Role that is assigned to members. For example, roles/viewer, roles/editor, or roles/owner. Required

member

A single identity requesting access for a Cloud Platform resource. Follows the same format of Binding.members. Required

condition

The condition that is associated with this binding.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[BindingDelta], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BindingDelta
  2. Product
  3. Equals
  4. Updatable
  5. GeneratedMessage
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BindingDelta(action: Action = ..., role: String = "", member: String = "", condition: Option[Expr] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)

    action

    The action that was performed on a Binding. Required

    role

    Role that is assigned to members. For example, roles/viewer, roles/editor, or roles/owner. Required

    member

    A single identity requesting access for a Cloud Platform resource. Follows the same format of Binding.members. Required

    condition

    The condition that is associated with this binding.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val action: Action
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearCondition: BindingDelta
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def companion: BindingDelta.type
    Definition Classes
    BindingDelta → GeneratedMessage
  9. val condition: Option[Expr]
  10. def discardUnknownFields: BindingDelta
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getCondition: Expr
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    BindingDelta → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    BindingDelta → GeneratedMessage
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val member: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val role: String
  23. def serializedSize: Int
    Definition Classes
    BindingDelta → GeneratedMessage
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  26. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  27. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  28. def toProtoString: String
    Definition Classes
    BindingDelta → GeneratedMessage
  29. val unknownFields: UnknownFieldSet
  30. def update(ms: (Lens[BindingDelta, BindingDelta]) ⇒ Mutation[BindingDelta]*): BindingDelta
    Definition Classes
    Updatable
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def withAction(__v: Action): BindingDelta
  35. def withCondition(__v: Expr): BindingDelta
  36. def withMember(__v: String): BindingDelta
  37. def withRole(__v: String): BindingDelta
  38. def withUnknownFields(__v: UnknownFieldSet): BindingDelta
  39. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  40. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    BindingDelta → GeneratedMessage
  41. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[BindingDelta]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped