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 TypeMethodDescriptioncom.google.protobuf.EmptygetEmpty()If no object is found for the given key, this field is setcom.google.protobuf.EmptyOrBuilderIf no object is found for the given key, this field is setIf the key points only to one value it will be returnedIf the key points only to one value it will be returnedbooleanhasEmpty()If no object is found for the given key, this field is setbooleanIf the key points only to one value it will be returnedMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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()
-