Update a deployment adapter
Updates the pinned revision of an attached adapter using its row-level etag for optimistic concurrency.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Endpoint identifier.
Deployment identifier.
Adapter model identifier.
Body
Response
OK
Adapter attached to a deployment with desired revision and observed load state.
Adapter model identifier attached to the deployment.
Adapter revision pinned on the deployment.
Per-cluster adapter load state reported by the controller.
Row-level etag required for UpdateAdapter and RemoveAdapter.
Resource name of the adapter model, using projects/{projectId}/models/{adapterModelId}.
Resource name of the adapter model revision pinned on the deployment, using projects/{projectId}/models/{adapterModelId}/revisions/{revisionId}.