carserver

package
v0.0.0-...-81a5b18 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	OperationStatus_E_name = map[int32]string{
		0: "OPERATIONSTATUS_OK",
		1: "OPERATIONSTATUS_ERROR",
	}
	OperationStatus_E_value = map[string]int32{
		"OPERATIONSTATUS_OK":    0,
		"OPERATIONSTATUS_ERROR": 1,
	}
)

Enum value maps for OperationStatus_E.

View Source
var (
	HvacSeatCoolerActions_HvacSeatCoolerLevel_E_name = map[int32]string{
		0: "HvacSeatCoolerLevel_Unknown",
		1: "HvacSeatCoolerLevel_Off",
		2: "HvacSeatCoolerLevel_Low",
		3: "HvacSeatCoolerLevel_Med",
		4: "HvacSeatCoolerLevel_High",
	}
	HvacSeatCoolerActions_HvacSeatCoolerLevel_E_value = map[string]int32{
		"HvacSeatCoolerLevel_Unknown": 0,
		"HvacSeatCoolerLevel_Off":     1,
		"HvacSeatCoolerLevel_Low":     2,
		"HvacSeatCoolerLevel_Med":     3,
		"HvacSeatCoolerLevel_High":    4,
	}
)

Enum value maps for HvacSeatCoolerActions_HvacSeatCoolerLevel_E.

View Source
var (
	HvacSeatCoolerActions_HvacSeatCoolerPosition_E_name = map[int32]string{
		0: "HvacSeatCoolerPosition_Unknown",
		1: "HvacSeatCoolerPosition_FrontLeft",
		2: "HvacSeatCoolerPosition_FrontRight",
	}
	HvacSeatCoolerActions_HvacSeatCoolerPosition_E_value = map[string]int32{
		"HvacSeatCoolerPosition_Unknown":    0,
		"HvacSeatCoolerPosition_FrontLeft":  1,
		"HvacSeatCoolerPosition_FrontRight": 2,
	}
)

Enum value maps for HvacSeatCoolerActions_HvacSeatCoolerPosition_E.

View Source
var (
	HvacSetPreconditioningMaxAction_ManualOverrideMode_E_name = map[int32]string{
		0: "DogMode",
		1: "Soc",
		2: "Doors",
	}
	HvacSetPreconditioningMaxAction_ManualOverrideMode_E_value = map[string]int32{
		"DogMode": 0,
		"Soc":     1,
		"Doors":   2,
	}
)

Enum value maps for HvacSetPreconditioningMaxAction_ManualOverrideMode_E.

View Source
var (
	AutoSeatClimateAction_AutoSeatPosition_E_name = map[int32]string{
		0: "AutoSeatPosition_Unknown",
		1: "AutoSeatPosition_FrontLeft",
		2: "AutoSeatPosition_FrontRight",
	}
	AutoSeatClimateAction_AutoSeatPosition_E_value = map[string]int32{
		"AutoSeatPosition_Unknown":    0,
		"AutoSeatPosition_FrontLeft":  1,
		"AutoSeatPosition_FrontRight": 2,
	}
)

Enum value maps for AutoSeatClimateAction_AutoSeatPosition_E.

View Source
var (
	HvacClimateKeeperAction_ClimateKeeperAction_E_name = map[int32]string{
		0: "ClimateKeeperAction_Off",
		1: "ClimateKeeperAction_On",
		2: "ClimateKeeperAction_Dog",
		3: "ClimateKeeperAction_Camp",
	}
	HvacClimateKeeperAction_ClimateKeeperAction_E_value = map[string]int32{
		"ClimateKeeperAction_Off":  0,
		"ClimateKeeperAction_On":   1,
		"ClimateKeeperAction_Dog":  2,
		"ClimateKeeperAction_Camp": 3,
	}
)

Enum value maps for HvacClimateKeeperAction_ClimateKeeperAction_E.

View Source
var (
	Invalid_name = map[int32]string{
		0: "INVALID",
	}
	Invalid_value = map[string]int32{
		"INVALID": 0,
	}
)

Enum value maps for Invalid.

View Source
var (
	ClimateState_CopActivationTemp_name = map[int32]string{
		0: "CopActivationTempUnspecified",
		1: "CopActivationTempLow",
		2: "CopActivationTempMedium",
		3: "CopActivationTempHigh",
	}
	ClimateState_CopActivationTemp_value = map[string]int32{
		"CopActivationTempUnspecified": 0,
		"CopActivationTempLow":         1,
		"CopActivationTempMedium":      2,
		"CopActivationTempHigh":        3,
	}
)

Enum value maps for ClimateState_CopActivationTemp.

View Source
var File_car_server_proto protoreflect.FileDescriptor
View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_vehicle_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Action

type Action struct {

	// Types that are assignable to ActionMsg:
	//	*Action_VehicleAction
	ActionMsg isAction_ActionMsg `protobuf_oneof:"action_msg"`
	// contains filtered or unexported fields
}

func (*Action) Descriptor deprecated

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

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) GetActionMsg

func (m *Action) GetActionMsg() isAction_ActionMsg

func (*Action) GetVehicleAction

func (x *Action) GetVehicleAction() *VehicleAction

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) ProtoReflect

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

func (*Action) Reset

func (x *Action) Reset()

func (*Action) String

func (x *Action) String() string

type ActionStatus

type ActionStatus struct {
	Result       OperationStatus_E `protobuf:"varint,1,opt,name=result,proto3,enum=CarServer.OperationStatus_E" json:"result,omitempty"`
	ResultReason *ResultReason     `protobuf:"bytes,2,opt,name=result_reason,json=resultReason,proto3" json:"result_reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionStatus) Descriptor deprecated

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

Deprecated: Use ActionStatus.ProtoReflect.Descriptor instead.

func (*ActionStatus) GetResult

func (x *ActionStatus) GetResult() OperationStatus_E

func (*ActionStatus) GetResultReason

func (x *ActionStatus) GetResultReason() *ResultReason

func (*ActionStatus) ProtoMessage

func (*ActionStatus) ProtoMessage()

func (*ActionStatus) ProtoReflect

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

func (*ActionStatus) Reset

func (x *ActionStatus) Reset()

func (*ActionStatus) String

func (x *ActionStatus) String() string

type Action_VehicleAction

type Action_VehicleAction struct {
	VehicleAction *VehicleAction `protobuf:"bytes,2,opt,name=vehicleAction,proto3,oneof"`
}

type AutoSeatClimateAction

type AutoSeatClimateAction struct {
	Carseat []*AutoSeatClimateAction_CarSeat `protobuf:"bytes,1,rep,name=carseat,proto3" json:"carseat,omitempty"`
	// contains filtered or unexported fields
}

func (*AutoSeatClimateAction) Descriptor deprecated

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

Deprecated: Use AutoSeatClimateAction.ProtoReflect.Descriptor instead.

func (*AutoSeatClimateAction) GetCarseat

func (*AutoSeatClimateAction) ProtoMessage

func (*AutoSeatClimateAction) ProtoMessage()

func (*AutoSeatClimateAction) ProtoReflect

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

func (*AutoSeatClimateAction) Reset

func (x *AutoSeatClimateAction) Reset()

func (*AutoSeatClimateAction) String

func (x *AutoSeatClimateAction) String() string

type AutoSeatClimateAction_AutoSeatPosition_E

type AutoSeatClimateAction_AutoSeatPosition_E int32
const (
	AutoSeatClimateAction_AutoSeatPosition_Unknown    AutoSeatClimateAction_AutoSeatPosition_E = 0
	AutoSeatClimateAction_AutoSeatPosition_FrontLeft  AutoSeatClimateAction_AutoSeatPosition_E = 1
	AutoSeatClimateAction_AutoSeatPosition_FrontRight AutoSeatClimateAction_AutoSeatPosition_E = 2
)

func (AutoSeatClimateAction_AutoSeatPosition_E) Descriptor

func (AutoSeatClimateAction_AutoSeatPosition_E) Enum

func (AutoSeatClimateAction_AutoSeatPosition_E) EnumDescriptor deprecated

func (AutoSeatClimateAction_AutoSeatPosition_E) EnumDescriptor() ([]byte, []int)

Deprecated: Use AutoSeatClimateAction_AutoSeatPosition_E.Descriptor instead.

func (AutoSeatClimateAction_AutoSeatPosition_E) Number

func (AutoSeatClimateAction_AutoSeatPosition_E) String

func (AutoSeatClimateAction_AutoSeatPosition_E) Type

type AutoSeatClimateAction_CarSeat

type AutoSeatClimateAction_CarSeat struct {
	On           bool                                     `protobuf:"varint,1,opt,name=on,proto3" json:"on,omitempty"`
	SeatPosition AutoSeatClimateAction_AutoSeatPosition_E `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AutoSeatClimateAction_CarSeat) Descriptor deprecated

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

Deprecated: Use AutoSeatClimateAction_CarSeat.ProtoReflect.Descriptor instead.

func (*AutoSeatClimateAction_CarSeat) GetOn

func (*AutoSeatClimateAction_CarSeat) GetSeatPosition

func (*AutoSeatClimateAction_CarSeat) ProtoMessage

func (*AutoSeatClimateAction_CarSeat) ProtoMessage()

func (*AutoSeatClimateAction_CarSeat) ProtoReflect

func (*AutoSeatClimateAction_CarSeat) Reset

func (x *AutoSeatClimateAction_CarSeat) Reset()

func (*AutoSeatClimateAction_CarSeat) String

type ChargePortDoorClose

type ChargePortDoorClose struct {
	// contains filtered or unexported fields
}

func (*ChargePortDoorClose) Descriptor deprecated

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

Deprecated: Use ChargePortDoorClose.ProtoReflect.Descriptor instead.

func (*ChargePortDoorClose) ProtoMessage

func (*ChargePortDoorClose) ProtoMessage()

func (*ChargePortDoorClose) ProtoReflect

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

func (*ChargePortDoorClose) Reset

func (x *ChargePortDoorClose) Reset()

func (*ChargePortDoorClose) String

func (x *ChargePortDoorClose) String() string

type ChargePortDoorOpen

type ChargePortDoorOpen struct {
	// contains filtered or unexported fields
}

func (*ChargePortDoorOpen) Descriptor deprecated

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

Deprecated: Use ChargePortDoorOpen.ProtoReflect.Descriptor instead.

func (*ChargePortDoorOpen) ProtoMessage

func (*ChargePortDoorOpen) ProtoMessage()

func (*ChargePortDoorOpen) ProtoReflect

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

func (*ChargePortDoorOpen) Reset

func (x *ChargePortDoorOpen) Reset()

func (*ChargePortDoorOpen) String

func (x *ChargePortDoorOpen) String() string

type ChargingSetLimitAction

type ChargingSetLimitAction struct {
	Percent int32 `protobuf:"varint,1,opt,name=percent,proto3" json:"percent,omitempty"`
	// contains filtered or unexported fields
}

func (*ChargingSetLimitAction) Descriptor deprecated

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

Deprecated: Use ChargingSetLimitAction.ProtoReflect.Descriptor instead.

func (*ChargingSetLimitAction) GetPercent

func (x *ChargingSetLimitAction) GetPercent() int32

func (*ChargingSetLimitAction) ProtoMessage

func (*ChargingSetLimitAction) ProtoMessage()

func (*ChargingSetLimitAction) ProtoReflect

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

func (*ChargingSetLimitAction) Reset

func (x *ChargingSetLimitAction) Reset()

func (*ChargingSetLimitAction) String

func (x *ChargingSetLimitAction) String() string

type ChargingStartStopAction

type ChargingStartStopAction struct {

	// Types that are assignable to ChargingAction:
	//	*ChargingStartStopAction_Unknown
	//	*ChargingStartStopAction_Start
	//	*ChargingStartStopAction_StartStandard
	//	*ChargingStartStopAction_StartMaxRange
	//	*ChargingStartStopAction_Stop
	ChargingAction isChargingStartStopAction_ChargingAction `protobuf_oneof:"charging_action"`
	// contains filtered or unexported fields
}

func (*ChargingStartStopAction) Descriptor deprecated

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

Deprecated: Use ChargingStartStopAction.ProtoReflect.Descriptor instead.

func (*ChargingStartStopAction) GetChargingAction

func (m *ChargingStartStopAction) GetChargingAction() isChargingStartStopAction_ChargingAction

func (*ChargingStartStopAction) GetStart

func (x *ChargingStartStopAction) GetStart() *Void

func (*ChargingStartStopAction) GetStartMaxRange

func (x *ChargingStartStopAction) GetStartMaxRange() *Void

func (*ChargingStartStopAction) GetStartStandard

func (x *ChargingStartStopAction) GetStartStandard() *Void

func (*ChargingStartStopAction) GetStop

func (x *ChargingStartStopAction) GetStop() *Void

func (*ChargingStartStopAction) GetUnknown

func (x *ChargingStartStopAction) GetUnknown() *Void

func (*ChargingStartStopAction) ProtoMessage

func (*ChargingStartStopAction) ProtoMessage()

func (*ChargingStartStopAction) ProtoReflect

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

func (*ChargingStartStopAction) Reset

func (x *ChargingStartStopAction) Reset()

func (*ChargingStartStopAction) String

func (x *ChargingStartStopAction) String() string

type ChargingStartStopAction_Start

type ChargingStartStopAction_Start struct {
	Start *Void `protobuf:"bytes,2,opt,name=start,proto3,oneof"`
}

type ChargingStartStopAction_StartMaxRange

type ChargingStartStopAction_StartMaxRange struct {
	StartMaxRange *Void `protobuf:"bytes,4,opt,name=start_max_range,json=startMaxRange,proto3,oneof"`
}

type ChargingStartStopAction_StartStandard

type ChargingStartStopAction_StartStandard struct {
	StartStandard *Void `protobuf:"bytes,3,opt,name=start_standard,json=startStandard,proto3,oneof"`
}

type ChargingStartStopAction_Stop

type ChargingStartStopAction_Stop struct {
	Stop *Void `protobuf:"bytes,5,opt,name=stop,proto3,oneof"`
}

type ChargingStartStopAction_Unknown

