apibq

package
v0.0.0-...-e560ebb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Overview

Package apibq contains the bigquery service API.

Index

Constants

This section is empty.

Variables

View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_assetRegistration_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_changehistory_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_device_config_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_hart_assets_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_hwid_server_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_lab_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_manufacturing_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_repair_record_row_proto protoreflect.FileDescriptor
View Source
var File_infra_appengine_cros_lab_inventory_api_bigquery_state_config_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ChangeHistory

type ChangeHistory struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Hostname    string                 `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Label       string                 `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"` // What is changed, e.g. servo_port.
	OldValue    string                 `protobuf:"bytes,4,opt,name=old_value,json=oldValue,proto3" json:"old_value,omitempty"`
	NewValue    string                 `protobuf:"bytes,5,opt,name=new_value,json=newValue,proto3" json:"new_value,omitempty"`
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	ByWhom      *ChangeHistory_User    `protobuf:"bytes,7,opt,name=by_whom,json=byWhom,proto3" json:"by_whom,omitempty"`
	Comment     string                 `protobuf:"bytes,8,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeHistory) Descriptor deprecated

func (*ChangeHistory) Descriptor() ([]byte, []int)

Deprecated: Use ChangeHistory.ProtoReflect.Descriptor instead.

func (*ChangeHistory) GetByWhom

func (x *ChangeHistory) GetByWhom() *ChangeHistory_User

func (*ChangeHistory) GetComment

func (x *ChangeHistory) GetComment() string

func (*ChangeHistory) GetHostname

func (x *ChangeHistory) GetHostname() string

func (*ChangeHistory) GetId

func (x *ChangeHistory) GetId() string

func (*ChangeHistory) GetLabel

func (x *ChangeHistory) GetLabel() string

func (*ChangeHistory) GetNewValue

func (x *ChangeHistory) GetNewValue() string

func (*ChangeHistory) GetOldValue

func (x *ChangeHistory) GetOldValue() string

func (*ChangeHistory) GetUpdatedTime

func (x *ChangeHistory) GetUpdatedTime() *timestamppb.Timestamp

func (*ChangeHistory) ProtoMessage

func (*ChangeHistory) ProtoMessage()

func (*ChangeHistory) ProtoReflect

func (x *ChangeHistory) ProtoReflect() protoreflect.Message

func (*ChangeHistory) Reset

func (x *ChangeHistory) Reset()

func (*ChangeHistory) String

func (x *ChangeHistory) String() string

type ChangeHistory_User

type ChangeHistory_User struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeHistory_User) Descriptor deprecated

func (*ChangeHistory_User) Descriptor() ([]byte, []int)

Deprecated: Use ChangeHistory_User.ProtoReflect.Descriptor instead.

func (*ChangeHistory_User) GetEmail

func (x *ChangeHistory_User) GetEmail() string

func (*ChangeHistory_User) GetName

func (x *ChangeHistory_User) GetName() string

func (*ChangeHistory_User) ProtoMessage

func (*ChangeHistory_User) ProtoMessage()

func (*ChangeHistory_User) ProtoReflect

func (x *ChangeHistory_User) ProtoReflect() protoreflect.Message

func (*ChangeHistory_User) Reset

func (x *ChangeHistory_User) Reset()

func (*ChangeHistory_User) String

func (x *ChangeHistory_User) String() string

type DeviceConfigInventory

type DeviceConfigInventory struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Config      *device.Config         `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceConfigInventory) Descriptor deprecated

func (*DeviceConfigInventory) Descriptor() ([]byte, []int)

Deprecated: Use DeviceConfigInventory.ProtoReflect.Descriptor instead.

func (*DeviceConfigInventory) GetConfig

func (x *DeviceConfigInventory) GetConfig() *device.Config

func (*DeviceConfigInventory) GetId

func (x *DeviceConfigInventory) GetId() string

func (*DeviceConfigInventory) GetUpdatedTime

func (x *DeviceConfigInventory) GetUpdatedTime() *timestamppb.Timestamp

func (*DeviceConfigInventory) ProtoMessage

func (*DeviceConfigInventory) ProtoMessage()

func (*DeviceConfigInventory) ProtoReflect

func (x *DeviceConfigInventory) ProtoReflect() protoreflect.Message

func (*DeviceConfigInventory) Reset

func (x *DeviceConfigInventory) Reset()

func (*DeviceConfigInventory) String

func (x *DeviceConfigInventory) String() string

type DeviceManualRepairRecordRow

type DeviceManualRepairRecordRow struct {
	RepairRecordId string                           `protobuf:"bytes,1,opt,name=repair_record_id,json=repairRecordId,proto3" json:"repair_record_id,omitempty"`
	RepairRecord   *protos.DeviceManualRepairRecord `protobuf:"bytes,2,opt,name=repair_record,json=repairRecord,proto3" json:"repair_record,omitempty"`
	// contains filtered or unexported fields
}

