Class Grpc.Request.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Grpc.Request,Grpc.Request.Builder>
proto.rpc.webrtc.v1.Grpc.Request.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, Grpc.RequestOrBuilder
Enclosing class:
Grpc.Request

public static final class Grpc.Request.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Grpc.Request,Grpc.Request.Builder> implements Grpc.RequestOrBuilder
 A Request is a frame coming from a client. It is always
 associated with a stream where the client assigns the stream
 identifier. Servers will drop frames where the stream identifier
 has no association (if a non-header frames are sent).
 
Protobuf type proto.rpc.webrtc.v1.Request