Searched full:dashboards (Results 1 – 25 of 134) sorted by relevance
123456
| /external/google-cloud-java/java-monitoring-dashboards/ |
| D | CHANGELOG.md | 45 ## [2.5.6](https://github.com/googleapis/java-monitoring-dashboards/compare/v2.5.5...v2.5.6) (2022-… 50 * update protobuf to v3.21.7 ([fe64f03](https://github.com/googleapis/java-monitoring-dashboards/co… 52 ## [2.5.5](https://github.com/googleapis/java-monitoring-dashboards/compare/v2.5.4...v2.5.5) (2022-… 57 …com/googleapis/java-monitoring-dashboards/issues/651)) ([6145ac3](https://github.com/googleapis/ja… 59 ## [2.5.4](https://github.com/googleapis/java-monitoring-dashboards/compare/v2.5.3...v2.5.4) (2022-… 64 …com/googleapis/java-monitoring-dashboards/issues/643)) ([7a0cfc8](https://github.com/googleapis/ja… 66 ## [2.5.3](https://github.com/googleapis/java-monitoring-dashboards/compare/v2.5.2...v2.5.3) (2022-… 71 …com/googleapis/java-monitoring-dashboards/issues/638)) ([67a618c](https://github.com/googleapis/ja… 73 ## [2.5.2](https://github.com/googleapis/java-monitoring-dashboards/compare/v2.5.1...v2.5.2) (2022-… 78 …com/googleapis/java-monitoring-dashboards/issues/628)) ([83500a5](https://github.com/googleapis/ja… [all …]
|
| D | .OwlBot.yaml | 17 - "/java-monitoring-dashboards/grpc-google-.*/src" 18 - "/java-monitoring-dashboards/proto-google-.*/src" 19 - "/java-monitoring-dashboards/google-.*/src" 20 - "/java-monitoring-dashboards/samples/snippets/generated" 23 - "/java-monitoring-dashboards/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java" 27 …dest: "/owl-bot-staging/java-monitoring-dashboards/$1/proto-google-cloud-monitoring-dashboard-$1/s… 29 …dest: "/owl-bot-staging/java-monitoring-dashboards/$1/grpc-google-cloud-monitoring-dashboard-$1/sr… 31 dest: "/owl-bot-staging/java-monitoring-dashboards/$1/google-cloud-monitoring-dashboard/src" 33 dest: "/owl-bot-staging/java-monitoring-dashboards/$1/samples/snippets/generated" 35 api-name: monitoring-dashboards
|
| D | .repo-metadata.json | 2 "api_shortname": "monitoring-dashboards", 3 "name_pretty": "Monitoring Dashboards", 4 "product_documentation": "https://cloud.google.com/monitoring/charts/dashboards", 6 …provides predefined dashboards that require no setup or configuration. You can also define custom … 10 "repo_short": "java-monitoring-dashboards",
|
| D | README.md | 1 # Google Monitoring Dashboards Client for Java 3 Java idiomatic client for [Monitoring Dashboards][product-docs]. 68 …Dashboards APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles]… 74 …Cloud Platform Console][developer-console] project with the Monitoring Dashboards [API enabled][en… 75 You will need to [enable billing][enable-billing] to use Google Monitoring Dashboards. 85 ## About Monitoring Dashboards 88 …Dashboards][product-docs] are one way for you to view and analyze metric data. The Cloud Console p… 90 See the [Monitoring Dashboards client library docs][javadocs] to learn how to 91 use this Monitoring Dashboards Client Library. 104 Monitoring Dashboards uses gRPC for the transport layer. [all …]
|
| /external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/ |
| D | dashboards_service.proto | 34 // Manages Stackdriver dashboards. A dashboard is an arrangement of data display 45 // create dashboards, see [Managing dashboards by 46 // API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This 47 // method requires the `monitoring.dashboards.create` permission on the 52 post: "/v1/{parent=projects/*}/dashboards" 57 // Lists the existing dashboards. 59 // This method requires the `monitoring.dashboards.list` permission 64 get: "/v1/{parent=projects/*}/dashboards" 70 // This method requires the `monitoring.dashboards.get` permission 75 get: "/v1/{name=projects/*/dashboards/*}" [all …]
|
| D | dashboard.proto | 32 // A Google Stackdriver dashboard. Dashboards define the content and layout 37 pattern: "projects/{project}/dashboards/{dashboard}"
|
| /external/googleapis/google/monitoring/dashboard/v1/ |
| D | dashboards_service.proto | 34 // Manages Stackdriver dashboards. A dashboard is an arrangement of data display 45 // create dashboards, see [Managing dashboards by 46 // API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This 47 // method requires the `monitoring.dashboards.create` permission on the 52 post: "/v1/{parent=projects/*}/dashboards" 58 // Lists the existing dashboards. 60 // This method requires the `monitoring.dashboards.list` permission 65 get: "/v1/{parent=projects/*}/dashboards" 72 // This method requires the `monitoring.dashboards.get` permission 77 get: "/v1/{name=projects/*/dashboards/*}" [all …]
|
| D | dashboard.proto | 32 // A Google Stackdriver dashboard. Dashboards define the content and layout 37 pattern: "projects/{project}/dashboards/{dashboard}"
|
| D | BUILD.bazel | 197 "warehouse-package-name=google-cloud-monitoring-dashboards", 272 package_name = "@google-cloud/monitoring-dashboards", 326 …ices (AWS), hosted uptime probes, and application instrumentation. The Dashboards API manages arra… 327 ruby_cloud_title = "Cloud Monitoring Dashboards V1",
|
| /external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/ |
| D | ListDashboardsResponseOrBuilder.java | 30 * The list of requested dashboards. 33 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 40 * The list of requested dashboards. 43 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 50 * The list of requested dashboards. 53 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 60 * The list of requested dashboards. 63 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 71 * The list of requested dashboards. 74 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code>
|
| D | GetDashboardRequestOrBuilder.java | 31 * - `dashboards/[DASHBOARD_ID]` (for system dashboards) 32 * - `projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]` 33 * (for custom dashboards). 48 * - `dashboards/[DASHBOARD_ID]` (for system dashboards) 49 * - `projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]` 50 * (for custom dashboards).
|
| D | ListDashboardsResponse.java | 79 * The list of requested dashboards. 82 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 92 * The list of requested dashboards. 95 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 106 * The list of requested dashboards. 109 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 119 * The list of requested dashboards. 122 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> 132 * The list of requested dashboards. 135 * <code>repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;</code> [all …]
|
| D | GetDashboardRequest.java | 79 * - `dashboards/[DASHBOARD_ID]` (for system dashboards) 80 * - `projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]` 81 * (for custom dashboards). 107 * - `dashboards/[DASHBOARD_ID]` (for system dashboards) 108 * - `projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]` 109 * (for custom dashboards). 480 * - `dashboards/[DASHBOARD_ID]` (for system dashboards) 481 * - `projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]` 482 * (for custom dashboards). 507 * - `dashboards/[DASHBOARD_ID]` (for system dashboards) [all …]
|
| D | DashboardsServiceProto.java | 91 + "s/*}/dashboards:\tdashboard\022\253\001\n\016ListDashb" 95 + "\344\223\002$\022\"/v1/{parent=projects/*}/dashboards" 99 + "$\022\"/v1/{name=projects/*/dashboards/*}\022\215\001" 103 + "jects/*/dashboards/*}\022\265\001\n\017UpdateDashboar" 107 + "oard.name=projects/*/dashboards/*}:\tdash" 155 "Dashboards", "NextPageToken",
|
| D | DeleteDashboardRequestOrBuilder.java | 31 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] 46 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]
|
| D | DeleteDashboardRequest.java | 79 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] 105 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] 476 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] 501 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] 526 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] 550 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] 570 * projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]
|
| D | ListDashboardsRequestOrBuilder.java | 30 * Required. The scope of the dashboards to list. The format is: 45 * Required. The scope of the dashboards to list. The format is:
|
| D | ListDashboardsRequest.java | 79 * Required. The scope of the dashboards to list. The format is: 105 * Required. The scope of the dashboards to list. The format is: 596 * Required. The scope of the dashboards to list. The format is: 621 * Required. The scope of the dashboards to list. The format is: 646 * Required. The scope of the dashboards to list. The format is: 670 * Required. The scope of the dashboards to list. The format is: 690 * Required. The scope of the dashboards to list. The format is:
|
| /external/google-cloud-java/java-monitoring-dashboards/grpc-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/ |
| D | DashboardsServiceGrpc.java | 24 * Manages Stackdriver dashboards. A dashboard is an arrangement of data display 312 * Manages Stackdriver dashboards. A dashboard is an arrangement of data display 323 * create dashboards, see [Managing dashboards by 324 * API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This 325 * method requires the `monitoring.dashboards.create` permission on the 342 * Lists the existing dashboards. 343 * This method requires the `monitoring.dashboards.list` permission 361 * This method requires the `monitoring.dashboards.get` permission 379 * This method requires the `monitoring.dashboards.delete` permission 396 * This method requires the `monitoring.dashboards.update` permission [all …]
|
| /external/google-cloud-java/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/ |
| D | DashboardsServiceClient.java | 45 * Service Description: Manages Stackdriver dashboards. A dashboard is an arrangement of data 194 * Creates a new custom dashboard. For examples on how you can use this API to create dashboards, 195 * see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard). 196 * This method requires the `monitoring.dashboards.create` permission on the specified project. 228 * Creates a new custom dashboard. For examples on how you can use this API to create dashboards, 229 * see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard). 230 * This method requires the `monitoring.dashboards.create` permission on the specified project. 262 * Lists the existing dashboards. 264 * <p>This method requires the `monitoring.dashboards.list` permission on the specified project. 297 * Lists the existing dashboards. [all …]
|
| /external/aws-sdk-java-v2/.changes/2.17.x/ |
| D | 2.17.194.json | 33 …ublic access of dashboards. When enabled, owners/co-owners for dashboards can enable public access…
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | monitoring.v1.json | 275 "dashboards": { object 278 …dashboards, see Managing dashboards by API (https://cloud.google.com/monitoring/dashboards/api-das… 279 "flatPath": "v1/projects/{projectsId}/dashboards", 281 "id": "monitoring.projects.dashboards.create", 299 "path": "v1/{+parent}/dashboards", 313 …letes an existing custom dashboard.This method requires the monitoring.dashboards.delete permissio… 314 "flatPath": "v1/projects/{projectsId}/dashboards/{dashboardsId}", 316 "id": "monitoring.projects.dashboards.delete", 322 … name of the Dashboard. The format is: projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] ", 324 "pattern": "^projects/[^/]+/dashboards/[^/]+$", [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | monitoring_v1.projects.html | 78 <code><a href="monitoring_v1.projects.dashboards.html">dashboards()</a></code> 80 <p class="firstline">Returns the dashboards Resource.</p>
|
| /external/aws-sdk-java-v2/.changes/2.5.x/ |
| D | 2.5.70.json | 43 …into specific issues with CloudWatch Automatic Dashboards that are dynamically generated. These da…
|
| /external/google-cloud-java/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/ |
| D | HttpJsonDashboardsServiceStub.java | 70 "/v1/{parent=projects/*}/dashboards", 109 "/v1/{parent=projects/*}/dashboards", 145 "/v1/{name=projects/*/dashboards/*}", 179 "/v1/{name=projects/*/dashboards/*}", 213 "/v1/{dashboard.name=projects/*/dashboards/*}",
|
123456