Skip to content

Commit

Permalink
Adds notebook API, renames Stackdriver Logging to Cloud Logging
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 320016414

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Jul 7 10:52:01 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: aba9760d6abc15f724753c26d6f306e0f76dd11a
Source-Link: googleapis/googleapis@aba9760

* feat: added support for Notebooks

PiperOrigin-RevId: 320087095

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Jul 7 16:43:31 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: ec24d41f4dc5aa0ecfb73781180c711fb104ff0c
Source-Link: googleapis/googleapis@ec24d41

* Add insight logging protos to Recommender v1.

PiperOrigin-RevId: 320124233

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Jul 7 21:55:34 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 07460951fc07dd2b3f172d01b04e2a5fefd13ccc
Source-Link: googleapis/googleapis@0746095
  • Loading branch information
yoshi-automation committed Jul 8, 2020
1 parent 98e71af commit 10ad719
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions apis/ServiceDirectory/directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
{
"ServiceDirectory": "google/logging/v2",
"Name": "logging.googleapis.com",
"Title": "Stackdriver Logging API",
"Description": "Writes log entries and manages your Stackdriver Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the <a href=https://cloud.google.com/logging/docs>Stackdriver Logging documentation</a>.",
"Title": "Cloud Logging API",
"Description": "Writes log entries and manages your Cloud Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the documentation at https://cloud.google.com/logging/docs.",
"ServiceConfigFile": "google/logging/v2/logging.yaml",
"Version": "v2",
"PackageFromDirectory": "google.logging.v2",
Expand Down Expand Up @@ -457,6 +457,7 @@
"PackageFromDirectory": "google.cloud.recommender.logging.v1",
"PackageFromProtos": "google.cloud.recommender.logging.v1",
"ImportDirectories": [
"google/api",
"google/cloud/recommender/v1"
],
"Stable": true,
Expand Down Expand Up @@ -1195,6 +1196,24 @@
"Stable": false,
"CSharpNamespaceFromProtos": "Google.Cloud.Language.V1Beta2"
},
{
"ServiceDirectory": "google/cloud/notebooks/v1beta1",
"Name": "notebooks.googleapis.com",
"Title": "Notebooks API",
"Description": "AI Platform Notebooks API (beta) is used to manage notebook resources in Google Cloud. AI Platform Notebooks API is in a pre-release state and might change or have limited support. For more information, see the <a href=\"/products#product-launch-stages\">product launch stages</a>.",
"ServiceConfigFile": "google/cloud/notebooks/v1beta1/notebooks_v1beta1.yaml",
"Version": "v1beta1",
"PackageFromDirectory": "google.cloud.notebooks.v1beta1",
"PackageFromProtos": "google.cloud.notebooks.v1beta1",
"ImportDirectories": [
"google/api",
"google/cloud/notebooks/v1beta1",
"google/longrunning",
"google/protobuf"
],
"Stable": false,
"CSharpNamespaceFromProtos": "Google.Cloud.Notebooks.V1Beta1"
},
{
"ServiceDirectory": "google/cloud/tasks/v2beta2",
"Name": "cloudtasks.googleapis.com",
Expand Down
2 changes: 1 addition & 1 deletion apis/ServiceDirectory/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e6ab0a55f2195169feded73dd684574dd4bd9dfa"
"sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc"
}
}
]
Expand Down

0 comments on commit 10ad719

Please sign in to comment.