RpcProfile.Builder |
RpcProfile.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RpcProfile.Builder |
RpcProfile.Builder.clear() |
|
RpcProfile.Builder |
RpcProfile.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
RpcProfile.Builder |
RpcProfile.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
RpcProfile.Builder |
RpcProfile.Builder.clearProfileDoubles() |
|
RpcProfile.Builder |
RpcProfile.Builder.clearProfileInt64S() |
|
RpcProfile.Builder |
RpcProfile.Builder.clone() |
|
RpcProfile.Builder |
RpcFinish.Builder.getProfileBuilder() |
.org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;
|
RpcProfile.Builder |
RpcPartialFinishWithError.Builder.getProfileBuilder() |
.org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;
|
RpcProfile.Builder |
RpcProfile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RpcProfile.Builder |
RpcProfile.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RpcProfile.Builder |
RpcProfile.Builder.mergeFrom(RpcProfile other) |
|
RpcProfile.Builder |
RpcProfile.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static RpcProfile.Builder |
RpcProfile.newBuilder() |
|
static RpcProfile.Builder |
RpcProfile.newBuilder(RpcProfile prototype) |
|
RpcProfile.Builder |
RpcProfile.newBuilderForType() |
|
protected RpcProfile.Builder |
RpcProfile.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RpcProfile.Builder |
RpcProfile.Builder.putAllProfileDoubles(Map<String,Double> values) |
map<string, double> profile_doubles = 3;
|
RpcProfile.Builder |
RpcProfile.Builder.putAllProfileInt64S(Map<String,Long> values) |
map<string, int64> profile_int64s = 2;
|
RpcProfile.Builder |
RpcProfile.Builder.putProfileDoubles(String key,
double value) |
map<string, double> profile_doubles = 3;
|
RpcProfile.Builder |
RpcProfile.Builder.putProfileInt64S(String key,
long value) |
map<string, int64> profile_int64s = 2;
|
RpcProfile.Builder |
RpcProfile.Builder.removeProfileDoubles(String key) |
map<string, double> profile_doubles = 3;
|
RpcProfile.Builder |
RpcProfile.Builder.removeProfileInt64S(String key) |
map<string, int64> profile_int64s = 2;
|
RpcProfile.Builder |
RpcProfile.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RpcProfile.Builder |
RpcProfile.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RpcProfile.Builder |
RpcProfile.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RpcProfile.Builder |
RpcProfile.toBuilder() |
|