mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
working-config-otel
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
6
vendor/google.golang.org/api/tpu/v1/tpu-api.json
generated
vendored
6
vendor/google.golang.org/api/tpu/v1/tpu-api.json
generated
vendored
@@ -537,7 +537,7 @@
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
|
||||
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
|
||||
"httpMethod": "GET",
|
||||
"id": "tpu.projects.locations.operations.list",
|
||||
@@ -659,7 +659,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220725",
|
||||
"revision": "20230420",
|
||||
"rootUrl": "https://tpu.googleapis.com/",
|
||||
"schemas": {
|
||||
"AcceleratorType": {
|
||||
@@ -795,7 +795,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"Location": {
|
||||
"description": "A resource that represents Google Cloud Platform location.",
|
||||
"description": "A resource that represents a Google Cloud location.",
|
||||
"id": "Location",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
|
||||
14
vendor/google.golang.org/api/tpu/v1/tpu-gen.go
generated
vendored
14
vendor/google.golang.org/api/tpu/v1/tpu-gen.go
generated
vendored
@@ -71,6 +71,7 @@ var _ = errors.New
|
||||
var _ = strings.Replace
|
||||
var _ = context.Canceled
|
||||
var _ = internaloption.WithDefaultEndpoint
|
||||
var _ = internal.Version
|
||||
|
||||
const apiId = "tpu:v1"
|
||||
const apiName = "tpu"
|
||||
@@ -442,7 +443,7 @@ func (s *ListTensorFlowVersionsResponse) MarshalJSON() ([]byte, error) {
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// Location: A resource that represents Google Cloud Platform location.
|
||||
// Location: A resource that represents a Google Cloud location.
|
||||
type Location struct {
|
||||
// DisplayName: The friendly name for this location, typically a nearby
|
||||
// city name. For example, "Tokyo".
|
||||
@@ -3186,14 +3187,7 @@ type ProjectsLocationsOperationsListCall struct {
|
||||
|
||||
// List: Lists operations that match the specified filter in the
|
||||
// request. If the server doesn't support this method, it returns
|
||||
// `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to
|
||||
// override the binding to use different resource name schemes, such as
|
||||
// `users/*/operations`. To override the binding, API services can add a
|
||||
// binding such as "/v1/{name=users/*}/operations" to their service
|
||||
// configuration. For backwards compatibility, the default name includes
|
||||
// the operations collection id, however overriding users must ensure
|
||||
// the name binding is the parent resource, without the operations
|
||||
// collection id.
|
||||
// `UNIMPLEMENTED`.
|
||||
//
|
||||
// - name: The name of the operation's parent resource.
|
||||
func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall {
|
||||
@@ -3322,7 +3316,7 @@ func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
|
||||
// "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
|
||||
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
|
||||
// "httpMethod": "GET",
|
||||
// "id": "tpu.projects.locations.operations.list",
|
||||
|
||||
Reference in New Issue
Block a user