BindingDelta

com.google.iam.v1.policy.BindingDelta
See theBindingDelta companion object
final case class BindingDelta(action: Action, role: String, member: String, condition: Option[Expr], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[BindingDelta]

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

Attributes

action

The action that was performed on a Binding. Required

condition

The condition that is associated with this binding.

member

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

role

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

Companion:
object
Source:
BindingDelta.scala
Graph
Supertypes
trait Updatable[BindingDelta]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
BindingDelta.scala

Attributes

Source:
BindingDelta.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source:
BindingDelta.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source:
BindingDelta.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
BindingDelta.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns:

human-readable representation of this message.

Source:
BindingDelta.scala

Attributes

Source:
BindingDelta.scala

Attributes

Source:
BindingDelta.scala

Attributes

Source:
BindingDelta.scala

Attributes

Source:
BindingDelta.scala
def withUnknownFields(`__v`: UnknownFieldSet): BindingDelta

Attributes

Source:
BindingDelta.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source:
BindingDelta.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
def update(ms: Lens[BindingDelta, BindingDelta] => () => BindingDelta*): A

Attributes

Inherited from:
Updatable
Source:
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala