Class: Google::Cloud::VpcAccess::V1::OperationMetadata

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

Overview

Metadata for google.longrunning.Operation.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when the operation was created.

Returns:



178
179
180
181
# File 'proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb', line 178

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

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when the operation completed.

Returns:



178
179
180
181
# File 'proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb', line 178

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

#method::String (readonly)

Returns Output only. Method that initiated the operation e.g. google.cloud.vpcaccess.v1.Connectors.CreateConnector.

Returns:

  • (::String)

    Output only. Method that initiated the operation e.g. google.cloud.vpcaccess.v1.Connectors.CreateConnector.



178
179
180
181
# File 'proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb', line 178

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

#target::String (readonly)

Returns Output only. Name of the resource that this operation is acting on e.g. projects/my-project/locations/us-central1/connectors/v1.

Returns:

  • (::String)

    Output only. Name of the resource that this operation is acting on e.g. projects/my-project/locations/us-central1/connectors/v1.



178
179
180
181
# File 'proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb', line 178

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