OperationMetadata

com.google.cloud.datastream.v1.datastream.OperationMetadata
See theOperationMetadata companion object
final case class OperationMetadata(createTime: Option[Timestamp], endTime: Option[Timestamp], target: String, verb: String, statusMessage: String, requestedCancellation: Boolean, apiVersion: String, validationResult: Option[ValidationResult], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[OperationMetadata]

Represents the metadata of the long-running operation.

Attributes

apiVersion

Output only. API version used to start the operation.

createTime

Output only. The time the operation was created.

endTime

Output only. The time the operation finished running.

requestedCancellation

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.

statusMessage

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

target

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

validationResult

Output only. Results of executed validations if there are any.

verb

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

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

Members list

Concise view

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

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 withUnknownFields(`__v`: UnknownFieldSet): 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

Attributes

Inherited from:
Product

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