Skip to content

Commit 724cc7d

Browse files
authored
chore(librarian): onboard to librarian (#715)
Towards googleapis/librarian#2459
1 parent c325399 commit 724cc7d

File tree

17 files changed

+938
-122
lines changed

17 files changed

+938
-122
lines changed

.flake8

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# -*- coding: utf-8 -*-
2-
#
3-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
43
#
54
# Licensed under the Apache License, Version 2.0 (the "License");
65
# you may not use this file except in compliance with the License.
76
# You may obtain a copy of the License at
87
#
9-
# https://www.apache.org/licenses/LICENSE-2.0
8+
# http://www.apache.org/licenses/LICENSE-2.0
109
#
1110
# Unless required by applicable law or agreed to in writing, software
1211
# distributed under the License is distributed on an "AS IS" BASIS,
1312
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
# See the License for the specific language governing permissions and
1514
# limitations under the License.
16-
17-
# Generated by synthtool. DO NOT EDIT!
15+
#
1816
[flake8]
17+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2333):
18+
# Resolve flake8 lint issues
1919
ignore = E203, E231, E266, E501, W503
2020
exclude =
21-
# Exclude generated code.
22-
**/proto/**
21+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2333):
22+
# Ensure that generated code passes flake8 lint
2323
**/gapic/**
2424
**/services/**
2525
**/types/**
26+
# Exclude Protobuf gencode
2627
*_pb2.py
2728

2829
# Standard linting exemptions.

.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/.OwlBot.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/auto-approve.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/release-please.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "clouderrorreporting",
3+
"name_pretty": "Error Reporting",
4+
"product_documentation": "https://cloud.google.com/error-reporting",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/clouderrorreporting/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",
7+
"release_level": "preview",
8+
"language": "python",
9+
"library_type": "GAPIC_COMBO",
10+
"repo": "googleapis/python-error-reporting",
11+
"distribution_name": "google-cloud-error-reporting",
12+
"api_id": "clouderrorreporting.googleapis.com",
13+
"requires_billing": false,
14+
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
15+
"default_version": "v1beta1",
16+
"api_shortname": "clouderrorreporting",
17+
"api_description": "counts, analyzes and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first and last seen dates and a cleaned exception stack trace. Opt-in to receive email and mobile alerts on new errors."
18+
}

0 commit comments

Comments
 (0)