Class: Google::Cloud::NetworkManagement::V1::OperationMetadata

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

Overview

Metadata describing an Operation

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::String

Returns API version.

Returns:

  • (::String)

    API version.



167
168
169
170
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167

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

#cancel_requested::Boolean

Returns Specifies if cancellation was requested for the operation.

Returns:

  • (::Boolean)

    Specifies if cancellation was requested for the operation.



167
168
169
170
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167

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:



167
168
169
170
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167

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:



167
168
169
170
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167

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

#status_detail::String

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

Returns:

  • (::String)

    Human-readable status of the operation, if any.



167
168
169
170
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167

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

#target::String

Returns Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1.

Returns:

  • (::String)

    Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1



167
168
169
170
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167

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.



167
168
169
170
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167

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