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

30 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		handshaker.pb.go#L145: type Identity struct {
		handshaker.pb.go#L157: func (m *Identity) Reset()         { *m = Identity{} }
		handshaker.pb.go#L158: func (m *Identity) String() string { return proto.CompactTextString(m) }
		handshaker.pb.go#L159: func (*Identity) ProtoMessage()    {}
		handshaker.pb.go#L160: func (*Identity) Descriptor() ([]byte, []int) {
		handshaker.pb.go#L164: func (m *Identity) XXX_Unmarshal(b []byte) error {
		handshaker.pb.go#L167: func (m *Identity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
		handshaker.pb.go#L170: func (m *Identity) XXX_Merge(src proto.Message) {
		handshaker.pb.go#L173: func (m *Identity) XXX_Size() int {
		handshaker.pb.go#L176: func (m *Identity) XXX_DiscardUnknown() {
		handshaker.pb.go#L198: func (m *Identity) GetIdentityOneof() isIdentity_IdentityOneof {
		handshaker.pb.go#L205: func (m *Identity) GetServiceAccount() string {
		handshaker.pb.go#L212: func (m *Identity) GetHostname() string {
		handshaker.pb.go#L219: func (m *Identity) GetAttributes() map[string]string {
		handshaker.pb.go#L227: func (*Identity) XXX_OneofWrappers() []interface{} {
		handshaker.pb.go#L246: 	TargetIdentities []*Identity `protobuf:"bytes,4,rep,name=target_identities,json=targetIdentities,proto3" json:"target_identities,omitempty"`
		handshaker.pb.go#L249: 	LocalIdentity *Identity `protobuf:"bytes,5,opt,name=local_identity,json=localIdentity,proto3" json:"local_identity,omitempty"`
		handshaker.pb.go#L315: func (m *StartClientHandshakeReq) GetTargetIdentities() []*Identity {
		handshaker.pb.go#L322: func (m *StartClientHandshakeReq) GetLocalIdentity() *Identity {
		handshaker.pb.go#L370: 	LocalIdentities      []*Identity `protobuf:"bytes,2,rep,name=local_identities,json=localIdentities,proto3" json:"local_identities,omitempty"`
		handshaker.pb.go#L408: func (m *ServerHandshakeParameters) GetLocalIdentities() []*Identity {
		handshaker.pb.go#L664: 	PeerIdentity *Identity `protobuf:"bytes,4,opt,name=peer_identity,json=peerIdentity,proto3" json:"peer_identity,omitempty"`
		handshaker.pb.go#L666: 	LocalIdentity *Identity `protobuf:"bytes,5,opt,name=local_identity,json=localIdentity,proto3" json:"local_identity,omitempty"`
		handshaker.pb.go#L726: func (m *HandshakerResult) GetPeerIdentity() *Identity {
		handshaker.pb.go#L733: func (m *HandshakerResult) GetLocalIdentity() *Identity {
		handshaker.pb.go#L888: 	proto.RegisterType((*Identity)(nil), "grpc.gcp.Identity")

	google.golang.org/grpc/credentials/alts/internal/handshaker
		handshaker.go#L108: 	ClientIdentity *altspb.Identity
		handshaker.go#L202: 	targetIdentities := make([]*altspb.Identity, 0, len(h.clientOpts.TargetServiceAccounts))
		handshaker.go#L204: 		targetIdentities = append(targetIdentities, &altspb.Identity{