OperationMetadata

com.google.cloud.memcache.v1.cloud_memcache.OperationMetadata
See theOperationMetadata companion object
final case class OperationMetadata(createTime: Option[Timestamp], endTime: Option[Timestamp], target: String, verb: String, statusDetail: String, cancelRequested: Boolean, apiVersion: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[OperationMetadata]

Represents the metadata of a long-running operation.

Value parameters

apiVersion

Output only. API version used to start the operation.

cancelRequested

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.

createTime

Output only. Time when the operation was created.

endTime

Output only. Time when the operation finished running.

statusDetail

Output only. Human-readable status of the operation, if any.

target

Output only. Server-defined resource path for the target of the operation.

verb

Output only. Name of the verb executed by the operation.

Attributes

Companion
object
Source
OperationMetadata.scala
Graph
Supertypes
trait Updatable[OperationMetadata]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
OperationMetadata.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
OperationMetadata.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
OperationMetadata.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
OperationMetadata.scala
def withApiVersion(`__v`: String): OperationMetadata

Attributes

Source
OperationMetadata.scala
def withCancelRequested(`__v`: Boolean): OperationMetadata

Attributes

Source
OperationMetadata.scala
def withStatusDetail(`__v`: String): OperationMetadata

Attributes

Source
OperationMetadata.scala
def withTarget(`__v`: String): OperationMetadata

Attributes

Source
OperationMetadata.scala
def withUnknownFields(`__v`: UnknownFieldSet): OperationMetadata

Attributes

Source
OperationMetadata.scala
def withVerb(`__v`: String): OperationMetadata

Attributes

Source
OperationMetadata.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
OperationMetadata.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala