We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d05b3 commit ea307c0Copy full SHA for ea307c0
1 file changed
monitoring/api/v3/api-client/list_resources.py
@@ -13,8 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-
17
-""" Sample command-line program for retrieving Stackdriver Monitoring API V3
+"""Sample command-line program for retrieving Stackdriver Monitoring API V3
18
data.
19
20
See README.md for instructions on setting up your development environment.
@@ -25,7 +24,6 @@
25
24
26
"""
27
28
-# [START all]
29
import argparse
30
import datetime
31
import pprint
@@ -126,5 +124,3 @@ def main(project_id):
126
124
127
125
args = parser.parse_args()
128
main(args.project_id)
129
130
-# [END all]
0 commit comments