Package gql

Interface GqlTypes.BigFloatOrBuilder

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

public static interface GqlTypes.BigFloatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    IEEE 754 encoding
    int
    128 or 256

    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

    • getValue

      com.google.protobuf.ByteString getValue()
       IEEE 754 encoding
       
      bytes value = 1;
      Returns:
      The value.
    • getWidth

      int getWidth()
       128 or 256
       
      uint32 width = 2;
      Returns:
      The width.