Skip to content

Commit

Permalink
chore(webrisk): change docstring line breaks (#10276)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 30, 2020
1 parent 3f6b944 commit aa99221
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 25 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 46 additions & 21 deletions packages/google-cloud-webrisk/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-01-30T01:51:00.132441Z",
"updateTime": "2020-01-30T13:46:17.950128Z",
"sources": [
{
"generator": {
Expand All @@ -11,9 +11,10 @@
{
"git": {
"name": "googleapis",
"remote": "git@github.com:googleapis/googleapis.git",
"sha": "b491d07cadaae7cde5608321f913e5ca1459b32d",
"internalRef": "292245373"
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c1246a29e22b0f98e800a536b5b0da2d933a55f2",
"internalRef": "292310790",
"log": "c1246a29e22b0f98e800a536b5b0da2d933a55f2\nUpdating v1 protos with the latest inline documentation (in comments) and config options. Also adding a per-service .yaml file.\n\nPiperOrigin-RevId: 292310790\n\n"
}
},
{
Expand All @@ -38,40 +39,49 @@
],
"newFiles": [
{
"path": "MANIFEST.in"
"path": ".coveragerc"
},
{
"path": ".flake8"
},
{
"path": "noxfile.py"
"path": ".repo-metadata.json"
},
{
"path": "setup.py"
"path": "CHANGELOG.md"
},
{
"path": ".coveragerc"
"path": "LICENSE"
},
{
"path": "setup.cfg"
"path": "MANIFEST.in"
},
{
"path": "LICENSE"
"path": "README.rst"
},
{
"path": "docs/conf.py"
"path": "docs/README.rst"
},
{
"path": "docs/_static/custom.css"
},
{
"path": "docs/_templates/layout.html"
},
{
"path": "docs/changelog.md"
},
{
"path": "docs/conf.py"
},
{
"path": "docs/gapic/v1beta1/api.rst"
},
{
"path": "docs/gapic/v1beta1/types.rst"
},
{
"path": "docs/_templates/layout.html"
"path": "docs/index.rst"
},
{
"path": "google/__init__.py"
Expand All @@ -82,9 +92,6 @@
{
"path": "google/cloud/webrisk.py"
},
{
"path": "google/cloud/webrisk_v1beta1/types.py"
},
{
"path": "google/cloud/webrisk_v1beta1/__init__.py"
},
Expand All @@ -95,29 +102,47 @@
"path": "google/cloud/webrisk_v1beta1/gapic/enums.py"
},
{
"path": "google/cloud/webrisk_v1beta1/gapic/web_risk_service_v1_beta1_client.py"
"path": "google/cloud/webrisk_v1beta1/gapic/transports/__init__.py"
},
{
"path": "google/cloud/webrisk_v1beta1/gapic/web_risk_service_v1_beta1_client_config.py"
"path": "google/cloud/webrisk_v1beta1/gapic/transports/web_risk_service_v1_beta1_grpc_transport.py"
},
{
"path": "google/cloud/webrisk_v1beta1/gapic/transports/web_risk_service_v1_beta1_grpc_transport.py"
"path": "google/cloud/webrisk_v1beta1/gapic/web_risk_service_v1_beta1_client.py"
},
{
"path": "google/cloud/webrisk_v1beta1/gapic/transports/__init__.py"
"path": "google/cloud/webrisk_v1beta1/gapic/web_risk_service_v1_beta1_client_config.py"
},
{
"path": "google/cloud/webrisk_v1beta1/proto/__init__.py"
},
{
"path": "google/cloud/webrisk_v1beta1/proto/webrisk_pb2.py"
"path": "google/cloud/webrisk_v1beta1/proto/webrisk.proto"
},
{
"path": "google/cloud/webrisk_v1beta1/proto/webrisk.proto"
"path": "google/cloud/webrisk_v1beta1/proto/webrisk_pb2.py"
},
{
"path": "google/cloud/webrisk_v1beta1/proto/webrisk_pb2_grpc.py"
},
{
"path": "google/cloud/webrisk_v1beta1/types.py"
},
{
"path": "noxfile.py"
},
{
"path": "setup.cfg"
},
{
"path": "setup.py"
},
{
"path": "synth.metadata"
},
{
"path": "synth.py"
},
{
"path": "tests/unit/gapic/v1beta1/test_web_risk_service_v1_beta1_client_v1beta1.py"
}
Expand Down

0 comments on commit aa99221

Please sign in to comment.