Next tag: 3

func (*DeviceManualRepairRecordRow) Descriptor deprecated

func (*DeviceManualRepairRecordRow) Descriptor() ([]byte, []int)

Deprecated: Use DeviceManualRepairRecordRow.ProtoReflect.Descriptor instead.

func (*DeviceManualRepairRecordRow) GetRepairRecord

func (*DeviceManualRepairRecordRow) GetRepairRecordId

func (x *DeviceManualRepairRecordRow) GetRepairRecordId() string

func (*DeviceManualRepairRecordRow) ProtoMessage

func (*DeviceManualRepairRecordRow) ProtoMessage()

func (*DeviceManualRepairRecordRow) ProtoReflect

func (*DeviceManualRepairRecordRow) Reset

func (x *DeviceManualRepairRecordRow) Reset()

func (*DeviceManualRepairRecordRow) String

func (x *DeviceManualRepairRecordRow) String() string

type HWIDInventory

type HWIDInventory struct {
	Hwid        string                 `protobuf:"bytes,1,opt,name=hwid,proto3" json:"hwid,omitempty"`
	Sku         string                 `protobuf:"bytes,2,opt,name=sku,proto3" json:"sku,omitempty"`
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// contains filtered or unexported fields
}

Next Tag: 4

func (*HWIDInventory) Descriptor deprecated

func (*HWIDInventory) Descriptor() ([]byte, []int)

Deprecated: Use HWIDInventory.ProtoReflect.Descriptor instead.

func (*HWIDInventory) GetHwid

func (x *HWIDInventory) GetHwid() string

func (*HWIDInventory) GetSku

func (x *HWIDInventory) GetSku() string

func (*HWIDInventory) GetUpdatedTime

func (x *HWIDInventory) GetUpdatedTime() *timestamppb.Timestamp

func (*HWIDInventory) ProtoMessage

func (*HWIDInventory) ProtoMessage()

func (*HWIDInventory) ProtoReflect

func (x *HWIDInventory) ProtoReflect() protoreflect.Message

func (*HWIDInventory) Reset

func (x *HWIDInventory) Reset()

func (*HWIDInventory) String

func (x *HWIDInventory) String() string

type HaRTAsset

type HaRTAsset struct {
	AssetTag string `protobuf:"bytes,1,opt,name=asset_tag,json=assetTag,proto3" json:"asset_tag,omitempty"`
	// Person|Team the device is assigned to
	Assignee       string `protobuf:"bytes,2,opt,name=assignee,proto3" json:"assignee,omitempty"`
	SerialNumber   string `protobuf:"bytes,3,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	Description    string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	GoogleCodeName string `protobuf:"bytes,5,opt,name=google_code_name,json=googleCodeName,proto3" json:"google_code_name,omitempty"`
	// Google Part Number
	Gpn string `protobuf:"bytes,6,opt,name=gpn,proto3" json:"gpn,omitempty"`
	// Description associated to the part number
	GpnDescription string                 `protobuf:"bytes,7,opt,name=gpn_description,json=gpnDescription,proto3" json:"gpn_description,omitempty"`
	FormFactor     string                 `protobuf:"bytes,8,opt,name=form_factor,json=formFactor,proto3" json:"form_factor,omitempty"`
	CostCenter     string                 `protobuf:"bytes,9,opt,name=cost_center,json=costCenter,proto3" json:"cost_center,omitempty"`
	Project        string                 `protobuf:"bytes,10,opt,name=project,proto3" json:"project,omitempty"`
	UpdatedTime    *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// contains filtered or unexported fields
}

func (*HaRTAsset) Descriptor deprecated

func (*HaRTAsset) Descriptor() ([]byte, []int)

Deprecated: Use HaRTAsset.ProtoReflect.Descriptor instead.

func (*HaRTAsset) GetAssetTag

func (x *HaRTAsset) GetAssetTag() string

func (*HaRTAsset) GetAssignee

func (x *HaRTAsset) GetAssignee() string

func (*HaRTAsset) GetCostCenter

func (x *HaRTAsset) GetCostCenter() string

func (*HaRTAsset) GetDescription

func (x *HaRTAsset) GetDescription() string

func (*HaRTAsset) GetFormFactor

func (x *HaRTAsset) GetFormFactor() string

func (*HaRTAsset) GetGoogleCodeName

func (x *HaRTAsset) GetGoogleCodeName() string

func (*HaRTAsset) GetGpn

func (x *HaRTAsset) GetGpn() string

func (*HaRTAsset) GetGpnDescription

func (x *HaRTAsset) GetGpnDescription() string

func (*HaRTAsset) GetProject

func (x *HaRTAsset) GetProject() string

func (*HaRTAsset) GetSerialNumber

func (x *HaRTAsset) GetSerialNumber() string

func (*HaRTAsset) GetUpdatedTime

func (x *HaRTAsset) GetUpdatedTime() *timestamppb.Timestamp

func (*HaRTAsset) ProtoMessage

func (*HaRTAsset) ProtoMessage()

func (*HaRTAsset) ProtoReflect

func (x *HaRTAsset) ProtoReflect() protoreflect.Message

func (*HaRTAsset) Reset

func (x *HaRTAsset) Reset()

func (*HaRTAsset) String

func (x *HaRTAsset) String() string

type LabInventory

type LabInventory struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Hostname    string                 `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Device      *lab.ChromeOSDevice    `protobuf:"bytes,3,opt,name=device,proto3" json:"device,omitempty"`
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// contains filtered or unexported fields
}

