Resource

object Resource extends GeneratedMessageCompanion[Resource] with JavaProtoSupport[Resource, Resource]
Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[Resource, Resource]
trait GeneratedMessageCompanion[Resource]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)
final case
class AnnotationsEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[AnnotationsEntry]
Companion
object
object AnnotationsEntry extends GeneratedMessageCompanion[AnnotationsEntry]
Companion
class
@SerialVersionUID(0L)
final case
class LabelsEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[LabelsEntry]
Companion
object
object LabelsEntry extends GeneratedMessageCompanion[LabelsEntry]
Companion
class
implicit
class ResourceLens[UpperPB](_l: Lens[UpperPB, Resource]) extends ObjectLens[UpperPB, Resource]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def fromJavaProto(javaPbSource: Resource): Resource
def javaDescriptor: Descriptor
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(service: String, name: String, `type`: String, labels: Map[String, String], uid: String, annotations: Map[String, String], displayName: String, createTime: Option[Timestamp], updateTime: Option[Timestamp], deleteTime: Option[Timestamp], etag: String, location: String): Resource
def parseFrom(`_input__`: CodedInputStream): Resource
def scalaDescriptor: Descriptor
def toJavaProto(scalaPbSource: Resource): Resource

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from
GeneratedMessageCompanion
def fromAscii(s: String): Resource
Inherited from
GeneratedMessageCompanion
def merge(a: Resource, input: CodedInputStream): Resource

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

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

Inherited from
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Resource]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[Resource]
Inherited from
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): Resource
Inherited from
GeneratedMessageCompanion
def parseFrom(input: InputStream): Resource
Inherited from
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Resource]
Inherited from
GeneratedMessageCompanion
def toByteArray(a: Resource): Array[Byte]
Inherited from
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[Resource]
Inherited from
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, Resource]
Inherited from
GeneratedMessageCompanion

Concrete fields

final
final
final
final
final
final
lazy
val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit
def ResourceLens[UpperPB](_l: Lens[UpperPB, Resource]): ResourceLens[UpperPB]
implicit
def messageCompanion: GeneratedMessageCompanion[Resource] & JavaProtoSupport[Resource, Resource]
implicit