public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class GqlQueryParameter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the Google Cloud Datastore v1 API is 4.15.0, with a total of 20 versions listed from 4.15.0 down to 3.2.0."],["The `GqlQueryParameter` class, which is a binding parameter for GQL queries, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GqlQueryParameter` class has a constructor that allows creating a new instance either without parameters or by copying an existing `GqlQueryParameter` instance."],["This class includes properties such as `Cursor` of type `ByteString` for managing query cursors, `ParameterTypeCase` to access a `ParameterTypeOneofCase`, and `Value` of type `Value` for setting a parameter's value."]]],[]]