MethodSettings

com.google.api.client.MethodSettings$
See theMethodSettings companion class
object MethodSettings extends GeneratedMessageCompanion[MethodSettings]

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class LongRunning(initialPollDelay: Option[Duration], pollDelayMultiplier: Float, maxPollDelay: Option[Duration], totalPollTimeout: Option[Duration], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[LongRunning]

Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. Java).

Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. Java).

Attributes

initialPollDelay

Initial delay after which the first poll request will be made. Default value: 5 seconds.

maxPollDelay

Maximum time between two subsequent poll requests. Default value: 45 seconds.

pollDelayMultiplier

Multiplier to gradually increase delay between subsequent polls until it reaches max_poll_delay. Default value: 1.5.

totalPollTimeout

Total polling timeout. Default value: 5 minutes.

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

Attributes

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

Attributes

Source:
MethodSettings.scala
Graph
Supertypes
class ObjectLens[UpperPB, MethodSettings]
trait Lens[UpperPB, MethodSettings]
trait Serializable
class Object
trait Matchable
class Any

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[_]

Attributes

Source:
MethodSettings.scala
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:
MethodSettings.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source:
MethodSettings.scala
def of(selector: String, longRunning: Option[LongRunning]): MethodSettings

Attributes

Source:
MethodSettings.scala
def parseFrom(`_input__`: CodedInputStream): MethodSettings

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source:
MethodSettings.scala
def scalaDescriptor: Descriptor

Attributes

Source:
MethodSettings.scala

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: MethodSettings, 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

Concrete fields

Attributes

Source:
MethodSettings.scala

Attributes

Source:
MethodSettings.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source:
MethodSettings.scala

Implicits

Implicits

final implicit def MethodSettingsLens[UpperPB](_l: Lens[UpperPB, MethodSettings]): MethodSettingsLens[UpperPB]

Attributes

Source:
MethodSettings.scala
implicit def messageCompanion: GeneratedMessageCompanion[MethodSettings]

Attributes

Source:
MethodSettings.scala
implicit def messageReads: Reads[MethodSettings]

Attributes

Source:
MethodSettings.scala