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