Skip to content

Commit

Permalink
Vision semi-GAPIC (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Jun 2, 2017
1 parent 385d089 commit 0e5c5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def list_projects(self, filter_params=None, page_size=None):
>>> for project in client.list_projects(env_filter):
... print(project.project_id)
See:
See
https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects/list
Complete filtering example::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Project(object):
>>> project.labels['environment'] = 'production'
>>> project.update()
See:
See
https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects
:type project_id: str
Expand Down Expand Up @@ -218,7 +218,7 @@ def update(self, client=None):
def delete(self, client=None, reload_data=False):
"""API call: delete the project via a ``DELETE`` request.
See:
See
https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects/delete
This actually changes the status (``lifecycleState``) from ``ACTIVE``
Expand Down

0 comments on commit 0e5c5d4

Please sign in to comment.