type github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1.ProcessIdentifier

14 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1 (current package)
		common.pb.go#L129: 	Identifier *ProcessIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
		common.pb.go#L170: func (x *Node) GetIdentifier() *ProcessIdentifier {
		common.pb.go#L199: type ProcessIdentifier struct {
		common.pb.go#L213: func (x *ProcessIdentifier) Reset() {
		common.pb.go#L214: 	*x = ProcessIdentifier{}
		common.pb.go#L222: func (x *ProcessIdentifier) String() string {
		common.pb.go#L226: func (*ProcessIdentifier) ProtoMessage() {}
		common.pb.go#L228: func (x *ProcessIdentifier) ProtoReflect() protoreflect.Message {
		common.pb.go#L241: func (*ProcessIdentifier) Descriptor() ([]byte, []int) {
		common.pb.go#L245: func (x *ProcessIdentifier) GetHostName() string {
		common.pb.go#L252: func (x *ProcessIdentifier) GetPid() uint32 {
		common.pb.go#L259: func (x *ProcessIdentifier) GetStartTimestamp() *timestamp.Timestamp {
		common.pb.go#L480: 	(*ProcessIdentifier)(nil),   // 2: opencensus.proto.agent.common.v1.ProcessIdentifier
		common.pb.go#L519: 			switch v := v.(*ProcessIdentifier); i {