Interface QueryAction.ParameterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryAction.Parameter, QueryAction.Parameter.Builder
Enclosing class:
QueryAction

public static interface QueryAction.ParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the parameter (with no leading @).
    com.google.protobuf.ByteString
    Name of the parameter (with no leading @).
    Type of the parameter.
    Type of the parameter.
    Value of the parameter.
    Value of the parameter.
    boolean
    Type of the parameter.
    boolean
    Value of the parameter.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       Name of the parameter (with no leading @).
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the parameter (with no leading @).
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasType

      boolean hasType()
       Type of the parameter.
       
      .google.spanner.v1.Type type = 2;
      Returns:
      Whether the type field is set.
    • getType

      Type getType()
       Type of the parameter.
       
      .google.spanner.v1.Type type = 2;
      Returns:
      The type.
    • getTypeOrBuilder

      TypeOrBuilder getTypeOrBuilder()
       Type of the parameter.
       
      .google.spanner.v1.Type type = 2;
    • hasValue

      boolean hasValue()
       Value of the parameter.
       
      .google.spanner.executor.v1.Value value = 3;
      Returns:
      Whether the value field is set.
    • getValue

      Value getValue()
       Value of the parameter.
       
      .google.spanner.executor.v1.Value value = 3;
      Returns:
      The value.
    • getValueOrBuilder

      ValueOrBuilder getValueOrBuilder()
       Value of the parameter.
       
      .google.spanner.executor.v1.Value value = 3;