Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::spanner::InstanceAdminConnection::ListInstancesParams Struct Reference

Wrap the arguments for ListInstances(). More...

#include <google/cloud/spanner/instance_admin_connection.h>

Public Attributes

std::string project_id
 Query the instances in this project. More...
 
std::string filter
 A filtering expression to restrict the set of instances included in the response. More...
 

Detailed Description

Wrap the arguments for ListInstances().

Member Data Documentation

◆ filter

std::string google::cloud::spanner::InstanceAdminConnection::ListInstancesParams::filter

A filtering expression to restrict the set of instances included in the response.

See also
The RPC reference documentation for the format of the filtering expression.

◆ project_id

std::string google::cloud::spanner::InstanceAdminConnection::ListInstancesParams::project_id

Query the instances in this project.

This is a required value, it must be non-empty.