type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.AltsContext
21 uses
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
altscontext.pb.go#L23: type AltsContext struct {
altscontext.pb.go#L43: func (m *AltsContext) Reset() { *m = AltsContext{} }
altscontext.pb.go#L44: func (m *AltsContext) String() string { return proto.CompactTextString(m) }
altscontext.pb.go#L45: func (*AltsContext) ProtoMessage() {}
altscontext.pb.go#L46: func (*AltsContext) Descriptor() ([]byte, []int) {
altscontext.pb.go#L50: func (m *AltsContext) XXX_Unmarshal(b []byte) error {
altscontext.pb.go#L53: func (m *AltsContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
altscontext.pb.go#L56: func (m *AltsContext) XXX_Merge(src proto.Message) {
altscontext.pb.go#L59: func (m *AltsContext) XXX_Size() int {
altscontext.pb.go#L62: func (m *AltsContext) XXX_DiscardUnknown() {
altscontext.pb.go#L68: func (m *AltsContext) GetApplicationProtocol() string {
altscontext.pb.go#L75: func (m *AltsContext) GetRecordProtocol() string {
altscontext.pb.go#L82: func (m *AltsContext) GetSecurityLevel() SecurityLevel {
altscontext.pb.go#L89: func (m *AltsContext) GetPeerServiceAccount() string {
altscontext.pb.go#L96: func (m *AltsContext) GetLocalServiceAccount() string {
altscontext.pb.go#L103: func (m *AltsContext) GetPeerRpcVersions() *RpcProtocolVersions {
altscontext.pb.go#L110: func (m *AltsContext) GetPeerAttributes() map[string]string {
altscontext.pb.go#L118: proto.RegisterType((*AltsContext)(nil), "grpc.gcp.AltsContext")
google.golang.org/grpc/credentials/alts/internal/authinfo
authinfo.go#L32: p *altspb.AltsContext
authinfo.go#L43: p: &altspb.AltsContext{
![]() |
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. |