Package dev.enola.core.proto
Interface GetThingResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetThingResponse,GetThingResponse.Builder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.AnygetThing()TODO Remove Any support by replacing this GetThingsResponsecom.google.protobuf.AnyOrBuilderTODO Remove Any support by replacing this GetThingsResponsebooleanhasThing()TODO Remove Any support by replacing this GetThingsResponseMethods 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
-
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;
-