-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiscoveryEngineDataStore: mockgcp support #3003
DiscoveryEngineDataStore: mockgcp support #3003
Conversation
justinsb
commented
Oct 24, 2024
•
edited
Loading
edited
- DiscoveryEngineDataStore: mockgcp support
- mockgcp: generate code for discoveryengine
- DiscoveryEngineDataStore: protos for mockgcp
- DiscoveryEngineDataStore: golden output for mockgcp
/approve The mock gcp part (last 3 commits) looks good. Waiting for the diff base PR to merge |
6b3b111
to
fa734c8
Compare
/lgtm |
fa734c8
to
3d38bf6
Compare
@@ -56,8 +56,7 @@ X-Xss-Protection: 0 | |||
"defaultSchemaId": "default_schema", | |||
"displayName": "My first data store", | |||
"industryVertical": 1, | |||
"name": "projects/${projectNumber}/locations/global/collections/default_collection/dataStores/datastore-${uniqueId}", | |||
"servingConfigDataStore": {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we want this servingConfigDataStore
field showing in the GCP object.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not in the protos yet (at least not that I could find)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
One nit, not a blocker
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yuwenma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3d38bf6
to
5c6e1d7
Compare
/lgtm |
f17f547
into
GoogleCloudPlatform:master