Interface Endpoint.TestMessageOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Endpoint.TestMessage, Endpoint.TestMessage.Builder
    Enclosing class:
    Endpoint

    public static interface Endpoint.TestMessageOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getByts()
      bytes byts = 3;
      float getF32()
      float f_32 = 6;
      double getF64()
      double f_64 = 7;
      int getInt32()
      uint32 int_32 = 4;
      long getInt64()
      uint64 int_64 = 5;
      com.google.protobuf.Struct getS()
      .google.protobuf.Struct s = 8;
      com.google.protobuf.StructOrBuilder getSOrBuilder()
      .google.protobuf.Struct s = 8;
      StatusOuterClass.Status getStatus()
      .clarifai.api.status.Status status = 1;
      StatusOuterClass.StatusOrBuilder getStatusOrBuilder()
      .clarifai.api.status.Status status = 1;
      java.lang.String getValue()
      string value = 2;
      com.google.protobuf.ByteString getValueBytes()
      string value = 2;
      boolean hasS()
      .google.protobuf.Struct s = 8;
      boolean hasStatus()
      .clarifai.api.status.Status status = 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 Detail

      • hasStatus

        boolean hasStatus()
        .clarifai.api.status.Status status = 1;
      • getValue

        java.lang.String getValue()
        string value = 2;
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 2;
      • getByts

        com.google.protobuf.ByteString getByts()
        bytes byts = 3;
      • getInt32

        int getInt32()
        uint32 int_32 = 4;
      • getInt64

        long getInt64()
        uint64 int_64 = 5;
      • getF32

        float getF32()
        float f_32 = 6;
      • getF64

        double getF64()
        double f_64 = 7;
      • hasS

        boolean hasS()
        .google.protobuf.Struct s = 8;
      • getS

        com.google.protobuf.Struct getS()
        .google.protobuf.Struct s = 8;
      • getSOrBuilder

        com.google.protobuf.StructOrBuilder getSOrBuilder()
        .google.protobuf.Struct s = 8;