Interface CineastGrpc.PrimitiveTypeOrBuilder

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

public static interface CineastGrpc.PrimitiveTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool booleanValue = 6;
    double
    double doubleValue = 5;
    float
    float floatValue = 4;
    int
    int32 intValue = 2;
    long
    int64 longValue = 3;
    string stringValue = 1;
    com.google.protobuf.ByteString
    string stringValue = 1;
     
    boolean
    bool booleanValue = 6;
    boolean
    double doubleValue = 5;
    boolean
    float floatValue = 4;
    boolean
    int32 intValue = 2;
    boolean
    int64 longValue = 3;
    boolean
    string stringValue = 1;

    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

    • hasStringValue

      boolean hasStringValue()
      string stringValue = 1;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
      string stringValue = 1;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string stringValue = 1;
      Returns:
      The bytes for stringValue.
    • hasIntValue

      boolean hasIntValue()
      int32 intValue = 2;
      Returns:
      Whether the intValue field is set.
    • getIntValue

      int getIntValue()
      int32 intValue = 2;
      Returns:
      The intValue.
    • hasLongValue

      boolean hasLongValue()
      int64 longValue = 3;
      Returns:
      Whether the longValue field is set.
    • getLongValue

      long getLongValue()
      int64 longValue = 3;
      Returns:
      The longValue.
    • hasFloatValue

      boolean hasFloatValue()
      float floatValue = 4;
      Returns:
      Whether the floatValue field is set.
    • getFloatValue

      float getFloatValue()
      float floatValue = 4;
      Returns:
      The floatValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      double doubleValue = 5;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      double doubleValue = 5;
      Returns:
      The doubleValue.
    • hasBooleanValue

      boolean hasBooleanValue()
      bool booleanValue = 6;
      Returns:
      Whether the booleanValue field is set.
    • getBooleanValue

      boolean getBooleanValue()
      bool booleanValue = 6;
      Returns:
      The booleanValue.
    • getValueCase