type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.StartServerHandshakeReq
22 uses
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
handshaker.pb.go#L415: type StartServerHandshakeReq struct {
handshaker.pb.go#L443: func (m *StartServerHandshakeReq) Reset() { *m = StartServerHandshakeReq{} }
handshaker.pb.go#L444: func (m *StartServerHandshakeReq) String() string { return proto.CompactTextString(m) }
handshaker.pb.go#L445: func (*StartServerHandshakeReq) ProtoMessage() {}
handshaker.pb.go#L446: func (*StartServerHandshakeReq) Descriptor() ([]byte, []int) {
handshaker.pb.go#L450: func (m *StartServerHandshakeReq) XXX_Unmarshal(b []byte) error {
handshaker.pb.go#L453: func (m *StartServerHandshakeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
handshaker.pb.go#L456: func (m *StartServerHandshakeReq) XXX_Merge(src proto.Message) {
handshaker.pb.go#L459: func (m *StartServerHandshakeReq) XXX_Size() int {
handshaker.pb.go#L462: func (m *StartServerHandshakeReq) XXX_DiscardUnknown() {
handshaker.pb.go#L468: func (m *StartServerHandshakeReq) GetApplicationProtocols() []string {
handshaker.pb.go#L475: func (m *StartServerHandshakeReq) GetHandshakeParameters() map[int32]*ServerHandshakeParameters {
handshaker.pb.go#L482: func (m *StartServerHandshakeReq) GetInBytes() []byte {
handshaker.pb.go#L489: func (m *StartServerHandshakeReq) GetLocalEndpoint() *Endpoint {
handshaker.pb.go#L496: func (m *StartServerHandshakeReq) GetRemoteEndpoint() *Endpoint {
handshaker.pb.go#L503: func (m *StartServerHandshakeReq) GetRpcVersions() *RpcProtocolVersions {
handshaker.pb.go#L510: func (m *StartServerHandshakeReq) GetMaxFrameSize() uint32 {
handshaker.pb.go#L604: ServerStart *StartServerHandshakeReq `protobuf:"bytes,2,opt,name=server_start,json=serverStart,proto3,oneof"`
handshaker.pb.go#L631: func (m *HandshakerReq) GetServerStart() *StartServerHandshakeReq {
handshaker.pb.go#L892: proto.RegisterType((*StartServerHandshakeReq)(nil), "grpc.gcp.StartServerHandshakeReq")
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L259: ServerStart: &altspb.StartServerHandshakeReq{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |