Uses of Class
org.hansken.extraction.plugin.grpc.RpcPartialFinishWithError.Builder
Packages that use RpcPartialFinishWithError.Builder
-
Uses of RpcPartialFinishWithError.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcPartialFinishWithError.BuilderModifier and TypeMethodDescriptionRpcPartialFinishWithError.Builder.addActions(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.addActions(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.addActions(com.google.protobuf.Any value) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.addActions(com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.addAllActions(Iterable<? extends com.google.protobuf.Any> values) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcPartialFinishWithError.Builder.clear()RpcPartialFinishWithError.Builder.clearActions()repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.clearErrorDescription()string errorDescription = 3;RpcPartialFinishWithError.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RpcPartialFinishWithError.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RpcPartialFinishWithError.Builder.clearProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcPartialFinishWithError.Builder.clearStatusCode()string statusCode = 2;RpcPartialFinishWithError.Builder.clone()RpcPartialFinishWithError.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcPartialFinishWithError.Builder.mergeFrom(com.google.protobuf.Message other) RpcPartialFinishWithError.Builder.mergeFrom(RpcPartialFinishWithError other) RpcPartialFinishWithError.Builder.mergeProfile(RpcProfile value) .org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcPartialFinishWithError.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcPartialFinishWithError.newBuilder()RpcPartialFinishWithError.newBuilder(RpcPartialFinishWithError prototype) RpcPartialFinishWithError.newBuilderForType()protected RpcPartialFinishWithError.BuilderRpcPartialFinishWithError.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RpcPartialFinishWithError.Builder.removeActions(int index) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.setActions(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.setActions(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any actions = 1;RpcPartialFinishWithError.Builder.setErrorDescription(String value) string errorDescription = 3;RpcPartialFinishWithError.Builder.setErrorDescriptionBytes(com.google.protobuf.ByteString value) string errorDescription = 3;RpcPartialFinishWithError.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcPartialFinishWithError.Builder.setProfile(RpcProfile value) .org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcPartialFinishWithError.Builder.setProfile(RpcProfile.Builder builderForValue) .org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcPartialFinishWithError.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RpcPartialFinishWithError.Builder.setStatusCode(String value) string statusCode = 2;RpcPartialFinishWithError.Builder.setStatusCodeBytes(com.google.protobuf.ByteString value) string statusCode = 2;RpcPartialFinishWithError.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcPartialFinishWithError.toBuilder()