type ChargingStartStopAction_Unknown struct {
	Unknown *Void `protobuf:"bytes,1,opt,name=unknown,proto3,oneof"`
}

type ClimateState

type ClimateState struct {
	// contains filtered or unexported fields
}

func (*ClimateState) Descriptor deprecated

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

Deprecated: Use ClimateState.ProtoReflect.Descriptor instead.

func (*ClimateState) ProtoMessage

func (*ClimateState) ProtoMessage()

func (*ClimateState) ProtoReflect

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

func (*ClimateState) Reset

func (x *ClimateState) Reset()

func (*ClimateState) String

func (x *ClimateState) String() string

type ClimateState_CopActivationTemp

type ClimateState_CopActivationTemp int32
const (
	ClimateState_CopActivationTempUnspecified ClimateState_CopActivationTemp = 0
	ClimateState_CopActivationTempLow         ClimateState_CopActivationTemp = 1
	ClimateState_CopActivationTempMedium      ClimateState_CopActivationTemp = 2
	ClimateState_CopActivationTempHigh        ClimateState_CopActivationTemp = 3
)

func (ClimateState_CopActivationTemp) Descriptor

func (ClimateState_CopActivationTemp) Enum

func (ClimateState_CopActivationTemp) EnumDescriptor deprecated

func (ClimateState_CopActivationTemp) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClimateState_CopActivationTemp.Descriptor instead.

func (ClimateState_CopActivationTemp) Number

func (ClimateState_CopActivationTemp) String

func (ClimateState_CopActivationTemp) Type

type DrivingClearSpeedLimitPinAction

type DrivingClearSpeedLimitPinAction struct {
	Pin string `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"`
	// contains filtered or unexported fields
}

func (*DrivingClearSpeedLimitPinAction) Descriptor deprecated

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

Deprecated: Use DrivingClearSpeedLimitPinAction.ProtoReflect.Descriptor instead.

func (*DrivingClearSpeedLimitPinAction) GetPin

func (*DrivingClearSpeedLimitPinAction) ProtoMessage

func (*DrivingClearSpeedLimitPinAction) ProtoMessage()

func (*DrivingClearSpeedLimitPinAction) ProtoReflect

func (*DrivingClearSpeedLimitPinAction) Reset

func (*DrivingClearSpeedLimitPinAction) String

type DrivingSetSpeedLimitAction

type DrivingSetSpeedLimitAction struct {
	LimitMph float64 `protobuf:"fixed64,1,opt,name=limit_mph,json=limitMph,proto3" json:"limit_mph,omitempty"`
	// contains filtered or unexported fields
}

func (*DrivingSetSpeedLimitAction) Descriptor deprecated

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

Deprecated: Use DrivingSetSpeedLimitAction.ProtoReflect.Descriptor instead.

func (*DrivingSetSpeedLimitAction) GetLimitMph

func (x *DrivingSetSpeedLimitAction) GetLimitMph() float64

func (*DrivingSetSpeedLimitAction) ProtoMessage

func (*DrivingSetSpeedLimitAction) ProtoMessage()

func (*DrivingSetSpeedLimitAction) ProtoReflect

func (*DrivingSetSpeedLimitAction) Reset

func (x *DrivingSetSpeedLimitAction) Reset()

func (*DrivingSetSpeedLimitAction) String

func (x *DrivingSetSpeedLimitAction) String() string

type DrivingSpeedLimitAction

type DrivingSpeedLimitAction struct {
	Activate bool   `protobuf:"varint,1,opt,name=activate,proto3" json:"activate,omitempty"`
	Pin      string `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	// contains filtered or unexported fields
}

func (*DrivingSpeedLimitAction) Descriptor deprecated

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

Deprecated: Use DrivingSpeedLimitAction.ProtoReflect.Descriptor instead.

func (*DrivingSpeedLimitAction) GetActivate

func (x *DrivingSpeedLimitAction) GetActivate() bool

func (*DrivingSpeedLimitAction) GetPin

func (x *DrivingSpeedLimitAction) GetPin() string

func (*DrivingSpeedLimitAction) ProtoMessage

func (*DrivingSpeedLimitAction) ProtoMessage()

func (*DrivingSpeedLimitAction) ProtoReflect

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

func (*DrivingSpeedLimitAction) Reset

func (x *DrivingSpeedLimitAction) Reset()

func (*DrivingSpeedLimitAction) String

func (x *DrivingSpeedLimitAction) String() string

type EncryptedData

type EncryptedData struct {
	FieldNumber int32  `protobuf:"varint,1,opt,name=field_number,json=fieldNumber,proto3" json:"field_number,omitempty"`
	Ciphertext  []byte `protobuf:"bytes,2,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	Tag         []byte `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptedData) Descriptor deprecated

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

Deprecated: Use EncryptedData.ProtoReflect.Descriptor instead.

func (*EncryptedData) GetCiphertext

func (x *EncryptedData) GetCiphertext() []byte

func (*EncryptedData) GetFieldNumber

func (x *EncryptedData) GetFieldNumber() int32

func (*EncryptedData) GetTag

func (x *EncryptedData) GetTag() []byte

func (*EncryptedData) ProtoMessage

func (*EncryptedData) ProtoMessage()

func (*EncryptedData) ProtoReflect

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

func (*EncryptedData) Reset

func (x *EncryptedData) Reset()

func (*EncryptedData) String

func (x *EncryptedData) String() string

type EraseUserDataAction

type EraseUserDataAction struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*EraseUserDataAction) Descriptor deprecated

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

Deprecated: Use EraseUserDataAction.ProtoReflect.Descriptor instead.

func (*EraseUserDataAction) GetReason

func (x *EraseUserDataAction) GetReason() string

func (*EraseUserDataAction) ProtoMessage

func (*EraseUserDataAction) ProtoMessage()

func (*EraseUserDataAction) ProtoReflect

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

func (*EraseUserDataAction) Reset

func (x *EraseUserDataAction) Reset()

func (*EraseUserDataAction) String

func (x *EraseUserDataAction) String() string

type GetNearbyChargingSites

type GetNearbyChargingSites struct {
	IncludeMetaData bool  `protobuf:"varint,1,opt,name=include_meta_data,json=includeMetaData,proto3" json:"include_meta_data,omitempty"`
	Radius          int32 `protobuf:"varint,2,opt,name=radius,proto3" json:"radius,omitempty"`
	Count           int32 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNearbyChargingSites) Descriptor deprecated

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

Deprecated: Use GetNearbyChargingSites.ProtoReflect.Descriptor instead.

func (*GetNearbyChargingSites) GetCount

func (x *GetNearbyChargingSites) GetCount() int32

func (*GetNearbyChargingSites) GetIncludeMetaData

func (x *GetNearbyChargingSites) GetIncludeMetaData() bool

func (*GetNearbyChargingSites) GetRadius

func (x *GetNearbyChargingSites) GetRadius() int32

func (*GetNearbyChargingSites) ProtoMessage

func (*GetNearbyChargingSites) ProtoMessage()

func (*GetNearbyChargingSites) ProtoReflect

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

func (*GetNearbyChargingSites) Reset

func (x *GetNearbyChargingSites) Reset()

func (*GetNearbyChargingSites) String

func (x *GetNearbyChargingSites) String() string

type HvacAutoAction

type HvacAutoAction struct {
	PowerOn        bool `protobuf:"varint,1,opt,name=power_on,json=powerOn,proto3" json:"power_on,omitempty"`
	ManualOverride bool `protobuf:"varint,2,opt,name=manual_override,json=manualOverride,proto3" json:"manual_override,omitempty"`
	// contains filtered or unexported fields
}

func (*HvacAutoAction) Descriptor deprecated

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

Deprecated: Use HvacAutoAction.ProtoReflect.Descriptor instead.

func (*HvacAutoAction) GetManualOverride

func (x *HvacAutoAction) GetManualOverride() bool

func (*HvacAutoAction) GetPowerOn

func (x *HvacAutoAction) GetPowerOn() bool

func (*HvacAutoAction) ProtoMessage

func (*HvacAutoAction) ProtoMessage()

func (*HvacAutoAction) ProtoReflect

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

func (*HvacAutoAction) Reset

func (x *HvacAutoAction) Reset()

func (*HvacAutoAction) String

func (x *HvacAutoAction) String() string

type HvacBioweaponModeAction

type HvacBioweaponModeAction struct {
	On             bool `protobuf:"varint,1,opt,name=on,proto3" json:"on,omitempty"`
	ManualOverride bool `protobuf:"varint,2,opt,name=manual_override,json=manualOverride,proto3" json:"manual_override,omitempty"`
	// contains filtered or unexported fields
}

func (*HvacBioweaponModeAction) Descriptor deprecated

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

Deprecated: Use HvacBioweaponModeAction.ProtoReflect.Descriptor instead.

func (*HvacBioweaponModeAction) GetManualOverride

func (x *HvacBioweaponModeAction) GetManualOverride() bool

func (*HvacBioweaponModeAction) GetOn

func (x *HvacBioweaponModeAction) GetOn() bool

func (*HvacBioweaponModeAction) ProtoMessage

func (*HvacBioweaponModeAction) ProtoMessage()

func (*HvacBioweaponModeAction) ProtoReflect

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

func (*HvacBioweaponModeAction) Reset

func (x *HvacBioweaponModeAction) Reset()

func (*HvacBioweaponModeAction) String

func (x *HvacBioweaponModeAction) String() string

type HvacClimateKeeperAction

type HvacClimateKeeperAction struct {
	ClimateKeeperAction HvacClimateKeeperAction_ClimateKeeperAction_E `` /* 153-byte string literal not displayed */
	ManualOverride      bool                                          `protobuf:"varint,2,opt,name=manual_override,json=manualOverride,proto3" json:"manual_override,omitempty"`
	// contains filtered or unexported fields
}

func (*HvacClimateKeeperAction) Descriptor deprecated

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

Deprecated: Use HvacClimateKeeperAction.ProtoReflect.Descriptor instead.

func (*HvacClimateKeeperAction) GetClimateKeeperAction

func (*HvacClimateKeeperAction) GetManualOverride

func (x *HvacClimateKeeperAction) GetManualOverride() bool

func (*HvacClimateKeeperAction) ProtoMessage

func (*HvacClimateKeeperAction) ProtoMessage()

func (*HvacClimateKeeperAction) ProtoReflect

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

func (*HvacClimateKeeperAction) Reset

func (x *HvacClimateKeeperAction) Reset()

func (*HvacClimateKeeperAction) String

func (x *HvacClimateKeeperAction) String() string

type HvacClimateKeeperAction_ClimateKeeperAction_E

type HvacClimateKeeperAction_ClimateKeeperAction_E int32
const (
	HvacClimateKeeperAction_ClimateKeeperAction_Off  HvacClimateKeeperAction_ClimateKeeperAction_E = 0
	HvacClimateKeeperAction_ClimateKeeperAction_On   HvacClimateKeeperAction_ClimateKeeperAction_E = 1
	HvacClimateKeeperAction_ClimateKeeperAction_Dog  HvacClimateKeeperAction_ClimateKeeperAction_E = 2
	HvacClimateKeeperAction_ClimateKeeperAction_Camp HvacClimateKeeperAction_ClimateKeeperAction_E = 3
)

func (HvacClimateKeeperAction_ClimateKeeperAction_E) Descriptor

func (HvacClimateKeeperAction_ClimateKeeperAction_E) Enum

func (HvacClimateKeeperAction_ClimateKeeperAction_E) EnumDescriptor deprecated

func (HvacClimateKeeperAction_ClimateKeeperAction_E) EnumDescriptor() ([]byte, []int)

Deprecated: Use HvacClimateKeeperAction_ClimateKeeperAction_E.Descriptor instead.

func (HvacClimateKeeperAction_ClimateKeeperAction_E) Number

func (HvacClimateKeeperAction_ClimateKeeperAction_E) String

func (HvacClimateKeeperAction_ClimateKeeperAction_E) Type

type HvacSeatCoolerActions

type HvacSeatCoolerActions struct {
	HvacSeatCoolerAction []*HvacSeatCoolerActions_HvacSeatCoolerAction `protobuf:"bytes,1,rep,name=hvacSeatCoolerAction,proto3" json:"hvacSeatCoolerAction,omitempty"`
	// contains filtered or unexported fields
}

func (*HvacSeatCoolerActions) Descriptor deprecated

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

Deprecated: Use HvacSeatCoolerActions.ProtoReflect.Descriptor instead.

func (*HvacSeatCoolerActions) GetHvacSeatCoolerAction

func (x *HvacSeatCoolerActions) GetHvacSeatCoolerAction() []*HvacSeatCoolerActions_HvacSeatCoolerAction

func (*HvacSeatCoolerActions) ProtoMessage

func (*HvacSeatCoolerActions) ProtoMessage()

func (*HvacSeatCoolerActions) ProtoReflect

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

func (*HvacSeatCoolerActions) Reset

func (x *HvacSeatCoolerActions) Reset()

func (*HvacSeatCoolerActions) String

func (x *HvacSeatCoolerActions) String() string

type HvacSeatCoolerActions_HvacSeatCoolerAction

