Interface GetResponseOrBuilder

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

public interface GetResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Empty
    If no object is found for the given key, this field is set
    com.google.protobuf.EmptyOrBuilder
    If no object is found for the given key, this field is set
    If the key points only to one value it will be returned
    If the key points only to one value it will be returned
     
    boolean
    If no object is found for the given key, this field is set
    boolean
    If the key points only to one value it will be returned

    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

    • hasObject

      boolean hasObject()
      If the key points only to one value it will be returned
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
      Returns:
      Whether the object field is set.
    • getObject

      Object getObject()
      If the key points only to one value it will be returned
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
      Returns:
      The object.
    • getObjectOrBuilder

      ObjectOrBuilder getObjectOrBuilder()
      If the key points only to one value it will be returned
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
    • hasEmpty

      boolean hasEmpty()
      If no object is found for the given key, this field is set
      
      .google.protobuf.Empty empty = 2 [json_name = "empty"];
      Returns:
      Whether the empty field is set.
    • getEmpty

      com.google.protobuf.Empty getEmpty()
      If no object is found for the given key, this field is set
      
      .google.protobuf.Empty empty = 2 [json_name = "empty"];
      Returns:
      The empty.
    • getEmptyOrBuilder

      com.google.protobuf.EmptyOrBuilder getEmptyOrBuilder()
      If no object is found for the given key, this field is set
      
      .google.protobuf.Empty empty = 2 [json_name = "empty"];
    • getResultCase

      GetResponse.ResultCase getResultCase()