Uses of Class
org.hansken.extraction.plugin.grpc.RpcBeginDataStream.Builder
Packages that use RpcBeginDataStream.Builder
-
Uses of RpcBeginDataStream.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcBeginDataStream.BuilderModifier and TypeMethodDescriptionRpcBeginDataStream.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcBeginDataStream.Builder.clear()RpcBeginDataStream.Builder.clearDataType()string dataType = 2;RpcBeginDataStream.Builder.clearEncoding()Optional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.RpcBeginDataStream.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RpcBeginDataStream.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RpcBeginDataStream.Builder.clearTraceId()string traceId = 1;RpcBeginDataStream.Builder.clone()RpcBeginDataStream.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcBeginDataStream.Builder.mergeFrom(com.google.protobuf.Message other) RpcBeginDataStream.Builder.mergeFrom(RpcBeginDataStream other) RpcBeginDataStream.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RpcBeginDataStream.BuilderRpcBeginDataStream.newBuilder()static RpcBeginDataStream.BuilderRpcBeginDataStream.newBuilder(RpcBeginDataStream prototype) RpcBeginDataStream.newBuilderForType()protected RpcBeginDataStream.BuilderRpcBeginDataStream.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RpcBeginDataStream.Builder.setDataType(String value) string dataType = 2;RpcBeginDataStream.Builder.setDataTypeBytes(com.google.protobuf.ByteString value) string dataType = 2;RpcBeginDataStream.Builder.setEncoding(String value) Optional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.RpcBeginDataStream.Builder.setEncodingBytes(com.google.protobuf.ByteString value) Optional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.RpcBeginDataStream.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcBeginDataStream.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RpcBeginDataStream.Builder.setTraceId(String value) string traceId = 1;RpcBeginDataStream.Builder.setTraceIdBytes(com.google.protobuf.ByteString value) string traceId = 1;RpcBeginDataStream.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcBeginDataStream.toBuilder()