File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """gcloud bigquery client for interacting with API."""
15+ """Client for interacting with the Google BigQuery API."""
1616
1717
1818from gcloud .client import JSONClient
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """gcloud client base class for interacting with API ."""
15+ """Base classes for client used to interact with Google Cloud APIs ."""
1616
1717import six
1818
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """gcloud dns client for interacting with API."""
15+ """Client for interacting with the Google Cloud DNS API."""
1616
1717
1818from gcloud .client import JSONClient
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """gcloud pubsub client for interacting with API."""
15+ """Client for interacting with the Google Cloud Pub/Sub API."""
1616
1717
1818from gcloud .client import JSONClient
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """gcloud storage client for interacting with API."""
15+ """Client for interacting with the Google Cloud Storage API."""
1616
1717
1818from gcloud ._helpers import _LocalStack
You can’t perform that action at this time.
0 commit comments