Interface RpcFinishOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcFinish,RpcFinish.Builder
public interface RpcFinishOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcProfilegetProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcProfileOrBuildergetProfileOrBuilder().org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcBatchUpdategetUpdate().org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;RpcBatchUpdateOrBuildergetUpdateOrBuilder().org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;booleanhasProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;booleanhasUpdate().org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUpdate
boolean hasUpdate()
.org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;- Returns:
- Whether the update field is set.
-
getUpdate
RpcBatchUpdate getUpdate()
.org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;- Returns:
- The update.
-
getUpdateOrBuilder
RpcBatchUpdateOrBuilder getUpdateOrBuilder()
.org.hansken.extraction.plugin.grpc.RpcBatchUpdate update = 1;
-
hasProfile
boolean hasProfile()
.org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;- Returns:
- Whether the profile field is set.
-
getProfile
RpcProfile getProfile()
.org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;- Returns:
- The profile.
-
getProfileOrBuilder
RpcProfileOrBuilder getProfileOrBuilder()
.org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;
-
-