Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,6 @@ libraries:
apis:
- path: google/monitoring/dashboard/v1
copyright_year: "2026"
skip_generate: true
nodejs:
default_version: v1
package_name: '@google-cloud/monitoring-dashboards'
Expand Down
19 changes: 0 additions & 19 deletions packages/google-monitoring-dashboard/.OwlBot.yaml

This file was deleted.

30 changes: 15 additions & 15 deletions packages/google-monitoring-dashboard/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"api_id": "monitoring.googleapis.com",
"name": "monitoring-dashboards",
"language": "nodejs",
"product_documentation": "https://cloud.google.com/monitoring/docs",
"distribution_name": "@google-cloud/monitoring-dashboards",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
"name_pretty": "Monitoring Dashboards",
"default_version": "v1",
"release_level": "stable",
"repo": "googleapis/google-cloud-node",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/monitoring-dashboards/latest",
"requires_billing": true,
"api_shortname": "monitoring",
"library_type": "GAPIC_AUTO"
}
"api_description": "Manages your Cloud Monitoring data and configurations.",
"api_id": "monitoring.googleapis.com",
"api_shortname": "monitoring",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/monitoring-dashboards/latest",
"default_version": "v1",
"distribution_name": "@google-cloud/monitoring-dashboards",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
"language": "nodejs",
"library_type": "GAPIC_AUTO",
"name": "monitoring",
"name_pretty": "Cloud Monitoring",
Comment on lines +11 to +12

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Do not manually edit generated client configuration JSON files. Any changes or updates to these metadata fields must be made upstream in the generator.

References
  1. Do not manually edit generated client configuration JSON files. Any changes or updates must be made upstream in the generator.

"product_documentation": "https://cloud.google.com/monitoring/dashboards/docs",
"release_level": "stable",
"repo": "googleapis/google-cloud-node"
}
12 changes: 7 additions & 5 deletions packages/google-monitoring-dashboard/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** This file is automatically generated by synthtool. **
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1 from './v1';

const DashboardsServiceClient = v1.DashboardsServiceClient;
type DashboardsServiceClient = v1.DashboardsServiceClient;
export { v1, DashboardsServiceClient };
export default { v1, DashboardsServiceClient };

export {v1, DashboardsServiceClient};
export default {v1, DashboardsServiceClient};
import * as protos from '../protos/protos';
export { protos };
export {protos};
Loading