Class: Google::Cloud::ApigeeRegistry::V1::OperationMetadata

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

Overview

Represents the metadata of the long-running operation.

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::String

Returns API version used to start the operation.

Returns:

  • (::String)

    API version used to start the operation.



85
86
87
88
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 85

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

#cancellation_requested::Boolean

Returns 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 of 1, corresponding to Code.CANCELLED.

Returns:

  • (::Boolean)

    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 of 1, corresponding to Code.CANCELLED.



85
86
87
88
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 85

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

#create_time::Google::Protobuf::Timestamp

Returns The time the operation was created.

Returns:



85
86
87
88
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 85

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

#end_time::Google::Protobuf::Timestamp

Returns The time the operation finished running.

Returns:



85
86
87
88
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 85

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

#status_message::String

Returns Human-readable status of the operation, if any.

Returns:

  • (::String)

    Human-readable status of the operation, if any.



85
86
87
88
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 85

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

#target::String

Returns Server-defined resource path for the target of the operation.

Returns:

  • (::String)

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



85
86
87
88
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 85

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

#verb::String

Returns Name of the verb executed by the operation.

Returns:

  • (::String)

    Name of the verb executed by the operation.



85
86
87
88
# File 'proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb', line 85

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