Class: Google::Cloud::Spanner::Admin::Instance::V1::ListInstanceConfigOperationsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

The response for ListInstanceConfigOperations.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns next_page_token can be sent in a subsequent ListInstanceConfigOperations call to fetch more of the matching metadata.

Returns:



575
576
577
578
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 575

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

#operations::Array<::Google::Longrunning::Operation>

Returns The list of matching instance config [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the instance config's name. The operation's metadata field type metadata.type_url describes the type of the metadata.

Returns:

  • (::Array<::Google::Longrunning::Operation>)

    The list of matching instance config [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the instance config's name. The operation's metadata field type metadata.type_url describes the type of the metadata.



575
576
577
578
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 575

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