Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea307c0

Browse filesBrowse files
chore(monitoring): remove region tag all from monitoring/api/v3/api-client/list_resources.py (GoogleCloudPlatform#13086)
1 parent 33d05b3 commit ea307c0
Copy full SHA for ea307c0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed

‎monitoring/api/v3/api-client/list_resources.py

Copy file name to clipboardExpand all lines: monitoring/api/v3/api-client/list_resources.py
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
""" Sample command-line program for retrieving Stackdriver Monitoring API V3
16+
"""Sample command-line program for retrieving Stackdriver Monitoring API V3
1817
data.
1918
2019
See README.md for instructions on setting up your development environment.
@@ -25,7 +24,6 @@
2524
2625
"""
2726

28-
# [START all]
2927
import argparse
3028
import datetime
3129
import pprint
@@ -126,5 +124,3 @@ def main(project_id):
126124

127125
args = parser.parse_args()
128126
main(args.project_id)
129-
130-
# [END all]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.