Service

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

Type members

Classlikes

implicit
class ServiceLens[UpperPB](_l: Lens[UpperPB, Service]) extends ObjectLens[UpperPB, Service]

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: Service): Service
def javaDescriptor: Descriptor
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(name: String, title: String, producerProjectId: String, id: String, apis: Seq[Api], types: Seq[Type], enums: Seq[Enum], documentation: Option[Documentation], backend: Option[Backend], http: Option[Http], quota: Option[Quota], authentication: Option[Authentication], context: Option[Context], usage: Option[Usage], endpoints: Seq[Endpoint], control: Option[Control], logs: Seq[LogDescriptor], metrics: Seq[MetricDescriptor], monitoredResources: Seq[MonitoredResourceDescriptor], billing: Option[Billing], logging: Option[Logging], monitoring: Option[Monitoring], systemParameters: Option[SystemParameters], sourceInfo: Option[SourceInfo], configVersion: Option[Int]): Service
def parseFrom(`_input__`: CodedInputStream): Service
def scalaDescriptor: Descriptor
def toJavaProto(scalaPbSource: Service): Service

Inherited methods

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

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[Service]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[Service]
Inherited from
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): Service
Inherited from
GeneratedMessageCompanion
def parseFrom(input: InputStream): Service
Inherited from
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Service]
Inherited from
GeneratedMessageCompanion
def toByteArray(a: Service): Array[Byte]
Inherited from
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[Service]
Inherited from
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, Service]
Inherited from
GeneratedMessageCompanion

Concrete fields

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

Implicits

Implicits

final implicit
def ServiceLens[UpperPB](_l: Lens[UpperPB, Service]): ServiceLens[UpperPB]
implicit
def messageCompanion: GeneratedMessageCompanion[Service] & JavaProtoSupport[Service, Service]
implicit
def messageReads: Reads[Service]