Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::ListInstanceConfigOperationsResponse.
The response for ListInstanceConfigOperations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — next_page_tokencan be sent in a subsequent ListInstanceConfigOperations call to fetch more of the matching metadata.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — next_page_tokencan be sent in a subsequent ListInstanceConfigOperations call to fetch more of the matching metadata.
    Returns
    
  - 
        (::String) — next_page_tokencan be sent in a subsequent ListInstanceConfigOperations call to fetch more of the matching metadata.
#operations
def operations() -> ::Array<::Google::Longrunning::Operation>
    Returns
    
  - 
        (::Array<::Google::Longrunning::Operation>) — The list of matching instance configuration long-running operations. Each
operation's name will be
prefixed by the name of the instance configuration. The operation's
metadata field type
metadata.type_urldescribes the type of the metadata.
#operations=
def operations=(value) -> ::Array<::Google::Longrunning::Operation>
    Parameter
    
  - 
        value (::Array<::Google::Longrunning::Operation>) — The list of matching instance configuration long-running operations. Each
operation's name will be
prefixed by the name of the instance configuration. The operation's
metadata field type
metadata.type_urldescribes the type of the metadata.
    Returns
    
- 
        (::Array<::Google::Longrunning::Operation>) — The list of matching instance configuration long-running operations. Each
operation's name will be
prefixed by the name of the instance configuration. The operation's
metadata field type
metadata.type_urldescribes the type of the metadata.