GetVertexKeys fetches Vertex API keys.
()
| 302 | |
| 303 | // GetVertexKeys fetches Vertex API keys. |
| 304 | func (c *Client) GetVertexKeys() ([]map[string]any, error) { |
| 305 | return c.getWrappedKeyList("/v0/management/vertex-api-key", "vertex-api-key") |
| 306 | } |
| 307 | |
| 308 | // GetOpenAICompat fetches OpenAI compatibility entries. |
| 309 | func (c *Client) GetOpenAICompat() ([]map[string]any, error) { |
no test coverage detected