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

Add simpler support for GqlQueryParameters #899

Merged
merged 1 commit into from
Mar 17, 2017

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Mar 17, 2017

Note that this only populated a GqlQueryParameter with a Value, never a Cursor.
While we could add overloads for cursors, the parameter type would be ByteString...
which can also be converted to Value. So I'm basically betting that when you've got a
ByteString, you're more likely to want to use it as a Value parameter than as a Cursor
parameter.

Fixes #887

Note that this only populated a GqlQueryParameter with a Value, never a Cursor.
While we could add overloads for cursors, the parameter type would be ByteString...
which can also be converted to Value. So I'm basically betting that when you've got a
ByteString, you're more likely to want to use it as a Value parameter than as a Cursor
parameter.

Fixes googleapis#887
Copy link
Contributor

@chrisdunelm chrisdunelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jskeet jskeet merged commit fca0fd2 into googleapis:master Mar 17, 2017
@jskeet jskeet deleted the gqlparameter branch March 17, 2017 12:24
gcf-owl-bot bot added a commit that referenced this pull request Apr 30, 2024
Source-Link: googleapis/googleapis@55499b5

Source-Link: googleapis/googleapis-gen@cf5049b
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiY2Y1MDQ5YjcwNzkyODIwMDY1ZGIzOGU3MTI3ZjMyZWFiNzcwNTk0NCJ9
gcf-owl-bot bot added a commit that referenced this pull request Apr 30, 2024
Source-Link: googleapis/googleapis@55499b5

Source-Link: googleapis/googleapis-gen@cf5049b
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiY2Y1MDQ5YjcwNzkyODIwMDY1ZGIzOGU3MTI3ZjMyZWFiNzcwNTk0NCJ9
gcf-owl-bot bot added a commit that referenced this pull request Apr 30, 2024
Source-Link: googleapis/googleapis@55499b5

Source-Link: googleapis/googleapis-gen@cf5049b
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiY2Y1MDQ5YjcwNzkyODIwMDY1ZGIzOGU3MTI3ZjMyZWFiNzcwNTk0NCJ9
jskeet pushed a commit that referenced this pull request Apr 30, 2024
Source-Link: googleapis/googleapis@55499b5

Source-Link: googleapis/googleapis-gen@cf5049b
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiY2Y1MDQ5YjcwNzkyODIwMDY1ZGIzOGU3MTI3ZjMyZWFiNzcwNTk0NCJ9
jskeet added a commit that referenced this pull request May 8, 2024
Changes in this release:

### New features

- Update Compute Engine API to revision 20240430 ([issue 900](#900)) ([commit 95da052](95da052))
- Update Compute Engine API to revision 20240421 ([issue 899](#899)) ([commit cc0431c](cc0431c))
- Update Compute Engine API to revision 20240407 ([issue 890](#890)) ([commit ee6c6f0](ee6c6f0))
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](022fab2))
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.

None yet

2 participants