|
75584 | 75584 | "google/api", |
75585 | 75585 | "google/logging/type", |
75586 | 75586 | "google/logging/v2", |
| 75587 | + "google/longrunning", |
75587 | 75588 | "google/protobuf", |
75588 | 75589 | "google/rpc" |
75589 | 75590 | ], |
|
75629 | 75630 | "shortName": "ConfigServiceV2", |
75630 | 75631 | "fullName": "google.logging.v2.ConfigServiceV2", |
75631 | 75632 | "methods": [ |
| 75633 | + { |
| 75634 | + "shortName": "CopyLogEntries", |
| 75635 | + "fullName": "google.logging.v2.ConfigServiceV2.CopyLogEntries", |
| 75636 | + "mode": "UNARY", |
| 75637 | + "bindings": [ |
| 75638 | + { |
| 75639 | + "httpMethod": "POST", |
| 75640 | + "path": "/v2/entries:copy" |
| 75641 | + } |
| 75642 | + ] |
| 75643 | + }, |
75632 | 75644 | { |
75633 | 75645 | "shortName": "CreateBucket", |
75634 | 75646 | "fullName": "google.logging.v2.ConfigServiceV2.CreateBucket", |
|
75881 | 75893 | "httpMethod": "GET", |
75882 | 75894 | "path": "/v2/{name=*/*}/cmekSettings" |
75883 | 75895 | }, |
| 75896 | + { |
| 75897 | + "httpMethod": "GET", |
| 75898 | + "path": "/v2/{name=projects/*}/cmekSettings" |
| 75899 | + }, |
75884 | 75900 | { |
75885 | 75901 | "httpMethod": "GET", |
75886 | 75902 | "path": "/v2/{name=organizations/*}/cmekSettings" |
| 75903 | + }, |
| 75904 | + { |
| 75905 | + "httpMethod": "GET", |
| 75906 | + "path": "/v2/{name=folders/*}/cmekSettings" |
| 75907 | + }, |
| 75908 | + { |
| 75909 | + "httpMethod": "GET", |
| 75910 | + "path": "/v2/{name=billingAccounts/*}/cmekSettings" |
75887 | 75911 | } |
75888 | 75912 | ] |
75889 | 75913 | }, |
|
75914 | 75938 | } |
75915 | 75939 | ] |
75916 | 75940 | }, |
| 75941 | + { |
| 75942 | + "shortName": "GetSettings", |
| 75943 | + "fullName": "google.logging.v2.ConfigServiceV2.GetSettings", |
| 75944 | + "mode": "UNARY", |
| 75945 | + "bindings": [ |
| 75946 | + { |
| 75947 | + "httpMethod": "GET", |
| 75948 | + "path": "/v2/{name=*/*}/settings" |
| 75949 | + }, |
| 75950 | + { |
| 75951 | + "httpMethod": "GET", |
| 75952 | + "path": "/v2/{name=projects/*}/settings" |
| 75953 | + }, |
| 75954 | + { |
| 75955 | + "httpMethod": "GET", |
| 75956 | + "path": "/v2/{name=organizations/*}/settings" |
| 75957 | + }, |
| 75958 | + { |
| 75959 | + "httpMethod": "GET", |
| 75960 | + "path": "/v2/{name=folders/*}/settings" |
| 75961 | + }, |
| 75962 | + { |
| 75963 | + "httpMethod": "GET", |
| 75964 | + "path": "/v2/{name=billingAccounts/*}/settings" |
| 75965 | + } |
| 75966 | + ] |
| 75967 | + }, |
75917 | 75968 | { |
75918 | 75969 | "shortName": "GetSink", |
75919 | 75970 | "fullName": "google.logging.v2.ConfigServiceV2.GetSink", |
|
76172 | 76223 | } |
76173 | 76224 | ] |
76174 | 76225 | }, |
| 76226 | + { |
| 76227 | + "shortName": "UpdateSettings", |
| 76228 | + "fullName": "google.logging.v2.ConfigServiceV2.UpdateSettings", |
| 76229 | + "mode": "UNARY", |
| 76230 | + "bindings": [ |
| 76231 | + { |
| 76232 | + "httpMethod": "PATCH", |
| 76233 | + "path": "/v2/{name=*/*}/settings" |
| 76234 | + }, |
| 76235 | + { |
| 76236 | + "httpMethod": "PATCH", |
| 76237 | + "path": "/v2/{name=organizations/*}/settings" |
| 76238 | + }, |
| 76239 | + { |
| 76240 | + "httpMethod": "PATCH", |
| 76241 | + "path": "/v2/{name=folders/*}/settings" |
| 76242 | + } |
| 76243 | + ] |
| 76244 | + }, |
76175 | 76245 | { |
76176 | 76246 | "shortName": "UpdateSink", |
76177 | 76247 | "fullName": "google.logging.v2.ConfigServiceV2.UpdateSink", |
|
0 commit comments