chore: regenerate API index

pull/705/head
Google APIs 3 years ago
parent acd5f89b8a
commit e8fdeb9d9f
  1. 70
      api-index-v1.json

@ -75584,6 +75584,7 @@
"google/api",
"google/logging/type",
"google/logging/v2",
"google/longrunning",
"google/protobuf",
"google/rpc"
],
@ -75629,6 +75630,17 @@
"shortName": "ConfigServiceV2",
"fullName": "google.logging.v2.ConfigServiceV2",
"methods": [
{
"shortName": "CopyLogEntries",
"fullName": "google.logging.v2.ConfigServiceV2.CopyLogEntries",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/entries:copy"
}
]
},
{
"shortName": "CreateBucket",
"fullName": "google.logging.v2.ConfigServiceV2.CreateBucket",
@ -75881,9 +75893,21 @@
"httpMethod": "GET",
"path": "/v2/{name=*/*}/cmekSettings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=projects/*}/cmekSettings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=organizations/*}/cmekSettings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=folders/*}/cmekSettings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=billingAccounts/*}/cmekSettings"
}
]
},
@ -75914,6 +75938,33 @@
}
]
},
{
"shortName": "GetSettings",
"fullName": "google.logging.v2.ConfigServiceV2.GetSettings",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2/{name=*/*}/settings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=projects/*}/settings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=organizations/*}/settings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=folders/*}/settings"
},
{
"httpMethod": "GET",
"path": "/v2/{name=billingAccounts/*}/settings"
}
]
},
{
"shortName": "GetSink",
"fullName": "google.logging.v2.ConfigServiceV2.GetSink",
@ -76172,6 +76223,25 @@
}
]
},
{
"shortName": "UpdateSettings",
"fullName": "google.logging.v2.ConfigServiceV2.UpdateSettings",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v2/{name=*/*}/settings"
},
{
"httpMethod": "PATCH",
"path": "/v2/{name=organizations/*}/settings"
},
{
"httpMethod": "PATCH",
"path": "/v2/{name=folders/*}/settings"
}
]
},
{
"shortName": "UpdateSink",
"fullName": "google.logging.v2.ConfigServiceV2.UpdateSink",

Loading…
Cancel
Save