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/api",
"google/logging/type", "google/logging/type",
"google/logging/v2", "google/logging/v2",
"google/longrunning",
"google/protobuf", "google/protobuf",
"google/rpc" "google/rpc"
], ],
@ -75629,6 +75630,17 @@
"shortName": "ConfigServiceV2", "shortName": "ConfigServiceV2",
"fullName": "google.logging.v2.ConfigServiceV2", "fullName": "google.logging.v2.ConfigServiceV2",
"methods": [ "methods": [
{
"shortName": "CopyLogEntries",
"fullName": "google.logging.v2.ConfigServiceV2.CopyLogEntries",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/entries:copy"
}
]
},
{ {
"shortName": "CreateBucket", "shortName": "CreateBucket",
"fullName": "google.logging.v2.ConfigServiceV2.CreateBucket", "fullName": "google.logging.v2.ConfigServiceV2.CreateBucket",
@ -75881,9 +75893,21 @@
"httpMethod": "GET", "httpMethod": "GET",
"path": "/v2/{name=*/*}/cmekSettings" "path": "/v2/{name=*/*}/cmekSettings"
}, },
{
"httpMethod": "GET",
"path": "/v2/{name=projects/*}/cmekSettings"
},
{ {
"httpMethod": "GET", "httpMethod": "GET",
"path": "/v2/{name=organizations/*}/cmekSettings" "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", "shortName": "GetSink",
"fullName": "google.logging.v2.ConfigServiceV2.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", "shortName": "UpdateSink",
"fullName": "google.logging.v2.ConfigServiceV2.UpdateSink", "fullName": "google.logging.v2.ConfigServiceV2.UpdateSink",

Loading…
Cancel
Save