Cloud Functions V1 API - Class Google::Cloud::Functions::V1::OperationMetadataV1 (v0.15.0)

Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::OperationMetadataV1.

Metadata describing an Operation

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#build_id

def build_id() -> ::String
Returns
  • (::String) — The Cloud Build ID of the function created or updated by an API call. This field is only populated for Create and Update operations.

#build_id=

def build_id=(value) -> ::String
Parameter
  • value (::String) — The Cloud Build ID of the function created or updated by an API call. This field is only populated for Create and Update operations.
Returns
  • (::String) — The Cloud Build ID of the function created or updated by an API call. This field is only populated for Create and Update operations.

#build_name

def build_name() -> ::String
Returns
  • (::String) — The Cloud Build Name of the function deployment. This field is only populated for Create and Update operations. projects/<project-number>/locations/<region>/builds/<build-id>.

#build_name=

def build_name=(value) -> ::String
Parameter
  • value (::String) — The Cloud Build Name of the function deployment. This field is only populated for Create and Update operations. projects/<project-number>/locations/<region>/builds/<build-id>.
Returns
  • (::String) — The Cloud Build Name of the function deployment. This field is only populated for Create and Update operations. projects/<project-number>/locations/<region>/builds/<build-id>.

#request

def request() -> ::Google::Protobuf::Any
Returns

#request=

def request=(value) -> ::Google::Protobuf::Any
Parameter
Returns

#source_token

def source_token() -> ::String
Returns
  • (::String) — An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.

#source_token=

def source_token=(value) -> ::String
Parameter
  • value (::String) — An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
Returns
  • (::String) — An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.

#target

def target() -> ::String
Returns
  • (::String) — Target of the operation - for example projects/project-1/locations/region-1/functions/function-1

#target=

def target=(value) -> ::String
Parameter
  • value (::String) — Target of the operation - for example projects/project-1/locations/region-1/functions/function-1
Returns
  • (::String) — Target of the operation - for example projects/project-1/locations/region-1/functions/function-1

#type

def type() -> ::Google::Cloud::Functions::V1::OperationType
Returns

#type=

def type=(value) -> ::Google::Cloud::Functions::V1::OperationType
Parameter
Returns

#update_time

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

#update_time=

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

#version_id

def version_id() -> ::Integer
Returns
  • (::Integer) — Version id of the function created or updated by an API call. This field is only populated for Create and Update operations.

#version_id=

def version_id=(value) -> ::Integer
Parameter
  • value (::Integer) — Version id of the function created or updated by an API call. This field is only populated for Create and Update operations.
Returns
  • (::Integer) — Version id of the function created or updated by an API call. This field is only populated for Create and Update operations.