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, Updatable[BindingDelta]

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

Value parameters

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 Google Cloud 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

Attributes

Companion
object
Source
BindingDelta.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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
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 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

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

Attributes

Inherited from:
Updatable
Source
Lenses.scala

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala