Class: Google::Cloud::Functions::V1::OperationMetadataV1

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/functions/v1/operations.rb

Overview

Metadata describing an Operation

Instance Attribute Summary collapse

Instance Attribute Details

#build_id::String

Returns 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.



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#build_name::String

Returns 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>.



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request::Google::Protobuf::Any

Returns The original request that started the operation.

Returns:



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_token::String

Returns 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.



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target::String

Returns 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



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Functions::V1::OperationType

Returns Type of operation.

Returns:



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp

Returns The last update timestamp of the operation.

Returns:



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version_id::Integer

Returns 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.



55
56
57
58
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55

class OperationMetadataV1
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end