Skip to content

Commit 8056069

Browse files
feat: [geminidataanalytics] update google-cloud-geminidataanalytics to include v1 (#8376)
* feat: update google-cloud-geminidataanalytics to include v1 PiperOrigin-RevId: 922903172 Source-Link: googleapis/googleapis@6b6b584 Source-Link: googleapis/googleapis-gen@f9ba334 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdlbWluaWRhdGFhbmFseXRpY3MvLk93bEJvdC55YW1sIiwiaCI6ImY5YmEzMzQzNDZhNDAxNTcxYWQ1MWVhOTM1NzczYzk2ZDZiNWE4MmMifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 371ea4d commit 8056069

41 files changed

Lines changed: 54312 additions & 2498 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/google-cloud-geminidataanalytics/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,24 @@ Samples are in the [`samples/`][homepage_samples] directory. Each sample's `READ
5757

5858
| Sample | Source Code |
5959
| --------------------------- | --------------------------------- |
60+
| create data agent | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.create_data_agent.js) |
61+
| create data agent sync | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.create_data_agent_sync.js) |
62+
| delete data agent | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.delete_data_agent.js) |
63+
| delete data agent sync | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.delete_data_agent_sync.js) |
64+
| get data agent | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.get_data_agent.js) |
65+
| get iam policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.get_iam_policy.js) |
66+
| list accessible data agents | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.list_accessible_data_agents.js) |
67+
| list data agents | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.list_data_agents.js) |
68+
| set iam policy | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.set_iam_policy.js) |
69+
| update data agent | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.update_data_agent.js) |
70+
| update data agent sync | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_agent_service.update_data_agent_sync.js) |
71+
| chat | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_chat_service.chat.js) |
72+
| create conversation | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_chat_service.create_conversation.js) |
73+
| delete conversation | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_chat_service.delete_conversation.js) |
74+
| get conversation | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_chat_service.get_conversation.js) |
75+
| list conversations | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_chat_service.list_conversations.js) |
76+
| list messages | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/data_chat_service.list_messages.js) |
77+
| cloud | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1/snippet_metadata_google.cloud.geminidataanalytics.v1.json) |
6078
| create data agent | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1alpha/data_agent_service.create_data_agent.js) |
6179
| create data agent sync | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1alpha/data_agent_service.create_data_agent_sync.js) |
6280
| delete data agent | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-geminidataanalytics/samples/generated/v1alpha/data_agent_service.delete_data_agent.js) |

0 commit comments

Comments
 (0)