func (*LabInventory) Descriptor deprecated

func (*LabInventory) Descriptor() ([]byte, []int)

Deprecated: Use LabInventory.ProtoReflect.Descriptor instead.

func (*LabInventory) GetDevice

func (x *LabInventory) GetDevice() *lab.ChromeOSDevice

func (*LabInventory) GetHostname

func (x *LabInventory) GetHostname() string

func (*LabInventory) GetId

func (x *LabInventory) GetId() string

func (*LabInventory) GetUpdatedTime

func (x *LabInventory) GetUpdatedTime() *timestamppb.Timestamp

func (*LabInventory) ProtoMessage

func (*LabInventory) ProtoMessage()

func (*LabInventory) ProtoReflect

func (x *LabInventory) ProtoReflect() protoreflect.Message

func (*LabInventory) Reset

func (x *LabInventory) Reset()

func (*LabInventory) String

func (x *LabInventory) String() string

type ManufacturingInventory

type ManufacturingInventory struct {
	ManufacturingId string                 `protobuf:"bytes,1,opt,name=manufacturing_id,json=manufacturingId,proto3" json:"manufacturing_id,omitempty"`
	Config          *manufacturing.Config  `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	UpdatedTime     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ManufacturingInventory) Descriptor deprecated

func (*ManufacturingInventory) Descriptor() ([]byte, []int)

Deprecated: Use ManufacturingInventory.ProtoReflect.Descriptor instead.

func (*ManufacturingInventory) GetConfig

func (*ManufacturingInventory) GetManufacturingId

func (x *ManufacturingInventory) GetManufacturingId() string

func (*ManufacturingInventory) GetUpdatedTime

func (x *ManufacturingInventory) GetUpdatedTime() *timestamppb.Timestamp

func (*ManufacturingInventory) ProtoMessage

func (*ManufacturingInventory) ProtoMessage()

func (*ManufacturingInventory) ProtoReflect

func (x *ManufacturingInventory) ProtoReflect() protoreflect.Message

func (*ManufacturingInventory) Reset

func (x *ManufacturingInventory) Reset()

func (*ManufacturingInventory) String

func (x *ManufacturingInventory) String() string

type RegisteredAsset

type RegisteredAsset struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Asset       *protos.ChopsAsset     `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"`
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisteredAsset) Descriptor deprecated

func (*RegisteredAsset) Descriptor() ([]byte, []int)

Deprecated: Use RegisteredAsset.ProtoReflect.Descriptor instead.

func (*RegisteredAsset) GetAsset

func (x *RegisteredAsset) GetAsset() *protos.ChopsAsset

func (*RegisteredAsset) GetId

func (x *RegisteredAsset) GetId() string

func (*RegisteredAsset) GetUpdatedTime

func (x *RegisteredAsset) GetUpdatedTime() *timestamppb.Timestamp

func (*RegisteredAsset) ProtoMessage

func (*RegisteredAsset) ProtoMessage()

func (*RegisteredAsset) ProtoReflect

func (x *RegisteredAsset) ProtoReflect() protoreflect.Message

func (*RegisteredAsset) Reset

func (x *RegisteredAsset) Reset()

func (*RegisteredAsset) String

func (x *RegisteredAsset) String() string

type StateConfigInventory

type StateConfigInventory struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State       *lab.DutState          `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// contains filtered or unexported fields
}

func (*StateConfigInventory) Descriptor deprecated

func (*StateConfigInventory) Descriptor() ([]byte, []int)

Deprecated: Use StateConfigInventory.ProtoReflect.Descriptor instead.

func (*StateConfigInventory) GetId

func (x *StateConfigInventory) GetId() string

func (*StateConfigInventory) GetState

func (x *StateConfigInventory) GetState() *lab.DutState

func (*StateConfigInventory) GetUpdatedTime

func (x *StateConfigInventory) GetUpdatedTime() *timestamppb.Timestamp

func (*StateConfigInventory) ProtoMessage

func (*StateConfigInventory) ProtoMessage()

func (*StateConfigInventory) ProtoReflect

func (x *StateConfigInventory) ProtoReflect() protoreflect.Message

func (*StateConfigInventory) Reset

func (x *StateConfigInventory) Reset()

func (*StateConfigInventory) String

func (x *StateConfigInventory) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL