object MethodOptions extends GeneratedMessageCompanion[MethodOptions] with JavaProtoSupport[MethodOptions, DescriptorProtos.MethodOptions]

Linear Supertypes
JavaProtoSupport[MethodOptions, DescriptorProtos.MethodOptions], GeneratedMessageCompanion[MethodOptions], Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodOptions
  2. JavaProtoSupport
  3. GeneratedMessageCompanion
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class IdempotencyLevel 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.

  2. implicit class MethodOptionsLens[UpperPB] extends ObjectLens[UpperPB, MethodOptions]
  3. type ValueType = MethodOptions
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final val DEPRECATED_FIELD_NUMBER: Int(33)
  2. final val FEATURES_FIELD_NUMBER: Int(35)
  3. final val IDEMPOTENCY_LEVEL_FIELD_NUMBER: Int(34)
  4. final val UNINTERPRETED_OPTION_FIELD_NUMBER: Int(999)
  5. lazy val defaultInstance: MethodOptions
  6. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  7. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  8. def fromAscii(s: String): MethodOptions
    Definition Classes
    GeneratedMessageCompanion
  9. def fromJavaProto(javaPbSource: DescriptorProtos.MethodOptions): MethodOptions
    Definition Classes
    MethodOptionsJavaProtoSupport
  10. def javaDescriptor: Descriptor

    Returns the Java descriptors for this message.

    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.

    Definition Classes
    MethodOptionsGeneratedMessageCompanion
  11. 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.

    Definition Classes
    GeneratedMessageCompanion
  12. implicit def messageCompanion: GeneratedMessageCompanion[MethodOptions] with JavaProtoSupport[MethodOptions, DescriptorProtos.MethodOptions]
  13. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  14. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  15. implicit def messageReads: Reads[MethodOptions]
  16. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  17. def of(deprecated: scala.Option[Boolean], idempotencyLevel: scala.Option[IdempotencyLevel], features: scala.Option[FeatureSet], uninterpretedOption: Seq[UninterpretedOption]): MethodOptions
  18. def parseDelimitedFrom(input: InputStream): scala.Option[MethodOptions]
    Definition Classes
    GeneratedMessageCompanion
  19. def parseDelimitedFrom(input: CodedInputStream): scala.Option[MethodOptions]
    Definition Classes
    GeneratedMessageCompanion
  20. def parseFrom(_input__: CodedInputStream): MethodOptions

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

    Definition Classes
    MethodOptionsGeneratedMessageCompanion
  21. def parseFrom(s: Array[Byte]): MethodOptions
    Definition Classes
    GeneratedMessageCompanion
  22. def parseFrom(input: InputStream): MethodOptions
    Definition Classes
    GeneratedMessageCompanion
  23. def scalaDescriptor: Descriptor
  24. def streamFromDelimitedInput(input: InputStream): Stream[MethodOptions]
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @nowarn()
  25. def toByteArray(a: MethodOptions): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  26. def toJavaProto(scalaPbSource: MethodOptions): DescriptorProtos.MethodOptions
    Definition Classes
    MethodOptionsJavaProtoSupport
  27. def validate(s: Array[Byte]): Try[MethodOptions]
    Definition Classes
    GeneratedMessageCompanion
  28. def validateAscii(s: String): Either[TextFormatError, MethodOptions]
    Definition Classes
    GeneratedMessageCompanion
  29. object IdempotencyLevel extends GeneratedEnumCompanion[IdempotencyLevel]