ServiceAccountDelegationInfo

com.google.cloud.audit.audit_log.ServiceAccountDelegationInfo$
See theServiceAccountDelegationInfo companion class
object ServiceAccountDelegationInfo extends GeneratedMessageCompanion[ServiceAccountDelegationInfo]

Attributes

Companion:
class
Source:
ServiceAccountDelegationInfo.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ServiceAccountDelegationInfo]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Authority

Attributes

Companion:
trait
Source:
ServiceAccountDelegationInfo.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Authority extends GeneratedOneof

Attributes

Companion:
object
Source:
ServiceAccountDelegationInfo.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
final case class FirstPartyPrincipal(principalEmail: String, serviceMetadata: Option[Struct], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[FirstPartyPrincipal]

First party identity principal.

First party identity principal.

Attributes

principalEmail

The email address of a Google account.

serviceMetadata

Metadata about the service that uses the service account.

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

Attributes

Companion:
class
Source:
ServiceAccountDelegationInfo.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FirstPartyPrincipal]
trait Serializable
class Object
trait Matchable
class Any
Self type
implicit class ServiceAccountDelegationInfoLens[UpperPB](_l: Lens[UpperPB, ServiceAccountDelegationInfo]) extends ObjectLens[UpperPB, ServiceAccountDelegationInfo]

Attributes

Source:
ServiceAccountDelegationInfo.scala
Graph
Supertypes
class ObjectLens[UpperPB, ServiceAccountDelegationInfo]
trait Lens[UpperPB, ServiceAccountDelegationInfo]
trait Serializable
class Object
trait Matchable
class Any
final case class ThirdPartyPrincipal(thirdPartyClaims: Option[Struct], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ThirdPartyPrincipal]

Third party identity principal.

Third party identity principal.

Attributes

thirdPartyClaims

Metadata about third party identity.

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

Attributes

Companion:
class
Source:
ServiceAccountDelegationInfo.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ThirdPartyPrincipal]
trait Serializable
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source:
ServiceAccountDelegationInfo.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(principalSubject: String, authority: Authority): ServiceAccountDelegationInfo
def parseFrom(`_input__`: CodedInputStream): ServiceAccountDelegationInfo

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source:
ServiceAccountDelegationInfo.scala
def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def merge(a: ServiceAccountDelegationInfo, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

Implicits