Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gcloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""gcloud bigquery client for interacting with API."""
"""Client for interacting with the Google BigQuery API."""


from gcloud.client import JSONClient
Expand Down
2 changes: 1 addition & 1 deletion gcloud/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""gcloud client base class for interacting with API."""
"""Base classes for client used to interact with Google Cloud APIs."""

import six

Expand Down
2 changes: 1 addition & 1 deletion gcloud/dns/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""gcloud dns client for interacting with API."""
"""Client for interacting with the Google Cloud DNS API."""


from gcloud.client import JSONClient
Expand Down
2 changes: 1 addition & 1 deletion gcloud/pubsub/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""gcloud pubsub client for interacting with API."""
"""Client for interacting with the Google Cloud Pub/Sub API."""


from gcloud.client import JSONClient
Expand Down
2 changes: 1 addition & 1 deletion gcloud/storage/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""gcloud storage client for interacting with API."""
"""Client for interacting with the Google Cloud Storage API."""


from gcloud._helpers import _LocalStack
Expand Down