type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.StartClientHandshakeReq

25 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		handshaker.pb.go#L234: type StartClientHandshakeReq struct {
		handshaker.pb.go#L269: func (m *StartClientHandshakeReq) Reset()         { *m = StartClientHandshakeReq{} }
		handshaker.pb.go#L270: func (m *StartClientHandshakeReq) String() string { return proto.CompactTextString(m) }
		handshaker.pb.go#L271: func (*StartClientHandshakeReq) ProtoMessage()    {}
		handshaker.pb.go#L272: func (*StartClientHandshakeReq) Descriptor() ([]byte, []int) {
		handshaker.pb.go#L276: func (m *StartClientHandshakeReq) XXX_Unmarshal(b []byte) error {
		handshaker.pb.go#L279: func (m *StartClientHandshakeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
		handshaker.pb.go#L282: func (m *StartClientHandshakeReq) XXX_Merge(src proto.Message) {
		handshaker.pb.go#L285: func (m *StartClientHandshakeReq) XXX_Size() int {
		handshaker.pb.go#L288: func (m *StartClientHandshakeReq) XXX_DiscardUnknown() {
		handshaker.pb.go#L294: func (m *StartClientHandshakeReq) GetHandshakeSecurityProtocol() HandshakeProtocol {
		handshaker.pb.go#L301: func (m *StartClientHandshakeReq) GetApplicationProtocols() []string {
		handshaker.pb.go#L308: func (m *StartClientHandshakeReq) GetRecordProtocols() []string {
		handshaker.pb.go#L315: func (m *StartClientHandshakeReq) GetTargetIdentities() []*Identity {
		handshaker.pb.go#L322: func (m *StartClientHandshakeReq) GetLocalIdentity() *Identity {
		handshaker.pb.go#L329: func (m *StartClientHandshakeReq) GetLocalEndpoint() *Endpoint {
		handshaker.pb.go#L336: func (m *StartClientHandshakeReq) GetRemoteEndpoint() *Endpoint {
		handshaker.pb.go#L343: func (m *StartClientHandshakeReq) GetTargetName() string {
		handshaker.pb.go#L350: func (m *StartClientHandshakeReq) GetRpcVersions() *RpcProtocolVersions {
		handshaker.pb.go#L357: func (m *StartClientHandshakeReq) GetMaxFrameSize() uint32 {
		handshaker.pb.go#L600: 	ClientStart *StartClientHandshakeReq `protobuf:"bytes,1,opt,name=client_start,json=clientStart,proto3,oneof"`
		handshaker.pb.go#L624: func (m *HandshakerReq) GetClientStart() *StartClientHandshakeReq {
		handshaker.pb.go#L890: 	proto.RegisterType((*StartClientHandshakeReq)(nil), "grpc.gcp.StartClientHandshakeReq")

	google.golang.org/grpc/credentials/alts/internal/handshaker
		handshaker.go#L212: 			ClientStart: &altspb.StartClientHandshakeReq{