type HvacSeatCoolerActions_HvacSeatCoolerAction struct {
	SeatCoolerLevel HvacSeatCoolerActions_HvacSeatCoolerLevel_E    `` /* 168-byte string literal not displayed */
	SeatPosition    HvacSeatCoolerActions_HvacSeatCoolerPosition_E `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HvacSeatCoolerActions_HvacSeatCoolerAction) Descriptor deprecated

Deprecated: Use HvacSeatCoolerActions_HvacSeatCoolerAction.ProtoReflect.Descriptor instead.

func (*HvacSeatCoolerActions_HvacSeatCoolerAction) GetSeatCoolerLevel

func (*HvacSeatCoolerActions_HvacSeatCoolerAction) GetSeatPosition

func (*HvacSeatCoolerActions_HvacSeatCoolerAction) ProtoMessage

func (*HvacSeatCoolerActions_HvacSeatCoolerAction) ProtoReflect

func (*HvacSeatCoolerActions_HvacSeatCoolerAction) Reset

func (*HvacSeatCoolerActions_HvacSeatCoolerAction) String

type HvacSeatCoolerActions_HvacSeatCoolerLevel_E

type HvacSeatCoolerActions_HvacSeatCoolerLevel_E int32
const (
	HvacSeatCoolerActions_HvacSeatCoolerLevel_Unknown HvacSeatCoolerActions_HvacSeatCoolerLevel_E = 0
	HvacSeatCoolerActions_HvacSeatCoolerLevel_Off     HvacSeatCoolerActions_HvacSeatCoolerLevel_E = 1
	HvacSeatCoolerActions_HvacSeatCoolerLevel_Low     HvacSeatCoolerActions_HvacSeatCoolerLevel_E = 2
	HvacSeatCoolerActions_HvacSeatCoolerLevel_Med     HvacSeatCoolerActions_HvacSeatCoolerLevel_E = 3
	HvacSeatCoolerActions_HvacSeatCoolerLevel_High    HvacSeatCoolerActions_HvacSeatCoolerLevel_E = 4
)

func (HvacSeatCoolerActions_HvacSeatCoolerLevel_E) Descriptor

func (HvacSeatCoolerActions_HvacSeatCoolerLevel_E) Enum

func (HvacSeatCoolerActions_HvacSeatCoolerLevel_E) EnumDescriptor deprecated

func (HvacSeatCoolerActions_HvacSeatCoolerLevel_E) EnumDescriptor() ([]byte, []int)

Deprecated: Use HvacSeatCoolerActions_HvacSeatCoolerLevel_E.Descriptor instead.

func (HvacSeatCoolerActions_HvacSeatCoolerLevel_E) Number

func (HvacSeatCoolerActions_HvacSeatCoolerLevel_E) String

func (HvacSeatCoolerActions_HvacSeatCoolerLevel_E) Type

type HvacSeatCoolerActions_HvacSeatCoolerPosition_E

type HvacSeatCoolerActions_HvacSeatCoolerPosition_E int32
const (
	HvacSeatCoolerActions_HvacSeatCoolerPosition_Unknown    HvacSeatCoolerActions_HvacSeatCoolerPosition_E = 0
	HvacSeatCoolerActions_HvacSeatCoolerPosition_FrontLeft  HvacSeatCoolerActions_HvacSeatCoolerPosition_E = 1
	HvacSeatCoolerActions_HvacSeatCoolerPosition_FrontRight HvacSeatCoolerActions_HvacSeatCoolerPosition_E = 2
)

func (HvacSeatCoolerActions_HvacSeatCoolerPosition_E) Descriptor

func (HvacSeatCoolerActions_HvacSeatCoolerPosition_E) Enum

func (HvacSeatCoolerActions_HvacSeatCoolerPosition_E) EnumDescriptor deprecated

Deprecated: Use HvacSeatCoolerActions_HvacSeatCoolerPosition_E.Descriptor instead.

func (HvacSeatCoolerActions_HvacSeatCoolerPosition_E) Number

func (HvacSeatCoolerActions_HvacSeatCoolerPosition_E) String

func (HvacSeatCoolerActions_HvacSeatCoolerPosition_E) Type

type HvacSeatHeaterActions

type HvacSeatHeaterActions struct {
	HvacSeatHeaterAction []*HvacSeatHeaterActions_HvacSeatHeaterAction `protobuf:"bytes,1,rep,name=hvacSeatHeaterAction,proto3" json:"hvacSeatHeaterAction,omitempty"`
	// contains filtered or unexported fields
}

func (*HvacSeatHeaterActions) Descriptor deprecated

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

Deprecated: Use HvacSeatHeaterActions.ProtoReflect.Descriptor instead.

func (*HvacSeatHeaterActions) GetHvacSeatHeaterAction

func (x *HvacSeatHeaterActions) GetHvacSeatHeaterAction() []*HvacSeatHeaterActions_HvacSeatHeaterAction

func (*HvacSeatHeaterActions) ProtoMessage

func (*HvacSeatHeaterActions) ProtoMessage()

func (*HvacSeatHeaterActions) ProtoReflect

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

func (*HvacSeatHeaterActions) Reset

func (x *HvacSeatHeaterActions) Reset()

func (*HvacSeatHeaterActions) String

func (x *HvacSeatHeaterActions) String() string

type HvacSeatHeaterActions_HvacSeatHeaterAction

type HvacSeatHeaterActions_HvacSeatHeaterAction struct {

	// Types that are assignable to SeatHeaterLevel:
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_UNKNOWN
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_OFF
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_LOW
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_MED
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_HIGH
	SeatHeaterLevel isHvacSeatHeaterActions_HvacSeatHeaterAction_SeatHeaterLevel `protobuf_oneof:"seat_heater_level"`
	// Types that are assignable to SeatPosition:
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_UNKNOWN
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_FRONT_LEFT
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_FRONT_RIGHT
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_LEFT
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_LEFT_BACK
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_CENTER
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_RIGHT
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_RIGHT_BACK
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_THIRD_ROW_LEFT
	//	*HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_THIRD_ROW_RIGHT
	SeatPosition isHvacSeatHeaterActions_HvacSeatHeaterAction_SeatPosition `protobuf_oneof:"seat_position"`
	// contains filtered or unexported fields
}

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) Descriptor deprecated

Deprecated: Use HvacSeatHeaterActions_HvacSeatHeaterAction.ProtoReflect.Descriptor instead.

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_FRONT_LEFT

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_FRONT_LEFT() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_FRONT_RIGHT

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_FRONT_RIGHT() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_CENTER

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_CENTER() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_LEFT

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_LEFT() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_LEFT_BACK

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_LEFT_BACK() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_RIGHT

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_RIGHT() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_RIGHT_BACK

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_REAR_RIGHT_BACK() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_THIRD_ROW_LEFT

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_THIRD_ROW_LEFT() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_THIRD_ROW_RIGHT

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_THIRD_ROW_RIGHT() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_UNKNOWN

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetCAR_SEAT_UNKNOWN() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_HIGH

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_HIGH() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_LOW

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_LOW() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_MED

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_MED() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_OFF

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_OFF() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_UNKNOWN

func (x *HvacSeatHeaterActions_HvacSeatHeaterAction) GetSEAT_HEATER_UNKNOWN() *Void

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetSeatHeaterLevel

func (m *HvacSeatHeaterActions_HvacSeatHeaterAction) GetSeatHeaterLevel() isHvacSeatHeaterActions_HvacSeatHeaterAction_SeatHeaterLevel

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) GetSeatPosition

func (m *HvacSeatHeaterActions_HvacSeatHeaterAction) GetSeatPosition() isHvacSeatHeaterActions_HvacSeatHeaterAction_SeatPosition

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) ProtoMessage

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) ProtoReflect

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) Reset

func (*HvacSeatHeaterActions_HvacSeatHeaterAction) String

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_FRONT_LEFT

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_FRONT_LEFT struct {
	CAR_SEAT_FRONT_LEFT *Void `protobuf:"bytes,7,opt,name=CAR_SEAT_FRONT_LEFT,json=CARSEATFRONTLEFT,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_FRONT_RIGHT

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_FRONT_RIGHT struct {
	CAR_SEAT_FRONT_RIGHT *Void `protobuf:"bytes,8,opt,name=CAR_SEAT_FRONT_RIGHT,json=CARSEATFRONTRIGHT,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_CENTER

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_CENTER struct {
	CAR_SEAT_REAR_CENTER *Void `protobuf:"bytes,11,opt,name=CAR_SEAT_REAR_CENTER,json=CARSEATREARCENTER,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_LEFT

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_LEFT struct {
	CAR_SEAT_REAR_LEFT *Void `protobuf:"bytes,9,opt,name=CAR_SEAT_REAR_LEFT,json=CARSEATREARLEFT,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_LEFT_BACK

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_LEFT_BACK struct {
	CAR_SEAT_REAR_LEFT_BACK *Void `protobuf:"bytes,10,opt,name=CAR_SEAT_REAR_LEFT_BACK,json=CARSEATREARLEFTBACK,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_RIGHT

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_RIGHT struct {
	CAR_SEAT_REAR_RIGHT *Void `protobuf:"bytes,12,opt,name=CAR_SEAT_REAR_RIGHT,json=CARSEATREARRIGHT,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_RIGHT_BACK

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_REAR_RIGHT_BACK struct {
	CAR_SEAT_REAR_RIGHT_BACK *Void `protobuf:"bytes,13,opt,name=CAR_SEAT_REAR_RIGHT_BACK,json=CARSEATREARRIGHTBACK,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_THIRD_ROW_LEFT

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_THIRD_ROW_LEFT struct {
	CAR_SEAT_THIRD_ROW_LEFT *Void `protobuf:"bytes,14,opt,name=CAR_SEAT_THIRD_ROW_LEFT,json=CARSEATTHIRDROWLEFT,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_THIRD_ROW_RIGHT

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_THIRD_ROW_RIGHT struct {
	CAR_SEAT_THIRD_ROW_RIGHT *Void `protobuf:"bytes,15,opt,name=CAR_SEAT_THIRD_ROW_RIGHT,json=CARSEATTHIRDROWRIGHT,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_UNKNOWN

type HvacSeatHeaterActions_HvacSeatHeaterAction_CAR_SEAT_UNKNOWN struct {
	CAR_SEAT_UNKNOWN *Void `protobuf:"bytes,6,opt,name=CAR_SEAT_UNKNOWN,json=CARSEATUNKNOWN,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_HIGH

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_HIGH struct {
	SEAT_HEATER_HIGH *Void `protobuf:"bytes,5,opt,name=SEAT_HEATER_HIGH,json=SEATHEATERHIGH,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_LOW

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_LOW struct {
	SEAT_HEATER_LOW *Void `protobuf:"bytes,3,opt,name=SEAT_HEATER_LOW,json=SEATHEATERLOW,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_MED

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_MED struct {
	SEAT_HEATER_MED *Void `protobuf:"bytes,4,opt,name=SEAT_HEATER_MED,json=SEATHEATERMED,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_OFF

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_OFF struct {
	SEAT_HEATER_OFF *Void `protobuf:"bytes,2,opt,name=SEAT_HEATER_OFF,json=SEATHEATEROFF,proto3,oneof"`
}

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_UNKNOWN

type HvacSeatHeaterActions_HvacSeatHeaterAction_SEAT_HEATER_UNKNOWN struct {
	SEAT_HEATER_UNKNOWN *Void `protobuf:"bytes,1,opt,name=SEAT_HEATER_UNKNOWN,json=SEATHEATERUNKNOWN,proto3,oneof"`
}

type HvacSetPreconditioningMaxAction

type HvacSetPreconditioningMaxAction struct {
	On                 bool                                                   `protobuf:"varint,1,opt,name=on,proto3" json:"on,omitempty"`
	ManualOverride     bool                                                   `protobuf:"varint,2,opt,name=manual_override,json=manualOverride,proto3" json:"manual_override,omitempty"`
	ManualOverrideMode []HvacSetPreconditioningMaxAction_ManualOverrideMode_E `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HvacSetPreconditioningMaxAction) Descriptor deprecated

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

Deprecated: Use HvacSetPreconditioningMaxAction.ProtoReflect.Descriptor instead.

func (*HvacSetPreconditioningMaxAction) GetManualOverride

func (x *HvacSetPreconditioningMaxAction) GetManualOverride() bool

func (*HvacSetPreconditioningMaxAction) GetManualOverrideMode

func (*HvacSetPreconditioningMaxAction) GetOn

func (*HvacSetPreconditioningMaxAction) ProtoMessage

func (*HvacSetPreconditioningMaxAction) ProtoMessage()

func (*HvacSetPreconditioningMaxAction) ProtoReflect

func (*HvacSetPreconditioningMaxAction) Reset

func (*HvacSetPreconditioningMaxAction) String

type HvacSetPreconditioningMaxAction_ManualOverrideMode_E

type HvacSetPreconditioningMaxAction_ManualOverrideMode_E int32
const (
	HvacSetPreconditioningMaxAction_DogMode HvacSetPreconditioningMaxAction_ManualOverrideMode_E = 0
	HvacSetPreconditioningMaxAction_Soc     HvacSetPreconditioningMaxAction_ManualOverrideMode_E = 1
	HvacSetPreconditioningMaxAction_Doors   HvacSetPreconditioningMaxAction_ManualOverrideMode_E = 2
)

func (HvacSetPreconditioningMaxAction_ManualOverrideMode_E) Descriptor

func (HvacSetPreconditioningMaxAction_ManualOverrideMode_E) Enum

func (HvacSetPreconditioningMaxAction_ManualOverrideMode_E) EnumDescriptor deprecated

Deprecated: Use HvacSetPreconditioningMaxAction_ManualOverrideMode_E.Descriptor instead.

func (HvacSetPreconditioningMaxAction_ManualOverrideMode_E) Number

func (HvacSetPreconditioningMaxAction_ManualOverrideMode_E) String

func (HvacSetPreconditioningMaxAction_ManualOverrideMode_E) Type

type HvacSteeringWheelHeaterAction

type HvacSteeringWheelHeaterAction struct {
	PowerOn bool `protobuf:"varint,1,opt,name=power_on,json=powerOn,proto3" json:"power_on,omitempty"`
	// contains filtered or unexported fields
}

func (*HvacSteeringWheelHeaterAction) Descriptor deprecated

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

Deprecated: Use HvacSteeringWheelHeaterAction.ProtoReflect.Descriptor instead.

func (*HvacSteeringWheelHeaterAction) GetPowerOn

func (x *HvacSteeringWheelHeaterAction) GetPowerOn() bool

func (*HvacSteeringWheelHeaterAction) ProtoMessage

func (*HvacSteeringWheelHeaterAction) ProtoMessage()

func (*HvacSteeringWheelHeaterAction) ProtoReflect

func (*HvacSteeringWheelHeaterAction) Reset

func (x *HvacSteeringWheelHeaterAction) Reset()

func (*HvacSteeringWheelHeaterAction) String

type HvacTemperatureAdjustmentAction

type HvacTemperatureAdjustmentAction struct {
	DeltaCelsius         float32                                                `protobuf:"fixed32,1,opt,name=delta_celsius,json=deltaCelsius,proto3" json:"delta_celsius,omitempty"`
	DeltaPercent         int32                                                  `protobuf:"zigzag32,2,opt,name=delta_percent,json=deltaPercent,proto3" json:"delta_percent,omitempty"`
	AbsoluteCelsius      float32                                                `protobuf:"fixed32,3,opt,name=absolute_celsius,json=absoluteCelsius,proto3" json:"absolute_celsius,omitempty"`
	Level                *HvacTemperatureAdjustmentAction_Temperature           `protobuf:"bytes,5,opt,name=level,proto3" json:"level,omitempty"`
	HvacTemperatureZone  []*HvacTemperatureAdjustmentAction_HvacTemperatureZone `protobuf:"bytes,4,rep,name=hvac_temperature_zone,json=hvacTemperatureZone,proto3" json:"hvac_temperature_zone,omitempty"`
	DriverTempCelsius    float32                                                `protobuf:"fixed32,6,opt,name=driver_temp_celsius,json=driverTempCelsius,proto3" json:"driver_temp_celsius,omitempty"`
	PassengerTempCelsius float32                                                `protobuf:"fixed32,7,opt,name=passenger_temp_celsius,json=passengerTempCelsius,proto3" json:"passenger_temp_celsius,omitempty"`
	// contains filtered or unexported fields
}

func (*HvacTemperatureAdjustmentAction) Descriptor deprecated

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

Deprecated: Use HvacTemperatureAdjustmentAction.ProtoReflect.Descriptor instead.

func (*HvacTemperatureAdjustmentAction) GetAbsoluteCelsius

func (x *HvacTemperatureAdjustmentAction) GetAbsoluteCelsius() float32

func (*HvacTemperatureAdjustmentAction) GetDeltaCelsius

func (x *HvacTemperatureAdjustmentAction) GetDeltaCelsius() float32

func (*HvacTemperatureAdjustmentAction) GetDeltaPercent

func (x *HvacTemperatureAdjustmentAction) GetDeltaPercent() int32

func (*HvacTemperatureAdjustmentAction) GetDriverTempCelsius

func (x *HvacTemperatureAdjustmentAction) GetDriverTempCelsius() float32

func (*HvacTemperatureAdjustmentAction) GetHvacTemperatureZone

func (*HvacTemperatureAdjustmentAction) GetLevel

func (*HvacTemperatureAdjustmentAction) GetPassengerTempCelsius

func (x *HvacTemperatureAdjustmentAction) GetPassengerTempCelsius() float32

func (*HvacTemperatureAdjustmentAction) ProtoMessage

func (*HvacTemperatureAdjustmentAction) ProtoMessage()

func (*HvacTemperatureAdjustmentAction) ProtoReflect

func (*HvacTemperatureAdjustmentAction) Reset

func (*HvacTemperatureAdjustmentAction) String

type HvacTemperatureAdjustmentAction_HvacTemperatureZone

type HvacTemperatureAdjustmentAction_HvacTemperatureZone struct {

	// Types that are assignable to Type:
	//	*HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_UNKNOWN
	//	*HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_FRONT_LEFT
	//	*HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_FRONT_RIGHT
	//	*HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_REAR
	Type isHvacTemperatureAdjustmentAction_HvacTemperatureZone_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) Descriptor deprecated

Deprecated: Use HvacTemperatureAdjustmentAction_HvacTemperatureZone.ProtoReflect.Descriptor instead.

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetTEMP_ZONE_FRONT_LEFT

func (x *HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetTEMP_ZONE_FRONT_LEFT() *Void

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetTEMP_ZONE_FRONT_RIGHT

func (x *HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetTEMP_ZONE_FRONT_RIGHT() *Void

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetTEMP_ZONE_REAR

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetTEMP_ZONE_UNKNOWN

func (x *HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetTEMP_ZONE_UNKNOWN() *Void

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetType

func (m *HvacTemperatureAdjustmentAction_HvacTemperatureZone) GetType() isHvacTemperatureAdjustmentAction_HvacTemperatureZone_Type

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) ProtoMessage

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) ProtoReflect

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) Reset

func (*HvacTemperatureAdjustmentAction_HvacTemperatureZone) String

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_FRONT_LEFT

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_FRONT_LEFT struct {
	TEMP_ZONE_FRONT_LEFT *Void `protobuf:"bytes,2,opt,name=TEMP_ZONE_FRONT_LEFT,json=TEMPZONEFRONTLEFT,proto3,oneof"`
}

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_FRONT_RIGHT

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_FRONT_RIGHT struct {
	TEMP_ZONE_FRONT_RIGHT *Void `protobuf:"bytes,3,opt,name=TEMP_ZONE_FRONT_RIGHT,json=TEMPZONEFRONTRIGHT,proto3,oneof"`
}

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_REAR

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_REAR struct {
	TEMP_ZONE_REAR *Void `protobuf:"bytes,4,opt,name=TEMP_ZONE_REAR,json=TEMPZONEREAR,proto3,oneof"`
}

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_UNKNOWN

type HvacTemperatureAdjustmentAction_HvacTemperatureZone_TEMP_ZONE_UNKNOWN struct {
	TEMP_ZONE_UNKNOWN *Void `protobuf:"bytes,1,opt,name=TEMP_ZONE_UNKNOWN,json=TEMPZONEUNKNOWN,proto3,oneof"`
}

type HvacTemperatureAdjustmentAction_Temperature

type HvacTemperatureAdjustmentAction_Temperature struct {

	// Types that are assignable to Type:
	//	*HvacTemperatureAdjustmentAction_Temperature_TEMP_UNKNOWN
	//	*HvacTemperatureAdjustmentAction_Temperature_TEMP_MIN
	//	*HvacTemperatureAdjustmentAction_Temperature_TEMP_MAX
	Type isHvacTemperatureAdjustmentAction_Temperature_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*HvacTemperatureAdjustmentAction_Temperature) Descriptor deprecated

Deprecated: Use HvacTemperatureAdjustmentAction_Temperature.ProtoReflect.Descriptor instead.

func (*HvacTemperatureAdjustmentAction_Temperature) GetTEMP_MAX

func (*HvacTemperatureAdjustmentAction_Temperature) GetTEMP_MIN

func (*HvacTemperatureAdjustmentAction_Temperature) GetTEMP_UNKNOWN

func (x *HvacTemperatureAdjustmentAction_Temperature) GetTEMP_UNKNOWN() *Void

func (*HvacTemperatureAdjustmentAction_Temperature) GetType

func (m *HvacTemperatureAdjustmentAction_Temperature) GetType() isHvacTemperatureAdjustmentAction_Temperature_Type

func (*HvacTemperatureAdjustmentAction_Temperature) ProtoMessage

func (*HvacTemperatureAdjustmentAction_Temperature) ProtoReflect

func (*HvacTemperatureAdjustmentAction_Temperature) Reset

func (*HvacTemperatureAdjustmentAction_Temperature) String

type HvacTemperatureAdjustmentAction_Temperature_TEMP_MAX

type HvacTemperatureAdjustmentAction_Temperature_TEMP_MAX struct {
	TEMP_MAX *Void `protobuf:"bytes,3,opt,name=TEMP_MAX,json=TEMPMAX,proto3,oneof"`
}

type HvacTemperatureAdjustmentAction_Temperature_TEMP_MIN

type HvacTemperatureAdjustmentAction_Temperature_TEMP_MIN struct {
	TEMP_MIN *Void `protobuf:"bytes,2,opt,name=TEMP_MIN,json=TEMPMIN,proto3,oneof"`
}

type HvacTemperatureAdjustmentAction_Temperature_TEMP_UNKNOWN

type HvacTemperatureAdjustmentAction_Temperature_TEMP_UNKNOWN struct {
	TEMP_UNKNOWN *Void `protobuf:"bytes,1,opt,name=TEMP_UNKNOWN,json=TEMPUNKNOWN,proto3,oneof"`
}

type Invalid

type Invalid int32
const (
	Invalid_INVALID Invalid = 0
)

func (Invalid) Descriptor

func (Invalid) Descriptor() protoreflect.EnumDescriptor

func (Invalid) Enum

func (x Invalid) Enum() *Invalid

func (Invalid) EnumDescriptor deprecated

func (Invalid) EnumDescriptor() ([]byte, []int)

Deprecated: Use Invalid.Descriptor instead.

func (Invalid) Number

func (x Invalid) Number() protoreflect.EnumNumber

func (Invalid) String

func (x Invalid) String() string

func (Invalid) Type

func (Invalid) Type() protoreflect.EnumType

type LatLong

type LatLong struct {
	Latitude  float32 `protobuf:"fixed32,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude float32 `protobuf:"fixed32,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// contains filtered or unexported fields
}

func (*LatLong) Descriptor deprecated

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

Deprecated: Use LatLong.ProtoReflect.Descriptor instead.

func (*LatLong) GetLatitude

func (x *LatLong) GetLatitude() float32

func (*LatLong) GetLongitude

func (x *LatLong) GetLongitude() float32

func (*LatLong) ProtoMessage

func (*LatLong) ProtoMessage()

func (*LatLong) ProtoReflect

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

func (*LatLong) Reset

func (x *LatLong) Reset()

func (*LatLong) String

func (x *LatLong) String() string

type MediaNextFavorite

type MediaNextFavorite struct {
	// contains filtered or unexported fields
}

func (*MediaNextFavorite) Descriptor deprecated

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

Deprecated: Use MediaNextFavorite.ProtoReflect.Descriptor instead.

func (*MediaNextFavorite) ProtoMessage

func (*MediaNextFavorite) ProtoMessage()

func (*MediaNextFavorite) ProtoReflect

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

func (*MediaNextFavorite) Reset

func (x *MediaNextFavorite) Reset()

func (*MediaNextFavorite) String

func (x *MediaNextFavorite) String() string

type MediaNextTrack

type MediaNextTrack struct {
	// contains filtered or unexported fields
}

func (*MediaNextTrack) Descriptor deprecated

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

Deprecated: Use MediaNextTrack.ProtoReflect.Descriptor instead.

func (*MediaNextTrack) ProtoMessage

func (*MediaNextTrack) ProtoMessage()

func (*MediaNextTrack) ProtoReflect

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

func (*MediaNextTrack) Reset

func (x *MediaNextTrack) Reset()

func (*MediaNextTrack) String

func (x *MediaNextTrack) String() string

type MediaPreviousFavorite

type MediaPreviousFavorite struct {
	// contains filtered or unexported fields
}

func (*MediaPreviousFavorite) Descriptor deprecated

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

Deprecated: Use MediaPreviousFavorite.ProtoReflect.Descriptor instead.

func (*MediaPreviousFavorite) ProtoMessage

func (*MediaPreviousFavorite) ProtoMessage()

func (*MediaPreviousFavorite) ProtoReflect

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

func (*MediaPreviousFavorite) Reset

func (x *MediaPreviousFavorite) Reset()

func (*MediaPreviousFavorite) String

func (x *MediaPreviousFavorite) String() string

type MediaPreviousTrack

type MediaPreviousTrack struct {
	// contains filtered or unexported fields
}

func (*MediaPreviousTrack) Descriptor deprecated

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

Deprecated: Use MediaPreviousTrack.ProtoReflect.Descriptor instead.

func (*MediaPreviousTrack) ProtoMessage

func (*MediaPreviousTrack) ProtoMessage()

func (*MediaPreviousTrack) ProtoReflect

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

func (*MediaPreviousTrack) Reset

func (x *MediaPreviousTrack) Reset()

func (*MediaPreviousTrack) String

func (x *MediaPreviousTrack) String() string

type MediaUpdateVolume

type MediaUpdateVolume struct {

	// Types that are assignable to MediaVolume:
	//	*MediaUpdateVolume_VolumeDelta
	//	*MediaUpdateVolume_VolumeAbsoluteFloat
	MediaVolume isMediaUpdateVolume_MediaVolume `protobuf_oneof:"media_volume"`
	// contains filtered or unexported fields
}

func (*MediaUpdateVolume) Descriptor deprecated

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

Deprecated: Use MediaUpdateVolume.ProtoReflect.Descriptor instead.

func (*MediaUpdateVolume) GetMediaVolume

func (m *MediaUpdateVolume) GetMediaVolume() isMediaUpdateVolume_MediaVolume

func (*MediaUpdateVolume) GetVolumeAbsoluteFloat

func (x *MediaUpdateVolume) GetVolumeAbsoluteFloat() float32

func (*MediaUpdateVolume) GetVolumeDelta

func (x *MediaUpdateVolume) GetVolumeDelta() int32

func (*MediaUpdateVolume) ProtoMessage

func (*MediaUpdateVolume) ProtoMessage()

func (*MediaUpdateVolume) ProtoReflect

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

func (*MediaUpdateVolume) Reset

func (x *MediaUpdateVolume) Reset()

func (*MediaUpdateVolume) String

func (x *MediaUpdateVolume) String() string

type MediaUpdateVolume_VolumeAbsoluteFloat

type MediaUpdateVolume_VolumeAbsoluteFloat struct {
	VolumeAbsoluteFloat float32 `protobuf:"fixed32,3,opt,name=volume_absolute_float,json=volumeAbsoluteFloat,proto3,oneof"`
}

type MediaUpdateVolume_VolumeDelta

type MediaUpdateVolume_VolumeDelta struct {
	VolumeDelta int32 `protobuf:"zigzag32,1,opt,name=volume_delta,json=volumeDelta,proto3,oneof"`
}

type NearbyChargingSites

type NearbyChargingSites struct {
	Timestamp                 *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Superchargers             []*Superchargers       `protobuf:"bytes,3,rep,name=superchargers,proto3" json:"superchargers,omitempty"`
	CongestionSyncTimeUtcSecs int64                  `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NearbyChargingSites) Descriptor deprecated

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

Deprecated: Use NearbyChargingSites.ProtoReflect.Descriptor instead.

func (*NearbyChargingSites) GetCongestionSyncTimeUtcSecs

func (x *NearbyChargingSites) GetCongestionSyncTimeUtcSecs() int64

func (*NearbyChargingSites) GetSuperchargers

func (x *NearbyChargingSites) GetSuperchargers() []*Superchargers

func (*NearbyChargingSites) GetTimestamp

func (x *NearbyChargingSites) GetTimestamp() *timestamppb.Timestamp

func (*NearbyChargingSites) ProtoMessage

func (*NearbyChargingSites) ProtoMessage()

func (*NearbyChargingSites) ProtoReflect

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

func (*NearbyChargingSites) Reset

func (x *NearbyChargingSites) Reset()

func (*NearbyChargingSites) String

func (x *NearbyChargingSites) String() string

type OffPeakChargingTimes

type OffPeakChargingTimes struct {

	// Types that are assignable to Times:
	//	*OffPeakChargingTimes_AllWeek
	//	*OffPeakChargingTimes_Weekdays
	Times isOffPeakChargingTimes_Times `protobuf_oneof:"times"`
	// contains filtered or unexported fields
}

func (*OffPeakChargingTimes) Descriptor deprecated

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

Deprecated: Use OffPeakChargingTimes.ProtoReflect.Descriptor instead.

func (*OffPeakChargingTimes) GetAllWeek

func (x *OffPeakChargingTimes) GetAllWeek() *Void

func (*OffPeakChargingTimes) GetTimes

func (m *OffPeakChargingTimes) GetTimes() isOffPeakChargingTimes_Times

func (*OffPeakChargingTimes) GetWeekdays

func (x *OffPeakChargingTimes) GetWeekdays() *Void

func (*OffPeakChargingTimes) ProtoMessage

func (*OffPeakChargingTimes) ProtoMessage()

func (*OffPeakChargingTimes) ProtoReflect

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

func (*OffPeakChargingTimes) Reset

func (x *OffPeakChargingTimes) Reset()

func (*OffPeakChargingTimes) String

func (x *OffPeakChargingTimes) String() string

type OffPeakChargingTimes_AllWeek

type OffPeakChargingTimes_AllWeek struct {
	AllWeek *Void `protobuf:"bytes,1,opt,name=all_week,json=allWeek,proto3,oneof"`
}

type OffPeakChargingTimes_Weekdays

type OffPeakChargingTimes_Weekdays struct {
	Weekdays *Void `protobuf:"bytes,2,opt,name=weekdays,proto3,oneof"`
}

type OperationStatus_E

type OperationStatus_E int32
const (
	OperationStatus_E_OPERATIONSTATUS_OK    OperationStatus_E = 0
	OperationStatus_E_OPERATIONSTATUS_ERROR OperationStatus_E = 1
)

func (OperationStatus_E) Descriptor

func (OperationStatus_E) Enum

func (OperationStatus_E) EnumDescriptor deprecated

func (OperationStatus_E) EnumDescriptor() ([]byte, []int)

Deprecated: Use OperationStatus_E.Descriptor instead.

func (OperationStatus_E) Number

func (OperationStatus_E) String

func (x OperationStatus_E) String() string

func (OperationStatus_E) Type

type Ping

type Ping struct {
	PingId              int32                  `protobuf:"varint,1,opt,name=ping_id,json=pingId,proto3" json:"ping_id,omitempty"`
	LocalTimestamp      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=local_timestamp,json=localTimestamp,proto3" json:"local_timestamp,omitempty"`
	LastRemoteTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=last_remote_timestamp,json=lastRemoteTimestamp,proto3" json:"last_remote_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Ping) Descriptor deprecated

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

Deprecated: Use Ping.ProtoReflect.Descriptor instead.

func (*Ping) GetLastRemoteTimestamp

func (x *Ping) GetLastRemoteTimestamp() *timestamppb.Timestamp

func (*Ping) GetLocalTimestamp

func (x *Ping) GetLocalTimestamp() *timestamppb.Timestamp

func (*Ping) GetPingId

func (x *Ping) GetPingId() int32

func (*Ping) ProtoMessage

func (*Ping) ProtoMessage()

func (*Ping) ProtoReflect

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

func (*Ping) Reset

func (x *Ping) Reset()

func (*Ping) String

func (x *Ping) String() string

type PreconditioningTimes

type PreconditioningTimes struct {

	// Types that are assignable to Times:
	//	*PreconditioningTimes_AllWeek
	//	*PreconditioningTimes_Weekdays
	Times isPreconditioningTimes_Times `protobuf_oneof:"times"`
	// contains filtered or unexported fields
}

func (*PreconditioningTimes) Descriptor deprecated

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

Deprecated: Use PreconditioningTimes.ProtoReflect.Descriptor instead.

func (*PreconditioningTimes) GetAllWeek

func (x *PreconditioningTimes) GetAllWeek() *Void

func (*PreconditioningTimes) GetTimes

func (m *PreconditioningTimes) GetTimes() isPreconditioningTimes_Times

func (*PreconditioningTimes) GetWeekdays

func (x *PreconditioningTimes) GetWeekdays() *Void

func (*PreconditioningTimes) ProtoMessage

func (*PreconditioningTimes) ProtoMessage()

func (*PreconditioningTimes) ProtoReflect

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

func (*PreconditioningTimes) Reset

func (x *PreconditioningTimes) Reset()

func (*PreconditioningTimes) String

func (x *PreconditioningTimes) String() string

type PreconditioningTimes_AllWeek

type PreconditioningTimes_AllWeek struct {
	AllWeek *Void `protobuf:"bytes,1,opt,name=all_week,json=allWeek,proto3,oneof"`
}

type PreconditioningTimes_Weekdays

type PreconditioningTimes_Weekdays struct {
	Weekdays *Void `protobuf:"bytes,2,opt,name=weekdays,proto3,oneof"`
}

type Response

type Response struct {
	ActionStatus *ActionStatus `protobuf:"bytes,1,opt,name=actionStatus,proto3" json:"actionStatus,omitempty"`
	// Types that are assignable to ResponseMsg:
	//	*Response_GetSessionInfoResponse
	//	*Response_GetNearbyChargingSites
	//	*Response_Ping
	ResponseMsg isResponse_ResponseMsg `protobuf_oneof:"response_msg"`
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

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

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetActionStatus

func (x *Response) GetActionStatus() *ActionStatus

func (*Response) GetGetNearbyChargingSites

func (x *Response) GetGetNearbyChargingSites() *NearbyChargingSites

func (*Response) GetGetSessionInfoResponse

func (x *Response) GetGetSessionInfoResponse() *signatures.SessionInfo

func (*Response) GetPing

func (x *Response) GetPing() *Ping

func (*Response) GetResponseMsg

func (m *Response) GetResponseMsg() isResponse_ResponseMsg

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type Response_GetNearbyChargingSites

type Response_GetNearbyChargingSites struct {
	GetNearbyChargingSites *NearbyChargingSites `protobuf:"bytes,5,opt,name=getNearbyChargingSites,proto3,oneof"`
}

type Response_GetSessionInfoResponse

type Response_GetSessionInfoResponse struct {
	GetSessionInfoResponse *signatures.SessionInfo `protobuf:"bytes,3,opt,name=getSessionInfoResponse,proto3,oneof"`
}

type Response_Ping

type Response_Ping struct {
	Ping *Ping `protobuf:"bytes,9,opt,name=ping,proto3,oneof"`
}

type ResultReason

type ResultReason struct {

	// Types that are assignable to Reason:
	//	*ResultReason_PlainText
	Reason isResultReason_Reason `protobuf_oneof:"reason"`
	// contains filtered or unexported fields
}

func (*ResultReason) Descriptor deprecated

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

Deprecated: Use ResultReason.ProtoReflect.Descriptor instead.

func (*ResultReason) GetPlainText

func (x *ResultReason) GetPlainText() string

func (*ResultReason) GetReason

func (m *ResultReason) GetReason() isResultReason_Reason

func (*ResultReason) ProtoMessage

func (*ResultReason) ProtoMessage()

func (*ResultReason) ProtoReflect

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

func (*ResultReason) Reset

func (x *ResultReason) Reset()

func (*ResultReason) String

func (x *ResultReason) String() string

type ResultReason_PlainText

type ResultReason_PlainText struct {
	PlainText string `protobuf:"bytes,1,opt,name=plain_text,json=plainText,proto3,oneof"`
}

type ScheduledChargingAction

type ScheduledChargingAction struct {
	Enabled      bool  `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	ChargingTime int32 `protobuf:"varint,2,opt,name=charging_time,json=chargingTime,proto3" json:"charging_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledChargingAction) Descriptor deprecated

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

Deprecated: Use ScheduledChargingAction.ProtoReflect.Descriptor instead.

func (*ScheduledChargingAction) GetChargingTime

func (x *ScheduledChargingAction) GetChargingTime() int32

func (*ScheduledChargingAction) GetEnabled

func (x *ScheduledChargingAction) GetEnabled() bool

func (*ScheduledChargingAction) ProtoMessage

func (*ScheduledChargingAction) ProtoMessage()

func (*ScheduledChargingAction) ProtoReflect

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

func (*ScheduledChargingAction) Reset

func (x *ScheduledChargingAction) Reset()

func (*ScheduledChargingAction) String

func (x *ScheduledChargingAction) String() string

type ScheduledDepartureAction

type ScheduledDepartureAction struct {
	Enabled              bool                  `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	DepartureTime        int32                 `protobuf:"varint,2,opt,name=departure_time,json=departureTime,proto3" json:"departure_time,omitempty"`
	PreconditioningTimes *PreconditioningTimes `protobuf:"bytes,3,opt,name=preconditioning_times,json=preconditioningTimes,proto3" json:"preconditioning_times,omitempty"`
	OffPeakChargingTimes *OffPeakChargingTimes `protobuf:"bytes,4,opt,name=off_peak_charging_times,json=offPeakChargingTimes,proto3" json:"off_peak_charging_times,omitempty"`
	OffPeakHoursEndTime  int32                 `protobuf:"varint,5,opt,name=off_peak_hours_end_time,json=offPeakHoursEndTime,proto3" json:"off_peak_hours_end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledDepartureAction) Descriptor deprecated

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

Deprecated: Use ScheduledDepartureAction.ProtoReflect.Descriptor instead.

func (*ScheduledDepartureAction) GetDepartureTime

func (x *ScheduledDepartureAction) GetDepartureTime() int32

func (*ScheduledDepartureAction) GetEnabled

func (x *ScheduledDepartureAction) GetEnabled() bool

func (*ScheduledDepartureAction) GetOffPeakChargingTimes

func (x *ScheduledDepartureAction) GetOffPeakChargingTimes() *OffPeakChargingTimes

func (*ScheduledDepartureAction) GetOffPeakHoursEndTime

func (x *ScheduledDepartureAction) GetOffPeakHoursEndTime() int32

func (*ScheduledDepartureAction) GetPreconditioningTimes

func (x *ScheduledDepartureAction) GetPreconditioningTimes() *PreconditioningTimes

func (*ScheduledDepartureAction) ProtoMessage

func (*ScheduledDepartureAction) ProtoMessage()

func (*ScheduledDepartureAction) ProtoReflect

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

func (*ScheduledDepartureAction) Reset

func (x *ScheduledDepartureAction) Reset()

func (*ScheduledDepartureAction) String

func (x *ScheduledDepartureAction) String() string

type SetCabinOverheatProtectionAction

type SetCabinOverheatProtectionAction struct {
	On      bool `protobuf:"varint,1,opt,name=on,proto3" json:"on,omitempty"`
	FanOnly bool `protobuf:"varint,2,opt,name=fan_only,json=fanOnly,proto3" json:"fan_only,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCabinOverheatProtectionAction) Descriptor deprecated

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

Deprecated: Use SetCabinOverheatProtectionAction.ProtoReflect.Descriptor instead.

func (*SetCabinOverheatProtectionAction) GetFanOnly

func (x *SetCabinOverheatProtectionAction) GetFanOnly() bool

func (*SetCabinOverheatProtectionAction) GetOn

func (*SetCabinOverheatProtectionAction) ProtoMessage

func (*SetCabinOverheatProtectionAction) ProtoMessage()

func (*SetCabinOverheatProtectionAction) ProtoReflect

func (*SetCabinOverheatProtectionAction) Reset

func (*SetCabinOverheatProtectionAction) String

type SetChargingAmpsAction

type SetChargingAmpsAction struct {
	ChargingAmps int32 `protobuf:"varint,1,opt,name=charging_amps,json=chargingAmps,proto3" json:"charging_amps,omitempty"`
	// contains filtered or unexported fields
}

func (*SetChargingAmpsAction) Descriptor deprecated

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

Deprecated: Use SetChargingAmpsAction.ProtoReflect.Descriptor instead.

func (*SetChargingAmpsAction) GetChargingAmps

func (x *SetChargingAmpsAction) GetChargingAmps() int32

func (*SetChargingAmpsAction) ProtoMessage

func (*SetChargingAmpsAction) ProtoMessage()

func (*SetChargingAmpsAction) ProtoReflect

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

func (*SetChargingAmpsAction) Reset

func (x *SetChargingAmpsAction) Reset()

func (*SetChargingAmpsAction) String

func (x *SetChargingAmpsAction) String() string

type SetCopTempAction

type SetCopTempAction struct {
	CopActivationTemp ClimateState_CopActivationTemp `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetCopTempAction) Descriptor deprecated

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

Deprecated: Use SetCopTempAction.ProtoReflect.Descriptor instead.

func (*SetCopTempAction) GetCopActivationTemp

func (x *SetCopTempAction) GetCopActivationTemp() ClimateState_CopActivationTemp

func (*SetCopTempAction) ProtoMessage

func (*SetCopTempAction) ProtoMessage()

func (*SetCopTempAction) ProtoReflect

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

func (*SetCopTempAction) Reset

func (x *SetCopTempAction) Reset()

func (*SetCopTempAction) String

func (x *SetCopTempAction) String() string

type SetVehicleNameAction

type SetVehicleNameAction struct {
	VehicleName string `protobuf:"bytes,1,opt,name=vehicleName,proto3" json:"vehicleName,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVehicleNameAction) Descriptor deprecated

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

Deprecated: Use SetVehicleNameAction.ProtoReflect.Descriptor instead.

func (*SetVehicleNameAction) GetVehicleName

func (x *SetVehicleNameAction) GetVehicleName() string

func (*SetVehicleNameAction) ProtoMessage

func (*SetVehicleNameAction) ProtoMessage()

func (*SetVehicleNameAction) ProtoReflect

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

func (*SetVehicleNameAction) Reset

func (x *SetVehicleNameAction) Reset()

func (*SetVehicleNameAction) String

func (x *SetVehicleNameAction) String() string

type Superchargers

type Superchargers struct {
	Id                     int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Amenities              string   `protobuf:"bytes,2,opt,name=amenities,proto3" json:"amenities,omitempty"`
	AvailableStalls        int32    `protobuf:"varint,3,opt,name=available_stalls,json=availableStalls,proto3" json:"available_stalls,omitempty"`
	BillingInfo            string   `protobuf:"bytes,4,opt,name=billing_info,json=billingInfo,proto3" json:"billing_info,omitempty"`
	BillingTime            string   `protobuf:"bytes,5,opt,name=billing_time,json=billingTime,proto3" json:"billing_time,omitempty"`
	City                   string   `protobuf:"bytes,6,opt,name=city,proto3" json:"city,omitempty"`
	Country                string   `protobuf:"bytes,7,opt,name=country,proto3" json:"country,omitempty"`
	DistanceMiles          float32  `protobuf:"fixed32,8,opt,name=distance_miles,json=distanceMiles,proto3" json:"distance_miles,omitempty"`
	District               string   `protobuf:"bytes,9,opt,name=district,proto3" json:"district,omitempty"`
	Location               *LatLong `protobuf:"bytes,10,opt,name=location,proto3" json:"location,omitempty"`
	Name                   string   `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
	PostalCode             string   `protobuf:"bytes,12,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	SiteClosed             bool     `protobuf:"varint,13,opt,name=site_closed,json=siteClosed,proto3" json:"site_closed,omitempty"`
	State                  string   `protobuf:"bytes,14,opt,name=state,proto3" json:"state,omitempty"`
	StreetAddress          string   `protobuf:"bytes,15,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	TotalStalls            int32    `protobuf:"varint,16,opt,name=total_stalls,json=totalStalls,proto3" json:"total_stalls,omitempty"`
	WithinRange            bool     `protobuf:"varint,17,opt,name=within_range,json=withinRange,proto3" json:"within_range,omitempty"`
	MaxPowerKw             int32    `protobuf:"varint,18,opt,name=max_power_kw,json=maxPowerKw,proto3" json:"max_power_kw,omitempty"`
	OutOfOrderStallsNumber int32    `` /* 135-byte string literal not displayed */
	OutOfOrderStallsNames  string   `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Superchargers) Descriptor deprecated

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

Deprecated: Use Superchargers.ProtoReflect.Descriptor instead.

func (*Superchargers) GetAmenities

func (x *Superchargers) GetAmenities() string

func (*Superchargers) GetAvailableStalls

func (x *Superchargers) GetAvailableStalls() int32

func (*Superchargers) GetBillingInfo

func (x *Superchargers) GetBillingInfo() string

func (*Superchargers) GetBillingTime

func (x *Superchargers) GetBillingTime() string

func (*Superchargers) GetCity

func (x *Superchargers) GetCity() string

func (*Superchargers) GetCountry

func (x *Superchargers) GetCountry() string

func (*Superchargers) GetDistanceMiles

func (x *Superchargers) GetDistanceMiles() float32

func (*Superchargers) GetDistrict

func (x *Superchargers) GetDistrict() string

func (*Superchargers) GetId

func (x *Superchargers) GetId() int64

func (*Superchargers) GetLocation

func (x *Superchargers) GetLocation() *LatLong

func (*Superchargers) GetMaxPowerKw

func (x *Superchargers) GetMaxPowerKw() int32

func (*Superchargers) GetName

func (x *Superchargers) GetName() string

func (*Superchargers) GetOutOfOrderStallsNames

func (x *Superchargers) GetOutOfOrderStallsNames() string

func (*Superchargers) GetOutOfOrderStallsNumber

func (x *Superchargers) GetOutOfOrderStallsNumber() int32

func (*Superchargers) GetPostalCode

func (x *Superchargers) GetPostalCode() string

func (*Superchargers) GetSiteClosed

func (x *Superchargers) GetSiteClosed() bool

func (*Superchargers) GetState

func (x *Superchargers) GetState() string

func (*Superchargers) GetStreetAddress

func (x *Superchargers) GetStreetAddress() string

func (*Superchargers) GetTotalStalls

func (x *Superchargers) GetTotalStalls() int32

func (*Superchargers) GetWithinRange

func (x *Superchargers) GetWithinRange() bool

func (*Superchargers) ProtoMessage

func (*Superchargers) ProtoMessage()

func (*Superchargers) ProtoReflect

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

func (*Superchargers) Reset

func (x *Superchargers) Reset()

func (*Superchargers) String

func (x *Superchargers) String() string

type VehicleAction

type VehicleAction struct {

	// Types that are assignable to VehicleActionMsg:
	//	*VehicleAction_ChargingSetLimitAction
	//	*VehicleAction_ChargingStartStopAction
	//	*VehicleAction_DrivingClearSpeedLimitPinAction
	//	*VehicleAction_DrivingSetSpeedLimitAction
	//	*VehicleAction_DrivingSpeedLimitAction
	//	*VehicleAction_HvacAutoAction
	//	*VehicleAction_HvacSetPreconditioningMaxAction
	//	*VehicleAction_HvacSteeringWheelHeaterAction
	//	*VehicleAction_HvacTemperatureAdjustmentAction
	//	*VehicleAction_MediaUpdateVolume
	//	*VehicleAction_MediaNextFavorite
	//	*VehicleAction_MediaPreviousFavorite
	//	*VehicleAction_MediaNextTrack
	//	*VehicleAction_MediaPreviousTrack
	//	*VehicleAction_GetNearbyChargingSites
	//	*VehicleAction_VehicleControlCancelSoftwareUpdateAction
	//	*VehicleAction_VehicleControlFlashLightsAction
	//	*VehicleAction_VehicleControlHonkHornAction
	//	*VehicleAction_VehicleControlResetValetPinAction
	//	*VehicleAction_VehicleControlScheduleSoftwareUpdateAction
	//	*VehicleAction_VehicleControlSetSentryModeAction
	//	*VehicleAction_VehicleControlSetValetModeAction
	//	*VehicleAction_VehicleControlSunroofOpenCloseAction
	//	*VehicleAction_VehicleControlTriggerHomelinkAction
	//	*VehicleAction_VehicleControlWindowAction
	//	*VehicleAction_HvacBioweaponModeAction
	//	*VehicleAction_HvacSeatHeaterActions
	//	*VehicleAction_ScheduledChargingAction
	//	*VehicleAction_ScheduledDepartureAction
	//	*VehicleAction_SetChargingAmpsAction
	//	*VehicleAction_HvacClimateKeeperAction
	//	*VehicleAction_Ping
	//	*VehicleAction_AutoSeatClimateAction
	//	*VehicleAction_HvacSeatCoolerActions
	//	*VehicleAction_SetCabinOverheatProtectionAction
	//	*VehicleAction_SetVehicleNameAction
	//	*VehicleAction_ChargePortDoorClose
	//	*VehicleAction_ChargePortDoorOpen
	//	*VehicleAction_GuestModeAction
	//	*VehicleAction_SetCopTempAction
	//	*VehicleAction_EraseUserDataAction
	//	*VehicleAction_VehicleControlSetPinToDriveAction
	//	*VehicleAction_VehicleControlResetPinToDriveAction
	VehicleActionMsg isVehicleAction_VehicleActionMsg `protobuf_oneof:"vehicle_action_msg"`
	// contains filtered or unexported fields
}

func (*VehicleAction) Descriptor deprecated

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

Deprecated: Use VehicleAction.ProtoReflect.Descriptor instead.

func (*VehicleAction) GetAutoSeatClimateAction

func (x *VehicleAction) GetAutoSeatClimateAction() *AutoSeatClimateAction

func (*VehicleAction) GetChargePortDoorClose

func (x *VehicleAction) GetChargePortDoorClose() *ChargePortDoorClose

func (*VehicleAction) GetChargePortDoorOpen

func (x *VehicleAction) GetChargePortDoorOpen() *ChargePortDoorOpen

func (*VehicleAction) GetChargingSetLimitAction

func (x *VehicleAction) GetChargingSetLimitAction() *ChargingSetLimitAction

func (*VehicleAction) GetChargingStartStopAction

func (x *VehicleAction) GetChargingStartStopAction() *ChargingStartStopAction

func (*VehicleAction) GetDrivingClearSpeedLimitPinAction

func (x *VehicleAction) GetDrivingClearSpeedLimitPinAction() *DrivingClearSpeedLimitPinAction

func (*VehicleAction) GetDrivingSetSpeedLimitAction

func (x *VehicleAction) GetDrivingSetSpeedLimitAction() *DrivingSetSpeedLimitAction

func (*VehicleAction) GetDrivingSpeedLimitAction

func (x *VehicleAction) GetDrivingSpeedLimitAction() *DrivingSpeedLimitAction

func (*VehicleAction) GetEraseUserDataAction

func (x *VehicleAction) GetEraseUserDataAction() *EraseUserDataAction

func (*VehicleAction) GetGetNearbyChargingSites

func (x *VehicleAction) GetGetNearbyChargingSites() *GetNearbyChargingSites

func (*VehicleAction) GetGuestModeAction

func (x *VehicleAction) GetGuestModeAction() *VehicleState_GuestMode

func (*VehicleAction) GetHvacAutoAction

func (x *VehicleAction) GetHvacAutoAction() *HvacAutoAction

func (*VehicleAction) GetHvacBioweaponModeAction

func (x *VehicleAction) GetHvacBioweaponModeAction() *HvacBioweaponModeAction

func (*VehicleAction) GetHvacClimateKeeperAction

func (x *VehicleAction) GetHvacClimateKeeperAction() *HvacClimateKeeperAction

func (*VehicleAction) GetHvacSeatCoolerActions

func (x *VehicleAction) GetHvacSeatCoolerActions() *HvacSeatCoolerActions

func (*VehicleAction) GetHvacSeatHeaterActions

func (x *VehicleAction) GetHvacSeatHeaterActions() *HvacSeatHeaterActions

func (*VehicleAction) GetHvacSetPreconditioningMaxAction

func (x *VehicleAction) GetHvacSetPreconditioningMaxAction() *HvacSetPreconditioningMaxAction

func (*VehicleAction) GetHvacSteeringWheelHeaterAction

func (x *VehicleAction) GetHvacSteeringWheelHeaterAction() *HvacSteeringWheelHeaterAction

func (*VehicleAction) GetHvacTemperatureAdjustmentAction

func (x *VehicleAction) GetHvacTemperatureAdjustmentAction() *HvacTemperatureAdjustmentAction

func (*VehicleAction) GetMediaNextFavorite

func (x *VehicleAction) GetMediaNextFavorite() *MediaNextFavorite

func (*VehicleAction) GetMediaNextTrack

func (x *VehicleAction) GetMediaNextTrack() *MediaNextTrack

func (*VehicleAction) GetMediaPreviousFavorite

func (x *VehicleAction) GetMediaPreviousFavorite() *MediaPreviousFavorite

func (*VehicleAction) GetMediaPreviousTrack

func (x *VehicleAction) GetMediaPreviousTrack() *MediaPreviousTrack

func (*VehicleAction) GetMediaUpdateVolume

func (x *VehicleAction) GetMediaUpdateVolume() *MediaUpdateVolume

func (*VehicleAction) GetPing

func (x *VehicleAction) GetPing() *Ping

func (*VehicleAction) GetScheduledChargingAction

func (x *VehicleAction) GetScheduledChargingAction() *ScheduledChargingAction

func (*VehicleAction) GetScheduledDepartureAction

func (x *VehicleAction) GetScheduledDepartureAction() *ScheduledDepartureAction

func (*VehicleAction) GetSetCabinOverheatProtectionAction

func (x *VehicleAction) GetSetCabinOverheatProtectionAction() *SetCabinOverheatProtectionAction

func (*VehicleAction) GetSetChargingAmpsAction

func (x *VehicleAction) GetSetChargingAmpsAction() *SetChargingAmpsAction

func (*VehicleAction) GetSetCopTempAction

func (x *VehicleAction) GetSetCopTempAction() *SetCopTempAction

func (*VehicleAction) GetSetVehicleNameAction

func (x *VehicleAction) GetSetVehicleNameAction() *SetVehicleNameAction

func (*VehicleAction) GetVehicleActionMsg

func (m *VehicleAction) GetVehicleActionMsg() isVehicleAction_VehicleActionMsg

func (*VehicleAction) GetVehicleControlCancelSoftwareUpdateAction

func (x *VehicleAction) GetVehicleControlCancelSoftwareUpdateAction() *VehicleControlCancelSoftwareUpdateAction

func (*VehicleAction) GetVehicleControlFlashLightsAction

func (x *VehicleAction) GetVehicleControlFlashLightsAction() *VehicleControlFlashLightsAction

func (*VehicleAction) GetVehicleControlHonkHornAction

func (x *VehicleAction) GetVehicleControlHonkHornAction() *VehicleControlHonkHornAction

func (*VehicleAction) GetVehicleControlResetPinToDriveAction

func (x *VehicleAction) GetVehicleControlResetPinToDriveAction() *VehicleControlResetPinToDriveAction

func (*VehicleAction) GetVehicleControlResetValetPinAction

func (x *VehicleAction) GetVehicleControlResetValetPinAction() *VehicleControlResetValetPinAction

func (*VehicleAction) GetVehicleControlScheduleSoftwareUpdateAction

func (x *VehicleAction) GetVehicleControlScheduleSoftwareUpdateAction() *VehicleControlScheduleSoftwareUpdateAction

func (*VehicleAction) GetVehicleControlSetPinToDriveAction

func (x *VehicleAction) GetVehicleControlSetPinToDriveAction() *VehicleControlSetPinToDriveAction

func (*VehicleAction) GetVehicleControlSetSentryModeAction

func (x *VehicleAction) GetVehicleControlSetSentryModeAction() *VehicleControlSetSentryModeAction

func (*VehicleAction) GetVehicleControlSetValetModeAction

func (x *VehicleAction) GetVehicleControlSetValetModeAction() *VehicleControlSetValetModeAction

func (*VehicleAction) GetVehicleControlSunroofOpenCloseAction

func (x *VehicleAction) GetVehicleControlSunroofOpenCloseAction() *VehicleControlSunroofOpenCloseAction

func (*VehicleAction) GetVehicleControlTriggerHomelinkAction

func (x *VehicleAction) GetVehicleControlTriggerHomelinkAction() *VehicleControlTriggerHomelinkAction

func (*VehicleAction) GetVehicleControlWindowAction

func (x *VehicleAction) GetVehicleControlWindowAction() *VehicleControlWindowAction

func (*VehicleAction) ProtoMessage

func (*VehicleAction) ProtoMessage()

func (*VehicleAction) ProtoReflect

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

func (*VehicleAction) Reset

func (x *VehicleAction) Reset()

func (*VehicleAction) String

func (x *VehicleAction) String() string

type VehicleAction_AutoSeatClimateAction

type VehicleAction_AutoSeatClimateAction struct {
	AutoSeatClimateAction *AutoSeatClimateAction `protobuf:"bytes,48,opt,name=autoSeatClimateAction,proto3,oneof"`
}

type VehicleAction_ChargePortDoorClose

type VehicleAction_ChargePortDoorClose struct {
	ChargePortDoorClose *ChargePortDoorClose `protobuf:"bytes,61,opt,name=chargePortDoorClose,proto3,oneof"`
}

type VehicleAction_ChargePortDoorOpen

type VehicleAction_ChargePortDoorOpen struct {
	ChargePortDoorOpen *ChargePortDoorOpen `protobuf:"bytes,62,opt,name=chargePortDoorOpen,proto3,oneof"`
}

type VehicleAction_ChargingSetLimitAction

type VehicleAction_ChargingSetLimitAction struct {
	ChargingSetLimitAction *ChargingSetLimitAction `protobuf:"bytes,5,opt,name=chargingSetLimitAction,proto3,oneof"`
}

type VehicleAction_ChargingStartStopAction

type VehicleAction_ChargingStartStopAction struct {
	ChargingStartStopAction *ChargingStartStopAction `protobuf:"bytes,6,opt,name=chargingStartStopAction,proto3,oneof"`
}

type VehicleAction_DrivingClearSpeedLimitPinAction

type VehicleAction_DrivingClearSpeedLimitPinAction struct {
	DrivingClearSpeedLimitPinAction *DrivingClearSpeedLimitPinAction `protobuf:"bytes,7,opt,name=drivingClearSpeedLimitPinAction,proto3,oneof"`
}

type VehicleAction_DrivingSetSpeedLimitAction

type VehicleAction_DrivingSetSpeedLimitAction struct {
	DrivingSetSpeedLimitAction *DrivingSetSpeedLimitAction `protobuf:"bytes,8,opt,name=drivingSetSpeedLimitAction,proto3,oneof"`
}

type VehicleAction_DrivingSpeedLimitAction

type VehicleAction_DrivingSpeedLimitAction struct {
	DrivingSpeedLimitAction *DrivingSpeedLimitAction `protobuf:"bytes,9,opt,name=drivingSpeedLimitAction,proto3,oneof"`
}

type VehicleAction_EraseUserDataAction

type VehicleAction_EraseUserDataAction struct {
	EraseUserDataAction *EraseUserDataAction `protobuf:"bytes,72,opt,name=eraseUserDataAction,proto3,oneof"`
}

type VehicleAction_GetNearbyChargingSites

type VehicleAction_GetNearbyChargingSites struct {
	GetNearbyChargingSites *GetNearbyChargingSites `protobuf:"bytes,23,opt,name=getNearbyChargingSites,proto3,oneof"`
}

type VehicleAction_GuestModeAction

type VehicleAction_GuestModeAction struct {
	GuestModeAction *VehicleState_GuestMode `protobuf:"bytes,65,opt,name=guestModeAction,proto3,oneof"`
}

type VehicleAction_HvacAutoAction

type VehicleAction_HvacAutoAction struct {
	HvacAutoAction *HvacAutoAction `protobuf:"bytes,10,opt,name=hvacAutoAction,proto3,oneof"`
}

type VehicleAction_HvacBioweaponModeAction

type VehicleAction_HvacBioweaponModeAction struct {
	HvacBioweaponModeAction *HvacBioweaponModeAction `protobuf:"bytes,35,opt,name=hvacBioweaponModeAction,proto3,oneof"`
}

type VehicleAction_HvacClimateKeeperAction

type VehicleAction_HvacClimateKeeperAction struct {
	HvacClimateKeeperAction *HvacClimateKeeperAction `protobuf:"bytes,44,opt,name=hvacClimateKeeperAction,proto3,oneof"`
}

type VehicleAction_HvacSeatCoolerActions

type VehicleAction_HvacSeatCoolerActions struct {
	HvacSeatCoolerActions *HvacSeatCoolerActions `protobuf:"bytes,49,opt,name=hvacSeatCoolerActions,proto3,oneof"`
}

type VehicleAction_HvacSeatHeaterActions

type VehicleAction_HvacSeatHeaterActions struct {
	HvacSeatHeaterActions *HvacSeatHeaterActions `protobuf:"bytes,36,opt,name=hvacSeatHeaterActions,proto3,oneof"`
}

type VehicleAction_HvacSetPreconditioningMaxAction

type VehicleAction_HvacSetPreconditioningMaxAction struct {
	HvacSetPreconditioningMaxAction *HvacSetPreconditioningMaxAction `protobuf:"bytes,12,opt,name=hvacSetPreconditioningMaxAction,proto3,oneof"`
}

type VehicleAction_HvacSteeringWheelHeaterAction

type VehicleAction_HvacSteeringWheelHeaterAction struct {
	HvacSteeringWheelHeaterAction *HvacSteeringWheelHeaterAction `protobuf:"bytes,13,opt,name=hvacSteeringWheelHeaterAction,proto3,oneof"`
}

type VehicleAction_HvacTemperatureAdjustmentAction

type VehicleAction_HvacTemperatureAdjustmentAction struct {
	HvacTemperatureAdjustmentAction *HvacTemperatureAdjustmentAction `protobuf:"bytes,14,opt,name=hvacTemperatureAdjustmentAction,proto3,oneof"`
}

type VehicleAction_MediaNextFavorite

type VehicleAction_MediaNextFavorite struct {
	MediaNextFavorite *MediaNextFavorite `protobuf:"bytes,17,opt,name=mediaNextFavorite,proto3,oneof"`
}

type VehicleAction_MediaNextTrack

type VehicleAction_MediaNextTrack struct {
	MediaNextTrack *MediaNextTrack `protobuf:"bytes,19,opt,name=mediaNextTrack,proto3,oneof"`
}

type VehicleAction_MediaPreviousFavorite

type VehicleAction_MediaPreviousFavorite struct {
	MediaPreviousFavorite *MediaPreviousFavorite `protobuf:"bytes,18,opt,name=mediaPreviousFavorite,proto3,oneof"`
}

type VehicleAction_MediaPreviousTrack

type VehicleAction_MediaPreviousTrack struct {
	MediaPreviousTrack *MediaPreviousTrack `protobuf:"bytes,20,opt,name=mediaPreviousTrack,proto3,oneof"`
}

type VehicleAction_MediaUpdateVolume

type VehicleAction_MediaUpdateVolume struct {
	MediaUpdateVolume *MediaUpdateVolume `protobuf:"bytes,16,opt,name=mediaUpdateVolume,proto3,oneof"`
}

type VehicleAction_Ping

type VehicleAction_Ping struct {
	Ping *Ping `protobuf:"bytes,46,opt,name=ping,proto3,oneof"`
}

type VehicleAction_ScheduledChargingAction

type VehicleAction_ScheduledChargingAction struct {
	ScheduledChargingAction *ScheduledChargingAction `protobuf:"bytes,41,opt,name=scheduledChargingAction,proto3,oneof"`
}

type VehicleAction_ScheduledDepartureAction

type VehicleAction_ScheduledDepartureAction struct {
	ScheduledDepartureAction *ScheduledDepartureAction `protobuf:"bytes,42,opt,name=scheduledDepartureAction,proto3,oneof"`
}

type VehicleAction_SetCabinOverheatProtectionAction

type VehicleAction_SetCabinOverheatProtectionAction struct {
	SetCabinOverheatProtectionAction *SetCabinOverheatProtectionAction `protobuf:"bytes,50,opt,name=setCabinOverheatProtectionAction,proto3,oneof"`
}

type VehicleAction_SetChargingAmpsAction

type VehicleAction_SetChargingAmpsAction struct {
	SetChargingAmpsAction *SetChargingAmpsAction `protobuf:"bytes,43,opt,name=setChargingAmpsAction,proto3,oneof"`
}

type VehicleAction_SetCopTempAction

type VehicleAction_SetCopTempAction struct {
	SetCopTempAction *SetCopTempAction `protobuf:"bytes,66,opt,name=setCopTempAction,proto3,oneof"`
}

type VehicleAction_SetVehicleNameAction

type VehicleAction_SetVehicleNameAction struct {
	SetVehicleNameAction *SetVehicleNameAction `protobuf:"bytes,54,opt,name=setVehicleNameAction,proto3,oneof"`
}

type VehicleAction_VehicleControlCancelSoftwareUpdateAction

type VehicleAction_VehicleControlCancelSoftwareUpdateAction struct {
	VehicleControlCancelSoftwareUpdateAction *VehicleControlCancelSoftwareUpdateAction `protobuf:"bytes,25,opt,name=vehicleControlCancelSoftwareUpdateAction,proto3,oneof"`
}

type VehicleAction_VehicleControlFlashLightsAction

type VehicleAction_VehicleControlFlashLightsAction struct {
	VehicleControlFlashLightsAction *VehicleControlFlashLightsAction `protobuf:"bytes,26,opt,name=vehicleControlFlashLightsAction,proto3,oneof"`
}

type VehicleAction_VehicleControlHonkHornAction

type VehicleAction_VehicleControlHonkHornAction struct {
	VehicleControlHonkHornAction *VehicleControlHonkHornAction `protobuf:"bytes,27,opt,name=vehicleControlHonkHornAction,proto3,oneof"`
}

type VehicleAction_VehicleControlResetPinToDriveAction

type VehicleAction_VehicleControlResetPinToDriveAction struct {
	VehicleControlResetPinToDriveAction *VehicleControlResetPinToDriveAction `protobuf:"bytes,78,opt,name=vehicleControlResetPinToDriveAction,proto3,oneof"`
}

type VehicleAction_VehicleControlResetValetPinAction

type VehicleAction_VehicleControlResetValetPinAction struct {
	VehicleControlResetValetPinAction *VehicleControlResetValetPinAction `protobuf:"bytes,28,opt,name=vehicleControlResetValetPinAction,proto3,oneof"`
}

type VehicleAction_VehicleControlScheduleSoftwareUpdateAction

type VehicleAction_VehicleControlScheduleSoftwareUpdateAction struct {
	VehicleControlScheduleSoftwareUpdateAction *VehicleControlScheduleSoftwareUpdateAction `protobuf:"bytes,29,opt,name=vehicleControlScheduleSoftwareUpdateAction,proto3,oneof"`
}

type VehicleAction_VehicleControlSetPinToDriveAction

type VehicleAction_VehicleControlSetPinToDriveAction struct {
	VehicleControlSetPinToDriveAction *VehicleControlSetPinToDriveAction `protobuf:"bytes,77,opt,name=vehicleControlSetPinToDriveAction,proto3,oneof"`
}

type VehicleAction_VehicleControlSetSentryModeAction

type VehicleAction_VehicleControlSetSentryModeAction struct {
	VehicleControlSetSentryModeAction *VehicleControlSetSentryModeAction `protobuf:"bytes,30,opt,name=vehicleControlSetSentryModeAction,proto3,oneof"`
}

type VehicleAction_VehicleControlSetValetModeAction

type VehicleAction_VehicleControlSetValetModeAction struct {
	VehicleControlSetValetModeAction *VehicleControlSetValetModeAction `protobuf:"bytes,31,opt,name=vehicleControlSetValetModeAction,proto3,oneof"`
}

type VehicleAction_VehicleControlSunroofOpenCloseAction

type VehicleAction_VehicleControlSunroofOpenCloseAction struct {
	VehicleControlSunroofOpenCloseAction *VehicleControlSunroofOpenCloseAction `protobuf:"bytes,32,opt,name=vehicleControlSunroofOpenCloseAction,proto3,oneof"`
}

type VehicleAction_VehicleControlTriggerHomelinkAction

type VehicleAction_VehicleControlTriggerHomelinkAction struct {
	VehicleControlTriggerHomelinkAction *VehicleControlTriggerHomelinkAction `protobuf:"bytes,33,opt,name=vehicleControlTriggerHomelinkAction,proto3,oneof"`
}

type VehicleAction_VehicleControlWindowAction

type VehicleAction_VehicleControlWindowAction struct {
	VehicleControlWindowAction *VehicleControlWindowAction `protobuf:"bytes,34,opt,name=vehicleControlWindowAction,proto3,oneof"`
}

type VehicleControlCancelSoftwareUpdateAction

type VehicleControlCancelSoftwareUpdateAction struct {
	// contains filtered or unexported fields
}

func (*VehicleControlCancelSoftwareUpdateAction) Descriptor deprecated

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

Deprecated: Use VehicleControlCancelSoftwareUpdateAction.ProtoReflect.Descriptor instead.

func (*VehicleControlCancelSoftwareUpdateAction) ProtoMessage

func (*VehicleControlCancelSoftwareUpdateAction) ProtoReflect

func (*VehicleControlCancelSoftwareUpdateAction) Reset

func (*VehicleControlCancelSoftwareUpdateAction) String

type VehicleControlFlashLightsAction

type VehicleControlFlashLightsAction struct {
	// contains filtered or unexported fields
}

func (*VehicleControlFlashLightsAction) Descriptor deprecated

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

Deprecated: Use VehicleControlFlashLightsAction.ProtoReflect.Descriptor instead.

func (*VehicleControlFlashLightsAction) ProtoMessage

func (*VehicleControlFlashLightsAction) ProtoMessage()

func (*VehicleControlFlashLightsAction) ProtoReflect

func (*VehicleControlFlashLightsAction) Reset

func (*VehicleControlFlashLightsAction) String

type VehicleControlHonkHornAction

type VehicleControlHonkHornAction struct {
	// contains filtered or unexported fields
}

func (*VehicleControlHonkHornAction) Descriptor deprecated

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

Deprecated: Use VehicleControlHonkHornAction.ProtoReflect.Descriptor instead.

func (*VehicleControlHonkHornAction) ProtoMessage

func (*VehicleControlHonkHornAction) ProtoMessage()

func (*VehicleControlHonkHornAction) ProtoReflect

func (*VehicleControlHonkHornAction) Reset

func (x *VehicleControlHonkHornAction) Reset()

func (*VehicleControlHonkHornAction) String

type VehicleControlResetPinToDriveAction

type VehicleControlResetPinToDriveAction struct {
	// contains filtered or unexported fields
}

func (*VehicleControlResetPinToDriveAction) Descriptor deprecated

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

Deprecated: Use VehicleControlResetPinToDriveAction.ProtoReflect.Descriptor instead.

func (*VehicleControlResetPinToDriveAction) ProtoMessage

func (*VehicleControlResetPinToDriveAction) ProtoMessage()

func (*VehicleControlResetPinToDriveAction) ProtoReflect

func (*VehicleControlResetPinToDriveAction) Reset

func (*VehicleControlResetPinToDriveAction) String

type VehicleControlResetValetPinAction

type VehicleControlResetValetPinAction struct {
	// contains filtered or unexported fields
}

func (*VehicleControlResetValetPinAction) Descriptor deprecated

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

Deprecated: Use VehicleControlResetValetPinAction.ProtoReflect.Descriptor instead.

func (*VehicleControlResetValetPinAction) ProtoMessage

func (*VehicleControlResetValetPinAction) ProtoMessage()

func (*VehicleControlResetValetPinAction) ProtoReflect

func (*VehicleControlResetValetPinAction) Reset

func (*VehicleControlResetValetPinAction) String

type VehicleControlScheduleSoftwareUpdateAction

type VehicleControlScheduleSoftwareUpdateAction struct {
	OffsetSec int32 `protobuf:"varint,1,opt,name=offset_sec,json=offsetSec,proto3" json:"offset_sec,omitempty"`
	// contains filtered or unexported fields
}

func (*VehicleControlScheduleSoftwareUpdateAction) Descriptor deprecated

Deprecated: Use VehicleControlScheduleSoftwareUpdateAction.ProtoReflect.Descriptor instead.

func (*VehicleControlScheduleSoftwareUpdateAction) GetOffsetSec

func (*VehicleControlScheduleSoftwareUpdateAction) ProtoMessage

func (*VehicleControlScheduleSoftwareUpdateAction) ProtoReflect

func (*VehicleControlScheduleSoftwareUpdateAction) Reset

func (*VehicleControlScheduleSoftwareUpdateAction) String

type VehicleControlSetPinToDriveAction

type VehicleControlSetPinToDriveAction struct {
	On       bool   `protobuf:"varint,1,opt,name=on,proto3" json:"on,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*VehicleControlSetPinToDriveAction) Descriptor deprecated

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

Deprecated: Use VehicleControlSetPinToDriveAction.ProtoReflect.Descriptor instead.

func (*VehicleControlSetPinToDriveAction) GetOn

func (*VehicleControlSetPinToDriveAction) GetPassword

func (x *VehicleControlSetPinToDriveAction) GetPassword() string

func (*VehicleControlSetPinToDriveAction) ProtoMessage

func (*VehicleControlSetPinToDriveAction) ProtoMessage()

func (*VehicleControlSetPinToDriveAction) ProtoReflect

func (*VehicleControlSetPinToDriveAction) Reset

func (*VehicleControlSetPinToDriveAction) String

type VehicleControlSetSentryModeAction

type VehicleControlSetSentryModeAction struct {
	On bool `protobuf:"varint,1,opt,name=on,proto3" json:"on,omitempty"`
	// contains filtered or unexported fields
}

func (*VehicleControlSetSentryModeAction) Descriptor deprecated

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

Deprecated: Use VehicleControlSetSentryModeAction.ProtoReflect.Descriptor instead.

func (*VehicleControlSetSentryModeAction) GetOn

func (*VehicleControlSetSentryModeAction) ProtoMessage

func (*VehicleControlSetSentryModeAction) ProtoMessage()

func (*VehicleControlSetSentryModeAction) ProtoReflect

func (*VehicleControlSetSentryModeAction) Reset

func (*VehicleControlSetSentryModeAction) String

type VehicleControlSetValetModeAction

type VehicleControlSetValetModeAction struct {
	On       bool   `protobuf:"varint,1,opt,name=on,proto3" json:"on,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*VehicleControlSetValetModeAction) Descriptor deprecated

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

Deprecated: Use VehicleControlSetValetModeAction.ProtoReflect.Descriptor instead.

func (*VehicleControlSetValetModeAction) GetOn

func (*VehicleControlSetValetModeAction) GetPassword

func (x *VehicleControlSetValetModeAction) GetPassword() string

func (*VehicleControlSetValetModeAction) ProtoMessage

func (*VehicleControlSetValetModeAction) ProtoMessage()

func (*VehicleControlSetValetModeAction) ProtoReflect

func (*VehicleControlSetValetModeAction) Reset

func (*VehicleControlSetValetModeAction) String

type VehicleControlSunroofOpenCloseAction

type VehicleControlSunroofOpenCloseAction struct {

	// Types that are assignable to SunroofLevel:
	//	*VehicleControlSunroofOpenCloseAction_AbsoluteLevel
	//	*VehicleControlSunroofOpenCloseAction_DeltaLevel
	SunroofLevel isVehicleControlSunroofOpenCloseAction_SunroofLevel `protobuf_oneof:"sunroof_level"`
	// Types that are assignable to Action:
	//	*VehicleControlSunroofOpenCloseAction_Vent
	//	*VehicleControlSunroofOpenCloseAction_Close
	//	*VehicleControlSunroofOpenCloseAction_Open
	Action isVehicleControlSunroofOpenCloseAction_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*VehicleControlSunroofOpenCloseAction) Descriptor deprecated

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

Deprecated: Use VehicleControlSunroofOpenCloseAction.ProtoReflect.Descriptor instead.

func (*VehicleControlSunroofOpenCloseAction) GetAbsoluteLevel

func (x *VehicleControlSunroofOpenCloseAction) GetAbsoluteLevel() int32

func (*VehicleControlSunroofOpenCloseAction) GetAction

func (m *VehicleControlSunroofOpenCloseAction) GetAction() isVehicleControlSunroofOpenCloseAction_Action

func (*VehicleControlSunroofOpenCloseAction) GetClose

func (*VehicleControlSunroofOpenCloseAction) GetDeltaLevel

func (x *VehicleControlSunroofOpenCloseAction) GetDeltaLevel() int32

func (*VehicleControlSunroofOpenCloseAction) GetOpen

func (*VehicleControlSunroofOpenCloseAction) GetSunroofLevel

func (m *VehicleControlSunroofOpenCloseAction) GetSunroofLevel() isVehicleControlSunroofOpenCloseAction_SunroofLevel

func (*VehicleControlSunroofOpenCloseAction) GetVent

func (*VehicleControlSunroofOpenCloseAction) ProtoMessage

func (*VehicleControlSunroofOpenCloseAction) ProtoMessage()

func (*VehicleControlSunroofOpenCloseAction) ProtoReflect

func (*VehicleControlSunroofOpenCloseAction) Reset

func (*VehicleControlSunroofOpenCloseAction) String

type VehicleControlSunroofOpenCloseAction_AbsoluteLevel

type VehicleControlSunroofOpenCloseAction_AbsoluteLevel struct {
	AbsoluteLevel int32 `protobuf:"varint,1,opt,name=absolute_level,json=absoluteLevel,proto3,oneof"`
}

type VehicleControlSunroofOpenCloseAction_Close

type VehicleControlSunroofOpenCloseAction_Close struct {
	Close *Void `protobuf:"bytes,4,opt,name=close,proto3,oneof"`
}

type VehicleControlSunroofOpenCloseAction_DeltaLevel

type VehicleControlSunroofOpenCloseAction_DeltaLevel struct {
	DeltaLevel int32 `protobuf:"zigzag32,2,opt,name=delta_level,json=deltaLevel,proto3,oneof"`
}

type VehicleControlSunroofOpenCloseAction_Open

type VehicleControlSunroofOpenCloseAction_Open struct {
	Open *Void `protobuf:"bytes,5,opt,name=open,proto3,oneof"`
}

type VehicleControlSunroofOpenCloseAction_Vent

type VehicleControlSunroofOpenCloseAction_Vent struct {
	Vent *Void `protobuf:"bytes,3,opt,name=vent,proto3,oneof"`
}

type VehicleControlTriggerHomelinkAction

type VehicleControlTriggerHomelinkAction struct {
	Location *LatLong `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Token    string   `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*VehicleControlTriggerHomelinkAction) Descriptor deprecated

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

Deprecated: Use VehicleControlTriggerHomelinkAction.ProtoReflect.Descriptor instead.

func (*VehicleControlTriggerHomelinkAction) GetLocation

func (x *VehicleControlTriggerHomelinkAction) GetLocation() *LatLong

func (*VehicleControlTriggerHomelinkAction) GetToken

func (*VehicleControlTriggerHomelinkAction) ProtoMessage

func (*VehicleControlTriggerHomelinkAction) ProtoMessage()

func (*VehicleControlTriggerHomelinkAction) ProtoReflect

func (*VehicleControlTriggerHomelinkAction) Reset

func (*VehicleControlTriggerHomelinkAction) String

type VehicleControlWindowAction

type VehicleControlWindowAction struct {
	Location *LatLong `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// Types that are assignable to Action:
	//	*VehicleControlWindowAction_Unknown
	//	*VehicleControlWindowAction_Vent
	//	*VehicleControlWindowAction_Close
	Action isVehicleControlWindowAction_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*VehicleControlWindowAction) Descriptor deprecated

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

Deprecated: Use VehicleControlWindowAction.ProtoReflect.Descriptor instead.

func (*VehicleControlWindowAction) GetAction

func (m *VehicleControlWindowAction) GetAction() isVehicleControlWindowAction_Action

func (*VehicleControlWindowAction) GetClose

func (x *VehicleControlWindowAction) GetClose() *Void

func (*VehicleControlWindowAction) GetLocation

func (x *VehicleControlWindowAction) GetLocation() *LatLong

func (*VehicleControlWindowAction) GetUnknown

func (x *VehicleControlWindowAction) GetUnknown() *Void

func (*VehicleControlWindowAction) GetVent

func (x *VehicleControlWindowAction) GetVent() *Void

func (*VehicleControlWindowAction) ProtoMessage

func (*VehicleControlWindowAction) ProtoMessage()

func (*VehicleControlWindowAction) ProtoReflect

func (*VehicleControlWindowAction) Reset

func (x *VehicleControlWindowAction) Reset()

func (*VehicleControlWindowAction) String

func (x *VehicleControlWindowAction) String() string

type VehicleControlWindowAction_Close

type VehicleControlWindowAction_Close struct {
	Close *Void `protobuf:"bytes,4,opt,name=close,proto3,oneof"`
}

type VehicleControlWindowAction_Unknown

type VehicleControlWindowAction_Unknown struct {
	Unknown *Void `protobuf:"bytes,2,opt,name=unknown,proto3,oneof"`
}

type VehicleControlWindowAction_Vent

type VehicleControlWindowAction_Vent struct {
	Vent *Void `protobuf:"bytes,3,opt,name=vent,proto3,oneof"`
}

type VehicleState

type VehicleState struct {
	GuestMode *VehicleState_GuestMode `protobuf:"bytes,74,opt,name=guestMode,proto3" json:"guestMode,omitempty"`
	// contains filtered or unexported fields
}

func (*VehicleState) Descriptor deprecated

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

Deprecated: Use VehicleState.ProtoReflect.Descriptor instead.

func (*VehicleState) GetGuestMode

func (x *VehicleState) GetGuestMode() *VehicleState_GuestMode

func (*VehicleState) ProtoMessage

func (*VehicleState) ProtoMessage()

func (*VehicleState) ProtoReflect

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

func (*VehicleState) Reset

func (x *VehicleState) Reset()

func (*VehicleState) String

func (x *VehicleState) String() string

type VehicleState_GuestMode

type VehicleState_GuestMode struct {
	GuestModeActive bool `protobuf:"varint,1,opt,name=GuestModeActive,proto3" json:"GuestModeActive,omitempty"`
	// contains filtered or unexported fields
}

func (*VehicleState_GuestMode) Descriptor deprecated

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

Deprecated: Use VehicleState_GuestMode.ProtoReflect.Descriptor instead.

func (*VehicleState_GuestMode) GetGuestModeActive

func (x *VehicleState_GuestMode) GetGuestModeActive() bool

func (*VehicleState_GuestMode) ProtoMessage

func (*VehicleState_GuestMode) ProtoMessage()

func (*VehicleState_GuestMode) ProtoReflect

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

func (*VehicleState_GuestMode) Reset

func (x *VehicleState_GuestMode) Reset()

func (*VehicleState_GuestMode) String

func (x *VehicleState_GuestMode) String() string

type Void

type Void struct {
	// contains filtered or unexported fields
}

func (*Void) Descriptor deprecated

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

Deprecated: Use Void.ProtoReflect.Descriptor instead.

func (*Void) ProtoMessage

func (*Void) ProtoMessage()

func (*Void) ProtoReflect

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

func (*Void) Reset

func (x *Void) Reset()

func (*Void) String

func (x *Void) String() string

Jump to

Keyboard shortcuts

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