Documentation ¶
Overview ¶
Package build is a generated protocol buffer package.
It is generated from these files:
github.com/google/battery-historian/pb/build_proto/build.proto
It has these top-level messages:
Build
Index ¶
- type Build
- func (*Build) Descriptor() ([]byte, []int)
- func (m *Build) GetBrand() string
- func (m *Build) GetBuildId() string
- func (m *Build) GetDevice() string
- func (m *Build) GetFingerprint() string
- func (m *Build) GetIncremental() string
- func (m *Build) GetProduct() string
- func (m *Build) GetRelease() string
- func (m *Build) GetTags() []string
- func (m *Build) GetType() string
- func (*Build) ProtoMessage()
- func (m *Build) Reset()
- func (m *Build) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct { // Fingerprint, e.g. "google/mysid/toro:4.0.4/IMM06/243892:userdebug/dev-keys" Fingerprint *string `protobuf:"bytes,1,opt,name=fingerprint" json:"fingerprint,omitempty"` // Carrier, e.g. "google" Brand *string `protobuf:"bytes,2,opt,name=brand" json:"brand,omitempty"` // Product name, e.g. "mysid" Product *string `protobuf:"bytes,3,opt,name=product" json:"product,omitempty"` // Product name, e.g. "toro" Device *string `protobuf:"bytes,4,opt,name=device" json:"device,omitempty"` // Release version, e.g. "4.0.4" Release *string `protobuf:"bytes,5,opt,name=release" json:"release,omitempty"` // Build id, e.g. "IMM06" BuildId *string `protobuf:"bytes,6,opt,name=build_id" json:"build_id,omitempty"` // Incremental build id, e.g. "243892" Incremental *string `protobuf:"bytes,7,opt,name=incremental" json:"incremental,omitempty"` // Type of build, e.g. "userdebug" Type *string `protobuf:"bytes,8,opt,name=type" json:"type,omitempty"` // Tags, e.g. "dev-keys" Tags []string `protobuf:"bytes,9,rep,name=tags" json:"tags,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Build) Descriptor ¶
func (*Build) GetBuildId ¶
func (*Build) GetFingerprint ¶
func (*Build) GetIncremental ¶
func (*Build) GetProduct ¶
func (*Build) GetRelease ¶
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.