Binding

com.google.iam.v1.policy.Binding
See theBinding companion object
final case class Binding(role: String, members: Seq[String], condition: Option[Expr], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Binding]

Associates members with a role.

Attributes

condition

The condition that is associated with this binding. NOTE: An unsatisfied condition will not allow user access via current binding. Different bindings, including their conditions, are examined independently.

members

Specifies the identities requesting access for a Cloud Platform resource. members can have the following values:

  • allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account.
  • allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account.
  • user:{emailid}: An email address that represents a specific Google account. For example, alice@example.com .
  • serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
  • group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
  • domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example, google.com or example.com.
role

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

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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Binding.scala
def addMembers(`__vs`: String*): Binding

Attributes

Source:
Binding.scala

Attributes

Source:
Binding.scala

Attributes

Source:
Binding.scala
def companion: Binding.type

Attributes

Source:
Binding.scala

Attributes

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

Attributes

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

Attributes

Source:
Binding.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
Binding.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:
Binding.scala

Attributes

Source:
Binding.scala

Attributes

Source:
Binding.scala
def withRole(`__v`: String): Binding

Attributes

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

Attributes

Source:
Binding.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:
Binding.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[Binding, Binding] => () => Binding*): 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