MethodOptions

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[MethodOptions, MethodOptions]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

sealed abstract class IdempotencyLevel(val value: Int) extends GeneratedEnum

Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.

Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.

Companion
object
class MethodOptionsLens[UpperPB](_l: Lens[UpperPB, MethodOptions]) extends ObjectLens[UpperPB, MethodOptions]

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

Value members

Concrete methods

def fromJavaProto(javaPbSource: MethodOptions): MethodOptions
def javaDescriptor: Descriptor
def of(deprecated: Option[Boolean], idempotencyLevel: Option[IdempotencyLevel], uninterpretedOption: Seq[UninterpretedOption]): MethodOptions
def parseFrom(`_input__`: CodedInputStream): MethodOptions
def toJavaProto(scalaPbSource: MethodOptions): MethodOptions

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): MethodOptions
def merge(a: MethodOptions, input: CodedInputStream): MethodOptions

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 parseDelimitedFrom(input: InputStream): Option[MethodOptions]
def parseDelimitedFrom(input: CodedInputStream): Option[MethodOptions]
def parseFrom(s: Array[Byte]): MethodOptions
def parseFrom(input: InputStream): MethodOptions
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[MethodOptions]
def toByteArray(a: MethodOptions): Array[Byte]
def validate(s: Array[Byte]): Try[MethodOptions]