Uses of Class
org.hansken.extraction.plugin.grpc.RpcProfile
-
Packages that use RpcProfile Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcProfile in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcProfile Modifier and Type Method Description RpcProfileRpcProfile.Builder. build()RpcProfileRpcProfile.Builder. buildPartial()static RpcProfileRpcProfile. getDefaultInstance()RpcProfileRpcProfile.Builder. getDefaultInstanceForType()RpcProfileRpcProfile. getDefaultInstanceForType()RpcProfileRpcFinish.Builder. getProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcProfileRpcFinish. getProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcProfileRpcFinishOrBuilder. getProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcProfileRpcPartialFinishWithError.Builder. getProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcProfileRpcPartialFinishWithError. getProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcProfileRpcPartialFinishWithErrorOrBuilder. getProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;static RpcProfileRpcProfile. parseDelimitedFrom(InputStream input)static RpcProfileRpcProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcProfileRpcProfile. parseFrom(byte[] data)static RpcProfileRpcProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcProfileRpcProfile. parseFrom(com.google.protobuf.ByteString data)static RpcProfileRpcProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcProfileRpcProfile. parseFrom(com.google.protobuf.CodedInputStream input)static RpcProfileRpcProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcProfileRpcProfile. parseFrom(InputStream input)static RpcProfileRpcProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RpcProfileRpcProfile. parseFrom(ByteBuffer data)static RpcProfileRpcProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcProfile Modifier and Type Method Description com.google.protobuf.Parser<RpcProfile>RpcProfile. getParserForType()static com.google.protobuf.Parser<RpcProfile>RpcProfile. parser()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcProfile Modifier and Type Method Description RpcProfile.BuilderRpcProfile.Builder. mergeFrom(RpcProfile other)RpcFinish.BuilderRpcFinish.Builder. mergeProfile(RpcProfile value).org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcPartialFinishWithError.BuilderRpcPartialFinishWithError.Builder. mergeProfile(RpcProfile value).org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;static RpcProfile.BuilderRpcProfile. newBuilder(RpcProfile prototype)RpcFinish.BuilderRpcFinish.Builder. setProfile(RpcProfile value).org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcPartialFinishWithError.BuilderRpcPartialFinishWithError.Builder. setProfile(RpcProfile value).org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;
-