Skip to content
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

chore(internal/protoveneer): support time #10266

Merged
merged 2 commits into from
May 26, 2024
Merged

chore(internal/protoveneer): support time #10266

merged 2 commits into from
May 26, 2024

Conversation

jba
Copy link
Contributor

@jba jba commented May 25, 2024

Protos represent time using the timestamppb.Timestamp type.
Support converting that to and from a time.Time.

Protos represent time using the timestamppb.Timestamp type.
Support converting that to and from a time.Time.
@jba jba requested a review from eliben May 25, 2024 16:38
@jba jba requested review from eliben and a team as code owners May 25, 2024 16:38
jba added a commit to google/generative-ai-go that referenced this pull request May 25, 2024
Add three fields to `File` that are of type time.Time.

This requires the changes to protoveneer in
googleapis/google-cloud-go#10266,
which also includes changes to the support packages.

Running `go generate` also introduced two additional `File` fields,
Error and Metadata, that we will deal with later.

There are also additions to the discovery client which don't concern
us.
jba added a commit to google/generative-ai-go that referenced this pull request May 26, 2024
Add three fields to `File` that are of type time.Time.

This requires the changes to protoveneer in
googleapis/google-cloud-go#10266,
which also includes changes to the support packages.

Running `go generate` also introduced two additional `File` fields,
Error and Metadata, that we will deal with later.

There are also additions to the discovery client which don't concern
us.
@jba jba merged commit 0ceec32 into main May 26, 2024
11 of 12 checks passed
@jba jba deleted the jba-protoven-time branch May 26, 2024 15:24
beaubeas pushed a commit to beaubeas/Generative-AI-go that referenced this pull request Sep 23, 2024
Add three fields to `File` that are of type time.Time.

This requires the changes to protoveneer in
googleapis/google-cloud-go#10266,
which also includes changes to the support packages.

Running `go generate` also introduced two additional `File` fields,
Error and Metadata, that we will deal with later.

There are also additions to the discovery client which don't concern
us.
TechRanger101 added a commit to TechRanger101/Generative-AI-GoLang that referenced this pull request Nov 27, 2024
Add three fields to `File` that are of type time.Time.

This requires the changes to protoveneer in
googleapis/google-cloud-go#10266,
which also includes changes to the support packages.

Running `go generate` also introduced two additional `File` fields,
Error and Metadata, that we will deal with later.

There are also additions to the discovery client which don't concern
us.
CascadeCrafter added a commit to CascadeCrafter/Generative-AI-GoLang that referenced this pull request Dec 2, 2024
Add three fields to `File` that are of type time.Time.

This requires the changes to protoveneer in
googleapis/google-cloud-go#10266,
which also includes changes to the support packages.

Running `go generate` also introduced two additional `File` fields,
Error and Metadata, that we will deal with later.

There are also additions to the discovery client which don't concern
us.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants