App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::OperationMetadataV1 (v0.6.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::OperationMetadataV1.

Metadata for the given google.longrunning.Operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_version_metadata

def create_version_metadata() -> ::Google::Cloud::AppEngine::V1::CreateVersionMetadataV1

#create_version_metadata=

def create_version_metadata=(value) -> ::Google::Cloud::AppEngine::V1::CreateVersionMetadataV1

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#ephemeral_message

def ephemeral_message() -> ::String
Returns
  • (::String) — Ephemeral message that may change every time the operation is polled.

#ephemeral_message=

def ephemeral_message=(value) -> ::String
Parameter
  • value (::String) — Ephemeral message that may change every time the operation is polled.
Returns
  • (::String) — Ephemeral message that may change every time the operation is polled.

#insert_time

def insert_time() -> ::Google::Protobuf::Timestamp
Returns

#insert_time=

def insert_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#method

def method() -> ::String
Returns
  • (::String) — API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.

#method=

def method=(value) -> ::String
Parameter
  • value (::String) — API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.
Returns
  • (::String) — API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.

#target

def target() -> ::String
Returns
  • (::String) — Name of the resource that this operation is acting on. Example: apps/myapp/services/default.

#target=

def target=(value) -> ::String
Parameter
  • value (::String) — Name of the resource that this operation is acting on. Example: apps/myapp/services/default.
Returns
  • (::String) — Name of the resource that this operation is acting on. Example: apps/myapp/services/default.

#user

def user() -> ::String
Returns
  • (::String) — User who requested this operation.

#user=

def user=(value) -> ::String
Parameter
  • value (::String) — User who requested this operation.
Returns
  • (::String) — User who requested this operation.

#warning

def warning() -> ::Array<::String>
Returns
  • (::Array<::String>) — Durable messages that persist on every operation poll.

#warning=

def warning=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Durable messages that persist on every operation poll.
Returns
  • (::Array<::String>) — Durable messages that persist on every operation poll.