list_recommendations.yaml 813 B

123456789101112131415161718
  1. type: com.google.api.codegen.samplegen.v1p2.SampleConfigProto
  2. schema_version: 1.2.0
  3. samples:
  4. - title: List Recommendations
  5. service: google.cloud.recommender.v1beta1.Recommender
  6. description: |
  7. List recommendations for a specified project, location, and recommender.
  8. rpc: ListRecommendations
  9. request:
  10. - field: parent
  11. value: "projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER]"
  12. response:
  13. - define: recommendation = $resp
  14. - print: ["Recommendation name: %s", recommendation.name]
  15. - print: ["- description: %s", recommendation.description]
  16. - print: ["- primary_impact.category: %s", recommendation.primary_impact.category]
  17. - print: ["- state_info.state: %s", recommendation.state_info.state]
  18. - print: ["- last_refresh_time: %s", recommendation.last_refresh_time]