Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

feat: added mosaic layout #332

Merged
merged 1 commit into from Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -165,10 +165,10 @@ public DashboardsServiceStub getStub() {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new custom dashboard.
*
* <p>This method requires the `monitoring.dashboards.create` permission on the specified project.
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards,
* see [Managing dashboards by API](/monitoring/dashboards/api-dashboard). This method requires
* the `monitoring.dashboards.create` permission on the specified project. For more information
* about permissions, see [Cloud Identity and Access Management](/iam).
*
* <p>Sample code:
*
Expand All @@ -192,10 +192,10 @@ public final Dashboard createDashboard(CreateDashboardRequest request) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new custom dashboard.
*
* <p>This method requires the `monitoring.dashboards.create` permission on the specified project.
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards,
* see [Managing dashboards by API](/monitoring/dashboards/api-dashboard). This method requires
* the `monitoring.dashboards.create` permission on the specified project. For more information
* about permissions, see [Cloud Identity and Access Management](/iam).
*
* <p>Sample code:
*
Expand All @@ -222,7 +222,7 @@ public final UnaryCallable<CreateDashboardRequest, Dashboard> createDashboardCal
* Lists the existing dashboards.
*
* <p>This method requires the `monitoring.dashboards.list` permission on the specified project.
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand Down Expand Up @@ -252,7 +252,7 @@ public final ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
* Lists the existing dashboards.
*
* <p>This method requires the `monitoring.dashboards.list` permission on the specified project.
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand Down Expand Up @@ -283,7 +283,7 @@ public final ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
* Lists the existing dashboards.
*
* <p>This method requires the `monitoring.dashboards.list` permission on the specified project.
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand Down Expand Up @@ -321,7 +321,7 @@ public final ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
* Fetches a specific dashboard.
*
* <p>This method requires the `monitoring.dashboards.get` permission on the specified dashboard.
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand All @@ -347,7 +347,7 @@ public final Dashboard getDashboard(GetDashboardRequest request) {
* Fetches a specific dashboard.
*
* <p>This method requires the `monitoring.dashboards.get` permission on the specified dashboard.
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand All @@ -373,7 +373,8 @@ public final UnaryCallable<GetDashboardRequest, Dashboard> getDashboardCallable(
* Deletes an existing custom dashboard.
*
* <p>This method requires the `monitoring.dashboards.delete` permission on the specified
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* dashboard. For more information, see [Cloud Identity and Access
* Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand All @@ -399,7 +400,8 @@ public final void deleteDashboard(DeleteDashboardRequest request) {
* Deletes an existing custom dashboard.
*
* <p>This method requires the `monitoring.dashboards.delete` permission on the specified
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* dashboard. For more information, see [Cloud Identity and Access
* Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand All @@ -425,7 +427,8 @@ public final UnaryCallable<DeleteDashboardRequest, Empty> deleteDashboardCallabl
* Replaces an existing custom dashboard with a new definition.
*
* <p>This method requires the `monitoring.dashboards.update` permission on the specified
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* dashboard. For more information, see [Cloud Identity and Access
* Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand All @@ -449,7 +452,8 @@ public final Dashboard updateDashboard(UpdateDashboardRequest request) {
* Replaces an existing custom dashboard with a new definition.
*
* <p>This method requires the `monitoring.dashboards.update` permission on the specified
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
* dashboard. For more information, see [Cloud Identity and Access
* Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand Down
Expand Up @@ -318,10 +318,8 @@ public abstract static class DashboardsServiceImplBase implements io.grpc.Bindab
*
*
* <pre>
* Creates a new custom dashboard.
* This method requires the `monitoring.dashboards.create` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
* This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
* </pre>
*/
public void createDashboard(
Expand All @@ -339,7 +337,7 @@ public void createDashboard(
* Lists the existing dashboards.
* This method requires the `monitoring.dashboards.list` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void listDashboards(
Expand All @@ -357,7 +355,7 @@ public void listDashboards(
* Fetches a specific dashboard.
* This method requires the `monitoring.dashboards.get` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void getDashboard(
Expand All @@ -375,7 +373,7 @@ public void getDashboard(
* Deletes an existing custom dashboard.
* This method requires the `monitoring.dashboards.delete` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void deleteDashboard(
Expand All @@ -392,7 +390,7 @@ public void deleteDashboard(
* Replaces an existing custom dashboard with a new definition.
* This method requires the `monitoring.dashboards.update` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void updateDashboard(
Expand Down Expand Up @@ -467,10 +465,8 @@ protected DashboardsServiceStub build(
*
*
* <pre>
* Creates a new custom dashboard.
* This method requires the `monitoring.dashboards.create` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
* This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
* </pre>
*/
public void createDashboard(
Expand All @@ -490,7 +486,7 @@ public void createDashboard(
* Lists the existing dashboards.
* This method requires the `monitoring.dashboards.list` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void listDashboards(
Expand All @@ -510,7 +506,7 @@ public void listDashboards(
* Fetches a specific dashboard.
* This method requires the `monitoring.dashboards.get` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void getDashboard(
Expand All @@ -530,7 +526,7 @@ public void getDashboard(
* Deletes an existing custom dashboard.
* This method requires the `monitoring.dashboards.delete` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void deleteDashboard(
Expand All @@ -549,7 +545,7 @@ public void deleteDashboard(
* Replaces an existing custom dashboard with a new definition.
* This method requires the `monitoring.dashboards.update` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public void updateDashboard(
Expand Down Expand Up @@ -588,10 +584,8 @@ protected DashboardsServiceBlockingStub build(
*
*
* <pre>
* Creates a new custom dashboard.
* This method requires the `monitoring.dashboards.create` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
* This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
* </pre>
*/
public com.google.monitoring.dashboard.v1.Dashboard createDashboard(
Expand All @@ -607,7 +601,7 @@ public com.google.monitoring.dashboard.v1.Dashboard createDashboard(
* Lists the existing dashboards.
* This method requires the `monitoring.dashboards.list` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.monitoring.dashboard.v1.ListDashboardsResponse listDashboards(
Expand All @@ -623,7 +617,7 @@ public com.google.monitoring.dashboard.v1.ListDashboardsResponse listDashboards(
* Fetches a specific dashboard.
* This method requires the `monitoring.dashboards.get` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.monitoring.dashboard.v1.Dashboard getDashboard(
Expand All @@ -639,7 +633,7 @@ public com.google.monitoring.dashboard.v1.Dashboard getDashboard(
* Deletes an existing custom dashboard.
* This method requires the `monitoring.dashboards.delete` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.protobuf.Empty deleteDashboard(
Expand All @@ -655,7 +649,7 @@ public com.google.protobuf.Empty deleteDashboard(
* Replaces an existing custom dashboard with a new definition.
* This method requires the `monitoring.dashboards.update` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.monitoring.dashboard.v1.Dashboard updateDashboard(
Expand Down Expand Up @@ -689,10 +683,8 @@ protected DashboardsServiceFutureStub build(
*
*
* <pre>
* Creates a new custom dashboard.
* This method requires the `monitoring.dashboards.create` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
* This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -709,7 +701,7 @@ protected DashboardsServiceFutureStub build(
* Lists the existing dashboards.
* This method requires the `monitoring.dashboards.list` permission
* on the specified project. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -726,7 +718,7 @@ protected DashboardsServiceFutureStub build(
* Fetches a specific dashboard.
* This method requires the `monitoring.dashboards.get` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -743,7 +735,7 @@ protected DashboardsServiceFutureStub build(
* Deletes an existing custom dashboard.
* This method requires the `monitoring.dashboards.delete` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
Expand All @@ -759,7 +751,7 @@ protected DashboardsServiceFutureStub build(
* Replaces an existing custom dashboard with a new definition.
* This method requires the `monitoring.dashboards.update` permission
* on the specified dashboard. For more information, see
* [Google Cloud IAM](https://cloud.google.com/iam).
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down