Interface GetThingResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetThingResponse, GetThingResponse.Builder

@Generated public interface GetThingResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    TODO Remove Any support by replacing this GetThingsResponse
    com.google.protobuf.AnyOrBuilder
    TODO Remove Any support by replacing this GetThingsResponse
    boolean
    TODO Remove Any support by replacing this GetThingsResponse

    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

    • hasThing

      boolean hasThing()
       TODO Remove Any support by replacing this GetThingsResponse
       
      .google.protobuf.Any thing = 1;
      Returns:
      Whether the thing field is set.
    • getThing

      com.google.protobuf.Any getThing()
       TODO Remove Any support by replacing this GetThingsResponse
       
      .google.protobuf.Any thing = 1;
      Returns:
      The thing.
    • getThingOrBuilder

      com.google.protobuf.AnyOrBuilder getThingOrBuilder()
       TODO Remove Any support by replacing this GetThingsResponse
       
      .google.protobuf.Any thing = 1;