Documentation ¶
Index ¶
- Variables
- func RegisterDeviceDefinitionServiceServer(s grpc.ServiceRegistrar, srv DeviceDefinitionServiceServer)
- func RegisterRecallsServiceServer(s grpc.ServiceRegistrar, srv RecallsServiceServer)
- type BaseResponse
- type CreateDeviceDefinitionRequest
- func (*CreateDeviceDefinitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceDefinitionRequest) GetDeviceAttributes() []*DeviceTypeAttributeRequest
- func (x *CreateDeviceDefinitionRequest) GetDeviceTypeId() string
- func (x *CreateDeviceDefinitionRequest) GetMake() string
- func (x *CreateDeviceDefinitionRequest) GetModel() string
- func (x *CreateDeviceDefinitionRequest) GetSource() string
- func (x *CreateDeviceDefinitionRequest) GetYear() int32
- func (*CreateDeviceDefinitionRequest) ProtoMessage()
- func (x *CreateDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceDefinitionRequest) Reset()
- func (x *CreateDeviceDefinitionRequest) String() string
- type CreateDeviceIntegrationRequest
- func (*CreateDeviceIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceIntegrationRequest) GetDeviceDefinitionId() string
- func (x *CreateDeviceIntegrationRequest) GetIntegrationId() string
- func (x *CreateDeviceIntegrationRequest) GetRegion() string
- func (*CreateDeviceIntegrationRequest) ProtoMessage()
- func (x *CreateDeviceIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceIntegrationRequest) Reset()
- func (x *CreateDeviceIntegrationRequest) String() string
- type CreateDeviceMakeRequest
- func (*CreateDeviceMakeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceMakeRequest) GetName() string
- func (*CreateDeviceMakeRequest) ProtoMessage()
- func (x *CreateDeviceMakeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceMakeRequest) Reset()
- func (x *CreateDeviceMakeRequest) String() string
- type CreateDeviceStyleRequest
- func (*CreateDeviceStyleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceStyleRequest) GetDeviceDefinitionId() string
- func (x *CreateDeviceStyleRequest) GetExternalStyleId() string
- func (x *CreateDeviceStyleRequest) GetName() string
- func (x *CreateDeviceStyleRequest) GetSource() string
- func (x *CreateDeviceStyleRequest) GetSubModel() string
- func (*CreateDeviceStyleRequest) ProtoMessage()
- func (x *CreateDeviceStyleRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceStyleRequest) Reset()
- func (x *CreateDeviceStyleRequest) String() string
- type CreateDeviceTypeAttributeRequest
- func (*CreateDeviceTypeAttributeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceTypeAttributeRequest) GetDefaultValue() string
- func (x *CreateDeviceTypeAttributeRequest) GetDescription() string
- func (x *CreateDeviceTypeAttributeRequest) GetLabel() string
- func (x *CreateDeviceTypeAttributeRequest) GetName() string
- func (x *CreateDeviceTypeAttributeRequest) GetOptions() []string
- func (x *CreateDeviceTypeAttributeRequest) GetRequired() bool
- func (x *CreateDeviceTypeAttributeRequest) GetType() string
- func (*CreateDeviceTypeAttributeRequest) ProtoMessage()
- func (x *CreateDeviceTypeAttributeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceTypeAttributeRequest) Reset()
- func (x *CreateDeviceTypeAttributeRequest) String() string
- type CreateDeviceTypeRequest
- func (*CreateDeviceTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeviceTypeRequest) GetId() string
- func (x *CreateDeviceTypeRequest) GetName() string
- func (*CreateDeviceTypeRequest) ProtoMessage()
- func (x *CreateDeviceTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeviceTypeRequest) Reset()
- func (x *CreateDeviceTypeRequest) String() string
- type CreateIntegrationRequest
- func (*CreateIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIntegrationRequest) GetStyle() string
- func (x *CreateIntegrationRequest) GetType() string
- func (x *CreateIntegrationRequest) GetVendor() string
- func (*CreateIntegrationRequest) ProtoMessage()
- func (x *CreateIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIntegrationRequest) Reset()
- func (x *CreateIntegrationRequest) String() string
- type DeleteDeviceTypeRequest
- func (*DeleteDeviceTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDeviceTypeRequest) GetId() string
- func (*DeleteDeviceTypeRequest) ProtoMessage()
- func (x *DeleteDeviceTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDeviceTypeRequest) Reset()
- func (x *DeleteDeviceTypeRequest) String() string
- type DeviceCompatibilities
- func (*DeviceCompatibilities) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceCompatibilities) GetFeatures() []*Feature
- func (x *DeviceCompatibilities) GetLevel() string
- func (x *DeviceCompatibilities) GetYear() int32
- func (*DeviceCompatibilities) ProtoMessage()
- func (x *DeviceCompatibilities) ProtoReflect() protoreflect.Message
- func (x *DeviceCompatibilities) Reset()
- func (x *DeviceCompatibilities) String() string
- type DeviceCompatibilityList
- func (*DeviceCompatibilityList) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceCompatibilityList) GetName() string
- func (x *DeviceCompatibilityList) GetYears() []*DeviceCompatibilities
- func (*DeviceCompatibilityList) ProtoMessage()
- func (x *DeviceCompatibilityList) ProtoReflect() protoreflect.Message
- func (x *DeviceCompatibilityList) Reset()
- func (x *DeviceCompatibilityList) String() string
- type DeviceDefinitionServiceClient
- type DeviceDefinitionServiceServer
- type DeviceIntegration
- func (*DeviceIntegration) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIntegration) GetCapabilities() string
- func (x *DeviceIntegration) GetDeviceDefinitionId() string
- func (x *DeviceIntegration) GetIntegration() *Integration
- func (x *DeviceIntegration) GetRegion() string
- func (*DeviceIntegration) ProtoMessage()
- func (x *DeviceIntegration) ProtoReflect() protoreflect.Message
- func (x *DeviceIntegration) Reset()
- func (x *DeviceIntegration) String() string
- type DeviceMake
- func (*DeviceMake) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceMake) GetExternalIds() stringdeprecated
- func (x *DeviceMake) GetExternalIdsTyped() []*ExternalID
- func (x *DeviceMake) GetId() string
- func (x *DeviceMake) GetLogoUrl() string
- func (x *DeviceMake) GetName() string
- func (x *DeviceMake) GetNameSlug() string
- func (x *DeviceMake) GetOemPlatformName() string
- func (x *DeviceMake) GetTokenId() uint64
- func (*DeviceMake) ProtoMessage()
- func (x *DeviceMake) ProtoReflect() protoreflect.Message
- func (x *DeviceMake) Reset()
- func (x *DeviceMake) String() string
- type DeviceStyle
- func (*DeviceStyle) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceStyle) GetDeviceDefinitionId() string
- func (x *DeviceStyle) GetExternalStyleId() string
- func (x *DeviceStyle) GetId() string
- func (x *DeviceStyle) GetName() string
- func (x *DeviceStyle) GetSource() string
- func (x *DeviceStyle) GetSubModel() string
- func (*DeviceStyle) ProtoMessage()
- func (x *DeviceStyle) ProtoReflect() protoreflect.Message
- func (x *DeviceStyle) Reset()
- func (x *DeviceStyle) String() string
- type DeviceType
- func (*DeviceType) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceType) GetMake() string
- func (x *DeviceType) GetMakeSlug() string
- func (x *DeviceType) GetModel() string
- func (x *DeviceType) GetModelSlug() string
- func (x *DeviceType) GetSubModels() []string
- func (x *DeviceType) GetType() string
- func (x *DeviceType) GetYear() int32
- func (*DeviceType) ProtoMessage()
- func (x *DeviceType) ProtoReflect() protoreflect.Message
- func (x *DeviceType) Reset()
- func (x *DeviceType) String() string
- type DeviceTypeAttribute
- func (*DeviceTypeAttribute) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceTypeAttribute) GetDefaultValue() string
- func (x *DeviceTypeAttribute) GetDescription() string
- func (x *DeviceTypeAttribute) GetLabel() string
- func (x *DeviceTypeAttribute) GetName() string
- func (x *DeviceTypeAttribute) GetOptions() []string
- func (x *DeviceTypeAttribute) GetRequired() bool
- func (x *DeviceTypeAttribute) GetType() string
- func (x *DeviceTypeAttribute) GetValue() string
- func (*DeviceTypeAttribute) ProtoMessage()
- func (x *DeviceTypeAttribute) ProtoReflect() protoreflect.Message
- func (x *DeviceTypeAttribute) Reset()
- func (x *DeviceTypeAttribute) String() string
- type DeviceTypeAttributeRequest
- func (*DeviceTypeAttributeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceTypeAttributeRequest) GetName() string
- func (x *DeviceTypeAttributeRequest) GetValue() string
- func (*DeviceTypeAttributeRequest) ProtoMessage()
- func (x *DeviceTypeAttributeRequest) ProtoReflect() protoreflect.Message
- func (x *DeviceTypeAttributeRequest) Reset()
- func (x *DeviceTypeAttributeRequest) String() string
- type ExternalID
- type Feature
- func (*Feature) Descriptor() ([]byte, []int)deprecated
- func (x *Feature) GetCssIcon() string
- func (x *Feature) GetKey() string
- func (x *Feature) GetSupportLevel() int32
- func (*Feature) ProtoMessage()
- func (x *Feature) ProtoReflect() protoreflect.Message
- func (x *Feature) Reset()
- func (x *Feature) String() string
- type FilterDeviceDefinitionRequest
- func (*FilterDeviceDefinitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FilterDeviceDefinitionRequest) GetDeviceDefinitionId() string
- func (x *FilterDeviceDefinitionRequest) GetIntegrationId() string
- func (x *FilterDeviceDefinitionRequest) GetMakeId() string
- func (x *FilterDeviceDefinitionRequest) GetModel() string
- func (x *FilterDeviceDefinitionRequest) GetPageIndex() int32
- func (x *FilterDeviceDefinitionRequest) GetPageSize() int32
- func (x *FilterDeviceDefinitionRequest) GetVerifiedVinList() []string
- func (x *FilterDeviceDefinitionRequest) GetYear() int32
- func (*FilterDeviceDefinitionRequest) ProtoMessage()
- func (x *FilterDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
- func (x *FilterDeviceDefinitionRequest) Reset()
- func (x *FilterDeviceDefinitionRequest) String() string
- type FilterDeviceDefinitionsReponse
- func (*FilterDeviceDefinitionsReponse) Descriptor() ([]byte, []int)deprecated
- func (x *FilterDeviceDefinitionsReponse) GetCreatedAt() int64
- func (x *FilterDeviceDefinitionsReponse) GetDeviceMakeId() string
- func (x *FilterDeviceDefinitionsReponse) GetExternal() stringdeprecated
- func (x *FilterDeviceDefinitionsReponse) GetExternalIds() []*ExternalID
- func (x *FilterDeviceDefinitionsReponse) GetId() string
- func (x *FilterDeviceDefinitionsReponse) GetImageUrl() string
- func (x *FilterDeviceDefinitionsReponse) GetMake() string
- func (x *FilterDeviceDefinitionsReponse) GetMetadata() string
- func (x *FilterDeviceDefinitionsReponse) GetModel() string
- func (x *FilterDeviceDefinitionsReponse) GetSource() stringdeprecated
- func (x *FilterDeviceDefinitionsReponse) GetUpdatedAt() int64
- func (x *FilterDeviceDefinitionsReponse) GetVerified() bool
- func (x *FilterDeviceDefinitionsReponse) GetYear() int32
- func (*FilterDeviceDefinitionsReponse) ProtoMessage()
- func (x *FilterDeviceDefinitionsReponse) ProtoReflect() protoreflect.Message
- func (x *FilterDeviceDefinitionsReponse) Reset()
- func (x *FilterDeviceDefinitionsReponse) String() string
- type GetDeviceCompatibilityListRequest
- func (*GetDeviceCompatibilityListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceCompatibilityListRequest) GetIntegrationId() string
- func (x *GetDeviceCompatibilityListRequest) GetMakeId() string
- func (x *GetDeviceCompatibilityListRequest) GetRegion() string
- func (*GetDeviceCompatibilityListRequest) ProtoMessage()
- func (x *GetDeviceCompatibilityListRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceCompatibilityListRequest) Reset()
- func (x *GetDeviceCompatibilityListRequest) String() string
- type GetDeviceCompatibilityListResponse
- func (*GetDeviceCompatibilityListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceCompatibilityListResponse) GetModels() []*DeviceCompatibilityList
- func (*GetDeviceCompatibilityListResponse) ProtoMessage()
- func (x *GetDeviceCompatibilityListResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceCompatibilityListResponse) Reset()
- func (x *GetDeviceCompatibilityListResponse) String() string
- type GetDeviceDefinitionAllItemResponse
- func (*GetDeviceDefinitionAllItemResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionAllItemResponse) GetMake() string
- func (x *GetDeviceDefinitionAllItemResponse) GetModels() []*GetDeviceDefinitionAllItemResponse_GetDeviceModels
- func (*GetDeviceDefinitionAllItemResponse) ProtoMessage()
- func (x *GetDeviceDefinitionAllItemResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionAllItemResponse) Reset()
- func (x *GetDeviceDefinitionAllItemResponse) String() string
- type GetDeviceDefinitionAllItemResponse_GetDeviceModelYears
- func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) GetDeviceDefinitionID() string
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) GetYear() int32
- func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) ProtoMessage()
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) Reset()
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) String() string
- type GetDeviceDefinitionAllItemResponse_GetDeviceModels
- func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) GetModel() string
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) GetYears() []*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears
- func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) ProtoMessage()
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) Reset()
- func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) String() string
- type GetDeviceDefinitionAllResponse
- func (*GetDeviceDefinitionAllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionAllResponse) GetItems() []*GetDeviceDefinitionAllItemResponse
- func (*GetDeviceDefinitionAllResponse) ProtoMessage()
- func (x *GetDeviceDefinitionAllResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionAllResponse) Reset()
- func (x *GetDeviceDefinitionAllResponse) String() string
- type GetDeviceDefinitionByMMYRequest
- func (*GetDeviceDefinitionByMMYRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionByMMYRequest) GetMake() string
- func (x *GetDeviceDefinitionByMMYRequest) GetMakeID() string
- func (x *GetDeviceDefinitionByMMYRequest) GetModel() string
- func (x *GetDeviceDefinitionByMMYRequest) GetYear() int32
- func (*GetDeviceDefinitionByMMYRequest) ProtoMessage()
- func (x *GetDeviceDefinitionByMMYRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionByMMYRequest) Reset()
- func (x *GetDeviceDefinitionByMMYRequest) String() string
- type GetDeviceDefinitionBySlugRequest
- func (*GetDeviceDefinitionBySlugRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionBySlugRequest) GetSlug() string
- func (x *GetDeviceDefinitionBySlugRequest) GetYear() int32
- func (*GetDeviceDefinitionBySlugRequest) ProtoMessage()
- func (x *GetDeviceDefinitionBySlugRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionBySlugRequest) Reset()
- func (x *GetDeviceDefinitionBySlugRequest) String() string
- type GetDeviceDefinitionBySourceRequest
- func (*GetDeviceDefinitionBySourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionBySourceRequest) GetSource() string
- func (*GetDeviceDefinitionBySourceRequest) ProtoMessage()
- func (x *GetDeviceDefinitionBySourceRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionBySourceRequest) Reset()
- func (x *GetDeviceDefinitionBySourceRequest) String() string
- type GetDeviceDefinitionIntegrationRequest
- func (*GetDeviceDefinitionIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionIntegrationRequest) GetId() string
- func (*GetDeviceDefinitionIntegrationRequest) ProtoMessage()
- func (x *GetDeviceDefinitionIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionIntegrationRequest) Reset()
- func (x *GetDeviceDefinitionIntegrationRequest) String() string
- type GetDeviceDefinitionIntegrationResponse
- func (*GetDeviceDefinitionIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionIntegrationResponse) GetIntegrations() []*DeviceIntegration
- func (*GetDeviceDefinitionIntegrationResponse) ProtoMessage()
- func (x *GetDeviceDefinitionIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionIntegrationResponse) Reset()
- func (x *GetDeviceDefinitionIntegrationResponse) String() string
- type GetDeviceDefinitionItemResponse
- func (*GetDeviceDefinitionItemResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionItemResponse) GetDeviceAttributes() []*DeviceTypeAttribute
- func (x *GetDeviceDefinitionItemResponse) GetDeviceDefinitionId() string
- func (x *GetDeviceDefinitionItemResponse) GetDeviceIntegrations() []*DeviceIntegration
- func (x *GetDeviceDefinitionItemResponse) GetDeviceStyles() []*DeviceStyle
- func (x *GetDeviceDefinitionItemResponse) GetExternalId() stringdeprecated
- func (x *GetDeviceDefinitionItemResponse) GetExternalIds() []*ExternalID
- func (x *GetDeviceDefinitionItemResponse) GetImageUrl() string
- func (x *GetDeviceDefinitionItemResponse) GetMake() *DeviceMake
- func (x *GetDeviceDefinitionItemResponse) GetName() string
- func (x *GetDeviceDefinitionItemResponse) GetSource() stringdeprecated
- func (x *GetDeviceDefinitionItemResponse) GetType() *DeviceType
- func (x *GetDeviceDefinitionItemResponse) GetVehicleData() *VehicleInfodeprecated
- func (x *GetDeviceDefinitionItemResponse) GetVerified() bool
- func (*GetDeviceDefinitionItemResponse) ProtoMessage()
- func (x *GetDeviceDefinitionItemResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionItemResponse) Reset()
- func (x *GetDeviceDefinitionItemResponse) String() string
- type GetDeviceDefinitionRequest
- func (*GetDeviceDefinitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionRequest) GetIds() []string
- func (*GetDeviceDefinitionRequest) ProtoMessage()
- func (x *GetDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionRequest) Reset()
- func (x *GetDeviceDefinitionRequest) String() string
- type GetDeviceDefinitionResponse
- func (*GetDeviceDefinitionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceDefinitionResponse) GetDeviceDefinitions() []*GetDeviceDefinitionItemResponse
- func (*GetDeviceDefinitionResponse) ProtoMessage()
- func (x *GetDeviceDefinitionResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceDefinitionResponse) Reset()
- func (x *GetDeviceDefinitionResponse) String() string
- type GetDeviceMakeByNameRequest
- func (*GetDeviceMakeByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceMakeByNameRequest) GetName() string
- func (*GetDeviceMakeByNameRequest) ProtoMessage()
- func (x *GetDeviceMakeByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceMakeByNameRequest) Reset()
- func (x *GetDeviceMakeByNameRequest) String() string
- type GetDeviceMakeBySlugRequest
- func (*GetDeviceMakeBySlugRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceMakeBySlugRequest) GetSlug() string
- func (*GetDeviceMakeBySlugRequest) ProtoMessage()
- func (x *GetDeviceMakeBySlugRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceMakeBySlugRequest) Reset()
- func (x *GetDeviceMakeBySlugRequest) String() string
- type GetDeviceMakeResponse
- func (*GetDeviceMakeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceMakeResponse) GetDeviceMakes() []*DeviceMake
- func (*GetDeviceMakeResponse) ProtoMessage()
- func (x *GetDeviceMakeResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceMakeResponse) Reset()
- func (x *GetDeviceMakeResponse) String() string
- type GetDeviceStyleByDeviceDefinitionIDRequest
- func (*GetDeviceStyleByDeviceDefinitionIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceStyleByDeviceDefinitionIDRequest) GetId() string
- func (*GetDeviceStyleByDeviceDefinitionIDRequest) ProtoMessage()
- func (x *GetDeviceStyleByDeviceDefinitionIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceStyleByDeviceDefinitionIDRequest) Reset()
- func (x *GetDeviceStyleByDeviceDefinitionIDRequest) String() string
- type GetDeviceStyleByIDRequest
- func (*GetDeviceStyleByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceStyleByIDRequest) GetId() string
- func (*GetDeviceStyleByIDRequest) ProtoMessage()
- func (x *GetDeviceStyleByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceStyleByIDRequest) Reset()
- func (x *GetDeviceStyleByIDRequest) String() string
- type GetDeviceStyleFilterRequest
- func (*GetDeviceStyleFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceStyleFilterRequest) GetDeviceDefinitionId() string
- func (x *GetDeviceStyleFilterRequest) GetName() string
- func (x *GetDeviceStyleFilterRequest) GetSource() string
- func (x *GetDeviceStyleFilterRequest) GetSubModel() string
- func (*GetDeviceStyleFilterRequest) ProtoMessage()
- func (x *GetDeviceStyleFilterRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceStyleFilterRequest) Reset()
- func (x *GetDeviceStyleFilterRequest) String() string
- type GetDeviceStyleResponse
- func (*GetDeviceStyleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceStyleResponse) GetDeviceStyles() []*DeviceStyle
- func (*GetDeviceStyleResponse) ProtoMessage()
- func (x *GetDeviceStyleResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceStyleResponse) Reset()
- func (x *GetDeviceStyleResponse) String() string
- type GetDeviceTypeByIDRequest
- func (*GetDeviceTypeByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceTypeByIDRequest) GetId() string
- func (*GetDeviceTypeByIDRequest) ProtoMessage()
- func (x *GetDeviceTypeByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeviceTypeByIDRequest) Reset()
- func (x *GetDeviceTypeByIDRequest) String() string
- type GetDeviceTypeListResponse
- func (*GetDeviceTypeListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceTypeListResponse) GetDeviceTypes() []*GetDeviceTypeResponse
- func (*GetDeviceTypeListResponse) ProtoMessage()
- func (x *GetDeviceTypeListResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceTypeListResponse) Reset()
- func (x *GetDeviceTypeListResponse) String() string
- type GetDeviceTypeResponse
- func (*GetDeviceTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeviceTypeResponse) GetAttributes() []*DeviceTypeAttribute
- func (x *GetDeviceTypeResponse) GetId() string
- func (x *GetDeviceTypeResponse) GetName() string
- func (*GetDeviceTypeResponse) ProtoMessage()
- func (x *GetDeviceTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeviceTypeResponse) Reset()
- func (x *GetDeviceTypeResponse) String() string
- type GetFilteredDeviceDefinitionsResponse
- func (*GetFilteredDeviceDefinitionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFilteredDeviceDefinitionsResponse) GetItems() []*FilterDeviceDefinitionsReponse
- func (*GetFilteredDeviceDefinitionsResponse) ProtoMessage()
- func (x *GetFilteredDeviceDefinitionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetFilteredDeviceDefinitionsResponse) Reset()
- func (x *GetFilteredDeviceDefinitionsResponse) String() string
- type GetIntegrationRequest
- func (*GetIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetIntegrationRequest) GetId() []string
- func (*GetIntegrationRequest) ProtoMessage()
- func (x *GetIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *GetIntegrationRequest) Reset()
- func (x *GetIntegrationRequest) String() string
- type GetIntegrationResponse
- func (*GetIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetIntegrationResponse) GetIntegrations() []*Integration
- func (*GetIntegrationResponse) ProtoMessage()
- func (x *GetIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *GetIntegrationResponse) Reset()
- func (x *GetIntegrationResponse) String() string
- type GetRecallsByMakeRequest
- func (*GetRecallsByMakeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecallsByMakeRequest) GetMakeId() string
- func (*GetRecallsByMakeRequest) ProtoMessage()
- func (x *GetRecallsByMakeRequest) ProtoReflect() protoreflect.Message
- func (x *GetRecallsByMakeRequest) Reset()
- func (x *GetRecallsByMakeRequest) String() string
- type GetRecallsByModelRequest
- func (*GetRecallsByModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecallsByModelRequest) GetDeviceDefinitionId() string
- func (*GetRecallsByModelRequest) ProtoMessage()
- func (x *GetRecallsByModelRequest) ProtoReflect() protoreflect.Message
- func (x *GetRecallsByModelRequest) Reset()
- func (x *GetRecallsByModelRequest) String() string
- type GetRecallsResponse
- func (*GetRecallsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecallsResponse) GetRecalls() []*RecallItem
- func (*GetRecallsResponse) ProtoMessage()
- func (x *GetRecallsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRecallsResponse) Reset()
- func (x *GetRecallsResponse) String() string
- type Integration
- func (*Integration) Descriptor() ([]byte, []int)deprecated
- func (x *Integration) GetAutoPiDefaultTemplateId() int32
- func (x *Integration) GetAutoPiPowertrainTemplate() *Integration_AutoPiPowertrainTemplate
- func (x *Integration) GetId() string
- func (x *Integration) GetRefreshLimitSecs() int32
- func (x *Integration) GetStyle() string
- func (x *Integration) GetType() string
- func (x *Integration) GetVendor() string
- func (*Integration) ProtoMessage()
- func (x *Integration) ProtoReflect() protoreflect.Message
- func (x *Integration) Reset()
- func (x *Integration) String() string
- type Integration_AutoPiPowertrainTemplate
- func (*Integration_AutoPiPowertrainTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *Integration_AutoPiPowertrainTemplate) GetBEV() int32
- func (x *Integration_AutoPiPowertrainTemplate) GetHEV() int32
- func (x *Integration_AutoPiPowertrainTemplate) GetICE() int32
- func (x *Integration_AutoPiPowertrainTemplate) GetPHEV() int32
- func (*Integration_AutoPiPowertrainTemplate) ProtoMessage()
- func (x *Integration_AutoPiPowertrainTemplate) ProtoReflect() protoreflect.Message
- func (x *Integration_AutoPiPowertrainTemplate) Reset()
- func (x *Integration_AutoPiPowertrainTemplate) String() string
- type RecallItem
- func (*RecallItem) Descriptor() ([]byte, []int)deprecated
- func (x *RecallItem) GetComponentName() string
- func (x *RecallItem) GetConsequenceDefect() string
- func (x *RecallItem) GetDate() *timestamppb.Timestamp
- func (x *RecallItem) GetDescription() string
- func (x *RecallItem) GetDeviceDefinitionId() string
- func (x *RecallItem) GetManufactureCampNo() string
- func (x *RecallItem) GetName() string
- func (x *RecallItem) GetYear() int32
- func (*RecallItem) ProtoMessage()
- func (x *RecallItem) ProtoReflect() protoreflect.Message
- func (x *RecallItem) Reset()
- func (x *RecallItem) String() string
- type RecallsServiceClient
- type RecallsServiceServer
- type UnimplementedDeviceDefinitionServiceServer
- func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceDefinition(context.Context, *CreateDeviceDefinitionRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceIntegration(context.Context, *CreateDeviceIntegrationRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceMake(context.Context, *CreateDeviceMakeRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceStyle(context.Context, *CreateDeviceStyleRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceType(context.Context, *CreateDeviceTypeRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) CreateIntegration(context.Context, *CreateIntegrationRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) DeleteDeviceType(context.Context, *DeleteDeviceTypeRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceCompatibilities(context.Context, *GetDeviceCompatibilityListRequest) (*GetDeviceCompatibilityListResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionAll(context.Context, *emptypb.Empty) (*GetDeviceDefinitionAllResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionByID(context.Context, *GetDeviceDefinitionRequest) (*GetDeviceDefinitionResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionByMMY(context.Context, *GetDeviceDefinitionByMMYRequest) (*GetDeviceDefinitionItemResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionBySlug(context.Context, *GetDeviceDefinitionBySlugRequest) (*GetDeviceDefinitionItemResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionBySource(context.Context, *GetDeviceDefinitionBySourceRequest) (*GetDeviceDefinitionResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionIntegration(context.Context, *GetDeviceDefinitionIntegrationRequest) (*GetDeviceDefinitionIntegrationResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionWithoutImages(context.Context, *emptypb.Empty) (*GetDeviceDefinitionResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitions(context.Context, *emptypb.Empty) (*GetDeviceDefinitionResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakeByName(context.Context, *GetDeviceMakeByNameRequest) (*DeviceMake, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakeBySlug(context.Context, *GetDeviceMakeBySlugRequest) (*DeviceMake, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakes(context.Context, *emptypb.Empty) (*GetDeviceMakeResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStyleByExternalID(context.Context, *GetDeviceStyleByIDRequest) (*DeviceStyle, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStyleByID(context.Context, *GetDeviceStyleByIDRequest) (*DeviceStyle, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStylesByDeviceDefinitionID(context.Context, *GetDeviceStyleByDeviceDefinitionIDRequest) (*GetDeviceStyleResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStylesByFilter(context.Context, *GetDeviceStyleFilterRequest) (*GetDeviceStyleResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceTypes(context.Context, *emptypb.Empty) (*GetDeviceTypeListResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetDeviceTypesByID(context.Context, *GetDeviceTypeByIDRequest) (*GetDeviceTypeResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetFilteredDeviceDefinition(context.Context, *FilterDeviceDefinitionRequest) (*GetFilteredDeviceDefinitionsResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetIntegrationByID(context.Context, *GetIntegrationRequest) (*Integration, error)
- func (UnimplementedDeviceDefinitionServiceServer) GetIntegrations(context.Context, *emptypb.Empty) (*GetIntegrationResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) SetDeviceDefinitionImage(context.Context, *UpdateDeviceDefinitionImageRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceDefinition(context.Context, *UpdateDeviceDefinitionRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceMake(context.Context, *UpdateDeviceMakeRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceStyle(context.Context, *UpdateDeviceStyleRequest) (*BaseResponse, error)
- func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceType(context.Context, *UpdateDeviceTypeRequest) (*BaseResponse, error)
- type UnimplementedRecallsServiceServer
- type UnsafeDeviceDefinitionServiceServer
- type UnsafeRecallsServiceServer
- type UpdateDeviceDefinitionImageRequest
- func (*UpdateDeviceDefinitionImageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeviceDefinitionImageRequest) GetDeviceDefinitionId() string
- func (x *UpdateDeviceDefinitionImageRequest) GetImageUrl() string
- func (*UpdateDeviceDefinitionImageRequest) ProtoMessage()
- func (x *UpdateDeviceDefinitionImageRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDeviceDefinitionImageRequest) Reset()
- func (x *UpdateDeviceDefinitionImageRequest) String() string
- type UpdateDeviceDefinitionRequest
- func (*UpdateDeviceDefinitionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeviceDefinitionRequest) GetDeviceAttributes() []*DeviceTypeAttributeRequest
- func (x *UpdateDeviceDefinitionRequest) GetDeviceDefinitionId() string
- func (x *UpdateDeviceDefinitionRequest) GetDeviceIntegrations() []*UpdateDeviceDefinitionRequest_DeviceIntegrations
- func (x *UpdateDeviceDefinitionRequest) GetDeviceMakeId() string
- func (x *UpdateDeviceDefinitionRequest) GetDeviceStyles() []*UpdateDeviceDefinitionRequest_DeviceStyles
- func (x *UpdateDeviceDefinitionRequest) GetDeviceTypeId() string
- func (x *UpdateDeviceDefinitionRequest) GetExternalId() string
- func (x *UpdateDeviceDefinitionRequest) GetImageUrl() string
- func (x *UpdateDeviceDefinitionRequest) GetModel() string
- func (x *UpdateDeviceDefinitionRequest) GetSource() string
- func (x *UpdateDeviceDefinitionRequest) GetVehicleData() *VehicleInfodeprecated
- func (x *UpdateDeviceDefinitionRequest) GetVerified() bool
- func (x *UpdateDeviceDefinitionRequest) GetYear() int32
- func (*UpdateDeviceDefinitionRequest) ProtoMessage()
- func (x *UpdateDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDeviceDefinitionRequest) Reset()
- func (x *UpdateDeviceDefinitionRequest) String() string
- type UpdateDeviceDefinitionRequest_DeviceIntegrations
- func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetCapabilities() string
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetCreatedAt() *timestamppb.Timestamp
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetIntegrationId() string
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetRegion() string
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetUpdatedAt() *timestamppb.Timestamp
- func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) ProtoMessage()
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) ProtoReflect() protoreflect.Message
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) Reset()
- func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) String() string
- type UpdateDeviceDefinitionRequest_DeviceStyles
- func (*UpdateDeviceDefinitionRequest_DeviceStyles) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetCreatedAt() *timestamppb.Timestamp
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetExternalStyleId() string
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetId() string
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetName() string
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetSource() string
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetSubModel() string
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetUpdatedAt() *timestamppb.Timestamp
- func (*UpdateDeviceDefinitionRequest_DeviceStyles) ProtoMessage()
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) ProtoReflect() protoreflect.Message
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) Reset()
- func (x *UpdateDeviceDefinitionRequest_DeviceStyles) String() string
- type UpdateDeviceMakeRequest
- func (*UpdateDeviceMakeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeviceMakeRequest) GetExternalIds() string
- func (x *UpdateDeviceMakeRequest) GetId() string
- func (x *UpdateDeviceMakeRequest) GetLogoUrl() string
- func (x *UpdateDeviceMakeRequest) GetName() string
- func (x *UpdateDeviceMakeRequest) GetNameSlug() string
- func (x *UpdateDeviceMakeRequest) GetOemPlatformName() string
- func (x *UpdateDeviceMakeRequest) GetTokenId() uint64
- func (*UpdateDeviceMakeRequest) ProtoMessage()
- func (x *UpdateDeviceMakeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDeviceMakeRequest) Reset()
- func (x *UpdateDeviceMakeRequest) String() string
- type UpdateDeviceStyleRequest
- func (*UpdateDeviceStyleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeviceStyleRequest) GetDeviceDefinitionId() string
- func (x *UpdateDeviceStyleRequest) GetExternalStyleId() string
- func (x *UpdateDeviceStyleRequest) GetId() string
- func (x *UpdateDeviceStyleRequest) GetName() string
- func (x *UpdateDeviceStyleRequest) GetSource() string
- func (x *UpdateDeviceStyleRequest) GetSubModel() string
- func (*UpdateDeviceStyleRequest) ProtoMessage()
- func (x *UpdateDeviceStyleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDeviceStyleRequest) Reset()
- func (x *UpdateDeviceStyleRequest) String() string
- type UpdateDeviceTypeRequest
- func (*UpdateDeviceTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDeviceTypeRequest) GetAttributes() []*CreateDeviceTypeAttributeRequest
- func (x *UpdateDeviceTypeRequest) GetId() string
- func (x *UpdateDeviceTypeRequest) GetName() string
- func (*UpdateDeviceTypeRequest) ProtoMessage()
- func (x *UpdateDeviceTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDeviceTypeRequest) Reset()
- func (x *UpdateDeviceTypeRequest) String() string
- type VehicleInfo
- func (*VehicleInfo) Descriptor() ([]byte, []int)deprecated
- func (x *VehicleInfo) GetBase_MSRP() int32
- func (x *VehicleInfo) GetDrivenWheels() string
- func (x *VehicleInfo) GetEPAClass() string
- func (x *VehicleInfo) GetFuelTankCapacityGal() float32
- func (x *VehicleInfo) GetFuelType() string
- func (x *VehicleInfo) GetMPG() float32
- func (x *VehicleInfo) GetMPGCity() float32
- func (x *VehicleInfo) GetMPGHighway() float32
- func (x *VehicleInfo) GetNumberOfDoors() int32
- func (x *VehicleInfo) GetVehicleType() string
- func (*VehicleInfo) ProtoMessage()
- func (x *VehicleInfo) ProtoReflect() protoreflect.Message
- func (x *VehicleInfo) Reset()
- func (x *VehicleInfo) String() string
Constants ¶
This section is empty.
Variables ¶
var DeviceDefinitionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "grpc.DeviceDefinitionService", HandlerType: (*DeviceDefinitionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetDeviceDefinitionByID", Handler: _DeviceDefinitionService_GetDeviceDefinitionByID_Handler, }, { MethodName: "GetDeviceDefinitionBySlug", Handler: _DeviceDefinitionService_GetDeviceDefinitionBySlug_Handler, }, { MethodName: "GetDeviceDefinitions", Handler: _DeviceDefinitionService_GetDeviceDefinitions_Handler, }, { MethodName: "GetDeviceDefinitionByMMY", Handler: _DeviceDefinitionService_GetDeviceDefinitionByMMY_Handler, }, { MethodName: "GetDeviceDefinitionBySource", Handler: _DeviceDefinitionService_GetDeviceDefinitionBySource_Handler, }, { MethodName: "GetDeviceDefinitionWithoutImages", Handler: _DeviceDefinitionService_GetDeviceDefinitionWithoutImages_Handler, }, { MethodName: "GetDeviceDefinitionAll", Handler: _DeviceDefinitionService_GetDeviceDefinitionAll_Handler, }, { MethodName: "GetDeviceMakeByName", Handler: _DeviceDefinitionService_GetDeviceMakeByName_Handler, }, { MethodName: "GetDeviceMakeBySlug", Handler: _DeviceDefinitionService_GetDeviceMakeBySlug_Handler, }, { MethodName: "GetDeviceMakes", Handler: _DeviceDefinitionService_GetDeviceMakes_Handler, }, { MethodName: "GetIntegrations", Handler: _DeviceDefinitionService_GetIntegrations_Handler, }, { MethodName: "GetIntegrationByID", Handler: _DeviceDefinitionService_GetIntegrationByID_Handler, }, { MethodName: "GetDeviceDefinitionIntegration", Handler: _DeviceDefinitionService_GetDeviceDefinitionIntegration_Handler, }, { MethodName: "CreateDeviceDefinition", Handler: _DeviceDefinitionService_CreateDeviceDefinition_Handler, }, { MethodName: "CreateDeviceIntegration", Handler: _DeviceDefinitionService_CreateDeviceIntegration_Handler, }, { MethodName: "CreateDeviceStyle", Handler: _DeviceDefinitionService_CreateDeviceStyle_Handler, }, { MethodName: "CreateDeviceMake", Handler: _DeviceDefinitionService_CreateDeviceMake_Handler, }, { MethodName: "CreateIntegration", Handler: _DeviceDefinitionService_CreateIntegration_Handler, }, { MethodName: "UpdateDeviceDefinition", Handler: _DeviceDefinitionService_UpdateDeviceDefinition_Handler, }, { MethodName: "SetDeviceDefinitionImage", Handler: _DeviceDefinitionService_SetDeviceDefinitionImage_Handler, }, { MethodName: "GetFilteredDeviceDefinition", Handler: _DeviceDefinitionService_GetFilteredDeviceDefinition_Handler, }, { MethodName: "GetDeviceCompatibilities", Handler: _DeviceDefinitionService_GetDeviceCompatibilities_Handler, }, { MethodName: "GetDeviceStyleByID", Handler: _DeviceDefinitionService_GetDeviceStyleByID_Handler, }, { MethodName: "GetDeviceStyleByExternalID", Handler: _DeviceDefinitionService_GetDeviceStyleByExternalID_Handler, }, { MethodName: "GetDeviceStylesByDeviceDefinitionID", Handler: _DeviceDefinitionService_GetDeviceStylesByDeviceDefinitionID_Handler, }, { MethodName: "GetDeviceStylesByFilter", Handler: _DeviceDefinitionService_GetDeviceStylesByFilter_Handler, }, { MethodName: "UpdateDeviceMake", Handler: _DeviceDefinitionService_UpdateDeviceMake_Handler, }, { MethodName: "UpdateDeviceStyle", Handler: _DeviceDefinitionService_UpdateDeviceStyle_Handler, }, { MethodName: "GetDeviceTypesByID", Handler: _DeviceDefinitionService_GetDeviceTypesByID_Handler, }, { MethodName: "GetDeviceTypes", Handler: _DeviceDefinitionService_GetDeviceTypes_Handler, }, { MethodName: "CreateDeviceType", Handler: _DeviceDefinitionService_CreateDeviceType_Handler, }, { MethodName: "UpdateDeviceType", Handler: _DeviceDefinitionService_UpdateDeviceType_Handler, }, { MethodName: "DeleteDeviceType", Handler: _DeviceDefinitionService_DeleteDeviceType_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pkg/grpc/device_definition.proto", }
DeviceDefinitionService_ServiceDesc is the grpc.ServiceDesc for DeviceDefinitionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_pkg_grpc_device_definition_proto protoreflect.FileDescriptor
var File_pkg_grpc_recalls_proto protoreflect.FileDescriptor
var RecallsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "grpc.RecallsService", HandlerType: (*RecallsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetRecallsByMake", Handler: _RecallsService_GetRecallsByMake_Handler, }, { MethodName: "GetRecallsByModel", Handler: _RecallsService_GetRecallsByModel_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pkg/grpc/recalls.proto", }
RecallsService_ServiceDesc is the grpc.ServiceDesc for RecallsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterDeviceDefinitionServiceServer ¶
func RegisterDeviceDefinitionServiceServer(s grpc.ServiceRegistrar, srv DeviceDefinitionServiceServer)
func RegisterRecallsServiceServer ¶ added in v0.2.4
func RegisterRecallsServiceServer(s grpc.ServiceRegistrar, srv RecallsServiceServer)
Types ¶
type BaseResponse ¶ added in v0.1.24
type BaseResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*BaseResponse) Descriptor
deprecated
added in
v0.1.24
func (*BaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use BaseResponse.ProtoReflect.Descriptor instead.
func (*BaseResponse) GetId ¶ added in v0.1.24
func (x *BaseResponse) GetId() string
func (*BaseResponse) ProtoMessage ¶ added in v0.1.24
func (*BaseResponse) ProtoMessage()
func (*BaseResponse) ProtoReflect ¶ added in v0.1.24
func (x *BaseResponse) ProtoReflect() protoreflect.Message
func (*BaseResponse) Reset ¶ added in v0.1.24
func (x *BaseResponse) Reset()
func (*BaseResponse) String ¶ added in v0.1.24
func (x *BaseResponse) String() string
type CreateDeviceDefinitionRequest ¶ added in v0.1.4
type CreateDeviceDefinitionRequest struct { Make string `protobuf:"bytes,1,opt,name=make,proto3" json:"make,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` Year int32 `protobuf:"varint,3,opt,name=year,proto3" json:"year,omitempty"` Source string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` DeviceTypeId string `protobuf:"bytes,5,opt,name=device_type_id,json=deviceTypeId,proto3" json:"device_type_id,omitempty"` DeviceAttributes []*DeviceTypeAttributeRequest `protobuf:"bytes,6,rep,name=device_attributes,json=deviceAttributes,proto3" json:"device_attributes,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceDefinitionRequest) Descriptor
deprecated
added in
v0.1.4
func (*CreateDeviceDefinitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceDefinitionRequest.ProtoReflect.Descriptor instead.
func (*CreateDeviceDefinitionRequest) GetDeviceAttributes ¶ added in v0.2.0
func (x *CreateDeviceDefinitionRequest) GetDeviceAttributes() []*DeviceTypeAttributeRequest
func (*CreateDeviceDefinitionRequest) GetDeviceTypeId ¶ added in v0.2.0
func (x *CreateDeviceDefinitionRequest) GetDeviceTypeId() string
func (*CreateDeviceDefinitionRequest) GetMake ¶ added in v0.1.4
func (x *CreateDeviceDefinitionRequest) GetMake() string
func (*CreateDeviceDefinitionRequest) GetModel ¶ added in v0.1.4
func (x *CreateDeviceDefinitionRequest) GetModel() string
func (*CreateDeviceDefinitionRequest) GetSource ¶ added in v0.1.4
func (x *CreateDeviceDefinitionRequest) GetSource() string
func (*CreateDeviceDefinitionRequest) GetYear ¶ added in v0.1.4
func (x *CreateDeviceDefinitionRequest) GetYear() int32
func (*CreateDeviceDefinitionRequest) ProtoMessage ¶ added in v0.1.4
func (*CreateDeviceDefinitionRequest) ProtoMessage()
func (*CreateDeviceDefinitionRequest) ProtoReflect ¶ added in v0.1.4
func (x *CreateDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
func (*CreateDeviceDefinitionRequest) Reset ¶ added in v0.1.4
func (x *CreateDeviceDefinitionRequest) Reset()
func (*CreateDeviceDefinitionRequest) String ¶ added in v0.1.4
func (x *CreateDeviceDefinitionRequest) String() string
type CreateDeviceIntegrationRequest ¶ added in v0.1.4
type CreateDeviceIntegrationRequest struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceIntegrationRequest) Descriptor
deprecated
added in
v0.1.4
func (*CreateDeviceIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceIntegrationRequest.ProtoReflect.Descriptor instead.
func (*CreateDeviceIntegrationRequest) GetDeviceDefinitionId ¶ added in v0.1.4
func (x *CreateDeviceIntegrationRequest) GetDeviceDefinitionId() string
func (*CreateDeviceIntegrationRequest) GetIntegrationId ¶ added in v0.1.4
func (x *CreateDeviceIntegrationRequest) GetIntegrationId() string
func (*CreateDeviceIntegrationRequest) GetRegion ¶ added in v0.1.4
func (x *CreateDeviceIntegrationRequest) GetRegion() string
func (*CreateDeviceIntegrationRequest) ProtoMessage ¶ added in v0.1.4
func (*CreateDeviceIntegrationRequest) ProtoMessage()
func (*CreateDeviceIntegrationRequest) ProtoReflect ¶ added in v0.1.4
func (x *CreateDeviceIntegrationRequest) ProtoReflect() protoreflect.Message
func (*CreateDeviceIntegrationRequest) Reset ¶ added in v0.1.4
func (x *CreateDeviceIntegrationRequest) Reset()
func (*CreateDeviceIntegrationRequest) String ¶ added in v0.1.4
func (x *CreateDeviceIntegrationRequest) String() string
type CreateDeviceMakeRequest ¶ added in v0.1.26
type CreateDeviceMakeRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceMakeRequest) Descriptor
deprecated
added in
v0.1.26
func (*CreateDeviceMakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceMakeRequest.ProtoReflect.Descriptor instead.
func (*CreateDeviceMakeRequest) GetName ¶ added in v0.1.26
func (x *CreateDeviceMakeRequest) GetName() string
func (*CreateDeviceMakeRequest) ProtoMessage ¶ added in v0.1.26
func (*CreateDeviceMakeRequest) ProtoMessage()
func (*CreateDeviceMakeRequest) ProtoReflect ¶ added in v0.1.26
func (x *CreateDeviceMakeRequest) ProtoReflect() protoreflect.Message
func (*CreateDeviceMakeRequest) Reset ¶ added in v0.1.26
func (x *CreateDeviceMakeRequest) Reset()
func (*CreateDeviceMakeRequest) String ¶ added in v0.1.26
func (x *CreateDeviceMakeRequest) String() string
type CreateDeviceStyleRequest ¶ added in v0.1.11
type CreateDeviceStyleRequest struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ExternalStyleId string `protobuf:"bytes,3,opt,name=external_style_id,json=externalStyleId,proto3" json:"external_style_id,omitempty"` Source string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` SubModel string `protobuf:"bytes,5,opt,name=sub_model,json=subModel,proto3" json:"sub_model,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceStyleRequest) Descriptor
deprecated
added in
v0.1.11
func (*CreateDeviceStyleRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceStyleRequest.ProtoReflect.Descriptor instead.
func (*CreateDeviceStyleRequest) GetDeviceDefinitionId ¶ added in v0.1.24
func (x *CreateDeviceStyleRequest) GetDeviceDefinitionId() string
func (*CreateDeviceStyleRequest) GetExternalStyleId ¶ added in v0.1.24
func (x *CreateDeviceStyleRequest) GetExternalStyleId() string
func (*CreateDeviceStyleRequest) GetName ¶ added in v0.1.11
func (x *CreateDeviceStyleRequest) GetName() string
func (*CreateDeviceStyleRequest) GetSource ¶ added in v0.1.11
func (x *CreateDeviceStyleRequest) GetSource() string
func (*CreateDeviceStyleRequest) GetSubModel ¶ added in v0.1.11
func (x *CreateDeviceStyleRequest) GetSubModel() string
func (*CreateDeviceStyleRequest) ProtoMessage ¶ added in v0.1.11
func (*CreateDeviceStyleRequest) ProtoMessage()
func (*CreateDeviceStyleRequest) ProtoReflect ¶ added in v0.1.11
func (x *CreateDeviceStyleRequest) ProtoReflect() protoreflect.Message
func (*CreateDeviceStyleRequest) Reset ¶ added in v0.1.11
func (x *CreateDeviceStyleRequest) Reset()
func (*CreateDeviceStyleRequest) String ¶ added in v0.1.11
func (x *CreateDeviceStyleRequest) String() string
type CreateDeviceTypeAttributeRequest ¶ added in v0.2.3
type CreateDeviceTypeAttributeRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Required bool `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"` DefaultValue string `protobuf:"bytes,5,opt,name=defaultValue,proto3" json:"defaultValue,omitempty"` Options []string `protobuf:"bytes,6,rep,name=options,proto3" json:"options,omitempty"` Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceTypeAttributeRequest) Descriptor
deprecated
added in
v0.2.3
func (*CreateDeviceTypeAttributeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceTypeAttributeRequest.ProtoReflect.Descriptor instead.
func (*CreateDeviceTypeAttributeRequest) GetDefaultValue ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) GetDefaultValue() string
func (*CreateDeviceTypeAttributeRequest) GetDescription ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) GetDescription() string
func (*CreateDeviceTypeAttributeRequest) GetLabel ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) GetLabel() string
func (*CreateDeviceTypeAttributeRequest) GetName ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) GetName() string
func (*CreateDeviceTypeAttributeRequest) GetOptions ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) GetOptions() []string
func (*CreateDeviceTypeAttributeRequest) GetRequired ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) GetRequired() bool
func (*CreateDeviceTypeAttributeRequest) GetType ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) GetType() string
func (*CreateDeviceTypeAttributeRequest) ProtoMessage ¶ added in v0.2.3
func (*CreateDeviceTypeAttributeRequest) ProtoMessage()
func (*CreateDeviceTypeAttributeRequest) ProtoReflect ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) ProtoReflect() protoreflect.Message
func (*CreateDeviceTypeAttributeRequest) Reset ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) Reset()
func (*CreateDeviceTypeAttributeRequest) String ¶ added in v0.2.3
func (x *CreateDeviceTypeAttributeRequest) String() string
type CreateDeviceTypeRequest ¶ added in v0.2.3
type CreateDeviceTypeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateDeviceTypeRequest) Descriptor
deprecated
added in
v0.2.3
func (*CreateDeviceTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeviceTypeRequest.ProtoReflect.Descriptor instead.
func (*CreateDeviceTypeRequest) GetId ¶ added in v0.2.3
func (x *CreateDeviceTypeRequest) GetId() string
func (*CreateDeviceTypeRequest) GetName ¶ added in v0.2.3
func (x *CreateDeviceTypeRequest) GetName() string
func (*CreateDeviceTypeRequest) ProtoMessage ¶ added in v0.2.3
func (*CreateDeviceTypeRequest) ProtoMessage()
func (*CreateDeviceTypeRequest) ProtoReflect ¶ added in v0.2.3
func (x *CreateDeviceTypeRequest) ProtoReflect() protoreflect.Message
func (*CreateDeviceTypeRequest) Reset ¶ added in v0.2.3
func (x *CreateDeviceTypeRequest) Reset()
func (*CreateDeviceTypeRequest) String ¶ added in v0.2.3
func (x *CreateDeviceTypeRequest) String() string
type CreateIntegrationRequest ¶ added in v0.1.28
type CreateIntegrationRequest struct { Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Style string `protobuf:"bytes,3,opt,name=style,proto3" json:"style,omitempty"` // contains filtered or unexported fields }
func (*CreateIntegrationRequest) Descriptor
deprecated
added in
v0.1.28
func (*CreateIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateIntegrationRequest.ProtoReflect.Descriptor instead.
func (*CreateIntegrationRequest) GetStyle ¶ added in v0.1.28
func (x *CreateIntegrationRequest) GetStyle() string
func (*CreateIntegrationRequest) GetType ¶ added in v0.1.28
func (x *CreateIntegrationRequest) GetType() string
func (*CreateIntegrationRequest) GetVendor ¶ added in v0.1.28
func (x *CreateIntegrationRequest) GetVendor() string
func (*CreateIntegrationRequest) ProtoMessage ¶ added in v0.1.28
func (*CreateIntegrationRequest) ProtoMessage()
func (*CreateIntegrationRequest) ProtoReflect ¶ added in v0.1.28
func (x *CreateIntegrationRequest) ProtoReflect() protoreflect.Message
func (*CreateIntegrationRequest) Reset ¶ added in v0.1.28
func (x *CreateIntegrationRequest) Reset()
func (*CreateIntegrationRequest) String ¶ added in v0.1.28
func (x *CreateIntegrationRequest) String() string
type DeleteDeviceTypeRequest ¶ added in v0.2.3
type DeleteDeviceTypeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteDeviceTypeRequest) Descriptor
deprecated
added in
v0.2.3
func (*DeleteDeviceTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDeviceTypeRequest.ProtoReflect.Descriptor instead.
func (*DeleteDeviceTypeRequest) GetId ¶ added in v0.2.3
func (x *DeleteDeviceTypeRequest) GetId() string
func (*DeleteDeviceTypeRequest) ProtoMessage ¶ added in v0.2.3
func (*DeleteDeviceTypeRequest) ProtoMessage()
func (*DeleteDeviceTypeRequest) ProtoReflect ¶ added in v0.2.3
func (x *DeleteDeviceTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteDeviceTypeRequest) Reset ¶ added in v0.2.3
func (x *DeleteDeviceTypeRequest) Reset()
func (*DeleteDeviceTypeRequest) String ¶ added in v0.2.3
func (x *DeleteDeviceTypeRequest) String() string
type DeviceCompatibilities ¶ added in v0.1.38
type DeviceCompatibilities struct { Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"` Features []*Feature `protobuf:"bytes,2,rep,name=features,proto3" json:"features,omitempty"` Level string `protobuf:"bytes,3,opt,name=level,proto3" json:"level,omitempty"` // contains filtered or unexported fields }
func (*DeviceCompatibilities) Descriptor
deprecated
added in
v0.1.38
func (*DeviceCompatibilities) Descriptor() ([]byte, []int)
Deprecated: Use DeviceCompatibilities.ProtoReflect.Descriptor instead.
func (*DeviceCompatibilities) GetFeatures ¶ added in v0.1.38
func (x *DeviceCompatibilities) GetFeatures() []*Feature
func (*DeviceCompatibilities) GetLevel ¶ added in v0.2.0
func (x *DeviceCompatibilities) GetLevel() string
func (*DeviceCompatibilities) GetYear ¶ added in v0.1.38
func (x *DeviceCompatibilities) GetYear() int32
func (*DeviceCompatibilities) ProtoMessage ¶ added in v0.1.38
func (*DeviceCompatibilities) ProtoMessage()
func (*DeviceCompatibilities) ProtoReflect ¶ added in v0.1.38
func (x *DeviceCompatibilities) ProtoReflect() protoreflect.Message
func (*DeviceCompatibilities) Reset ¶ added in v0.1.38
func (x *DeviceCompatibilities) Reset()
func (*DeviceCompatibilities) String ¶ added in v0.1.38
func (x *DeviceCompatibilities) String() string
type DeviceCompatibilityList ¶ added in v0.1.38
type DeviceCompatibilityList struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Years []*DeviceCompatibilities `protobuf:"bytes,2,rep,name=years,proto3" json:"years,omitempty"` // contains filtered or unexported fields }
func (*DeviceCompatibilityList) Descriptor
deprecated
added in
v0.1.38
func (*DeviceCompatibilityList) Descriptor() ([]byte, []int)
Deprecated: Use DeviceCompatibilityList.ProtoReflect.Descriptor instead.
func (*DeviceCompatibilityList) GetName ¶ added in v0.1.38
func (x *DeviceCompatibilityList) GetName() string
func (*DeviceCompatibilityList) GetYears ¶ added in v0.1.38
func (x *DeviceCompatibilityList) GetYears() []*DeviceCompatibilities
func (*DeviceCompatibilityList) ProtoMessage ¶ added in v0.1.38
func (*DeviceCompatibilityList) ProtoMessage()
func (*DeviceCompatibilityList) ProtoReflect ¶ added in v0.1.38
func (x *DeviceCompatibilityList) ProtoReflect() protoreflect.Message
func (*DeviceCompatibilityList) Reset ¶ added in v0.1.38
func (x *DeviceCompatibilityList) Reset()
func (*DeviceCompatibilityList) String ¶ added in v0.1.38
func (x *DeviceCompatibilityList) String() string
type DeviceDefinitionServiceClient ¶
type DeviceDefinitionServiceClient interface { GetDeviceDefinitionByID(ctx context.Context, in *GetDeviceDefinitionRequest, opts ...grpc.CallOption) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionBySlug(ctx context.Context, in *GetDeviceDefinitionBySlugRequest, opts ...grpc.CallOption) (*GetDeviceDefinitionItemResponse, error) GetDeviceDefinitions(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionByMMY(ctx context.Context, in *GetDeviceDefinitionByMMYRequest, opts ...grpc.CallOption) (*GetDeviceDefinitionItemResponse, error) GetDeviceDefinitionBySource(ctx context.Context, in *GetDeviceDefinitionBySourceRequest, opts ...grpc.CallOption) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionWithoutImages(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionAll(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetDeviceDefinitionAllResponse, error) GetDeviceMakeByName(ctx context.Context, in *GetDeviceMakeByNameRequest, opts ...grpc.CallOption) (*DeviceMake, error) GetDeviceMakeBySlug(ctx context.Context, in *GetDeviceMakeBySlugRequest, opts ...grpc.CallOption) (*DeviceMake, error) GetDeviceMakes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetDeviceMakeResponse, error) GetIntegrations(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetIntegrationResponse, error) GetIntegrationByID(ctx context.Context, in *GetIntegrationRequest, opts ...grpc.CallOption) (*Integration, error) GetDeviceDefinitionIntegration(ctx context.Context, in *GetDeviceDefinitionIntegrationRequest, opts ...grpc.CallOption) (*GetDeviceDefinitionIntegrationResponse, error) CreateDeviceDefinition(ctx context.Context, in *CreateDeviceDefinitionRequest, opts ...grpc.CallOption) (*BaseResponse, error) CreateDeviceIntegration(ctx context.Context, in *CreateDeviceIntegrationRequest, opts ...grpc.CallOption) (*BaseResponse, error) CreateDeviceStyle(ctx context.Context, in *CreateDeviceStyleRequest, opts ...grpc.CallOption) (*BaseResponse, error) CreateDeviceMake(ctx context.Context, in *CreateDeviceMakeRequest, opts ...grpc.CallOption) (*BaseResponse, error) CreateIntegration(ctx context.Context, in *CreateIntegrationRequest, opts ...grpc.CallOption) (*BaseResponse, error) UpdateDeviceDefinition(ctx context.Context, in *UpdateDeviceDefinitionRequest, opts ...grpc.CallOption) (*BaseResponse, error) SetDeviceDefinitionImage(ctx context.Context, in *UpdateDeviceDefinitionImageRequest, opts ...grpc.CallOption) (*BaseResponse, error) GetFilteredDeviceDefinition(ctx context.Context, in *FilterDeviceDefinitionRequest, opts ...grpc.CallOption) (*GetFilteredDeviceDefinitionsResponse, error) GetDeviceCompatibilities(ctx context.Context, in *GetDeviceCompatibilityListRequest, opts ...grpc.CallOption) (*GetDeviceCompatibilityListResponse, error) GetDeviceStyleByID(ctx context.Context, in *GetDeviceStyleByIDRequest, opts ...grpc.CallOption) (*DeviceStyle, error) GetDeviceStyleByExternalID(ctx context.Context, in *GetDeviceStyleByIDRequest, opts ...grpc.CallOption) (*DeviceStyle, error) GetDeviceStylesByDeviceDefinitionID(ctx context.Context, in *GetDeviceStyleByDeviceDefinitionIDRequest, opts ...grpc.CallOption) (*GetDeviceStyleResponse, error) GetDeviceStylesByFilter(ctx context.Context, in *GetDeviceStyleFilterRequest, opts ...grpc.CallOption) (*GetDeviceStyleResponse, error) UpdateDeviceMake(ctx context.Context, in *UpdateDeviceMakeRequest, opts ...grpc.CallOption) (*BaseResponse, error) UpdateDeviceStyle(ctx context.Context, in *UpdateDeviceStyleRequest, opts ...grpc.CallOption) (*BaseResponse, error) GetDeviceTypesByID(ctx context.Context, in *GetDeviceTypeByIDRequest, opts ...grpc.CallOption) (*GetDeviceTypeResponse, error) GetDeviceTypes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetDeviceTypeListResponse, error) CreateDeviceType(ctx context.Context, in *CreateDeviceTypeRequest, opts ...grpc.CallOption) (*BaseResponse, error) UpdateDeviceType(ctx context.Context, in *UpdateDeviceTypeRequest, opts ...grpc.CallOption) (*BaseResponse, error) DeleteDeviceType(ctx context.Context, in *DeleteDeviceTypeRequest, opts ...grpc.CallOption) (*BaseResponse, error) }
DeviceDefinitionServiceClient is the client API for DeviceDefinitionService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDeviceDefinitionServiceClient ¶
func NewDeviceDefinitionServiceClient(cc grpc.ClientConnInterface) DeviceDefinitionServiceClient
type DeviceDefinitionServiceServer ¶
type DeviceDefinitionServiceServer interface { GetDeviceDefinitionByID(context.Context, *GetDeviceDefinitionRequest) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionBySlug(context.Context, *GetDeviceDefinitionBySlugRequest) (*GetDeviceDefinitionItemResponse, error) GetDeviceDefinitions(context.Context, *emptypb.Empty) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionByMMY(context.Context, *GetDeviceDefinitionByMMYRequest) (*GetDeviceDefinitionItemResponse, error) GetDeviceDefinitionBySource(context.Context, *GetDeviceDefinitionBySourceRequest) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionWithoutImages(context.Context, *emptypb.Empty) (*GetDeviceDefinitionResponse, error) GetDeviceDefinitionAll(context.Context, *emptypb.Empty) (*GetDeviceDefinitionAllResponse, error) GetDeviceMakeByName(context.Context, *GetDeviceMakeByNameRequest) (*DeviceMake, error) GetDeviceMakeBySlug(context.Context, *GetDeviceMakeBySlugRequest) (*DeviceMake, error) GetDeviceMakes(context.Context, *emptypb.Empty) (*GetDeviceMakeResponse, error) GetIntegrations(context.Context, *emptypb.Empty) (*GetIntegrationResponse, error) GetIntegrationByID(context.Context, *GetIntegrationRequest) (*Integration, error) GetDeviceDefinitionIntegration(context.Context, *GetDeviceDefinitionIntegrationRequest) (*GetDeviceDefinitionIntegrationResponse, error) CreateDeviceDefinition(context.Context, *CreateDeviceDefinitionRequest) (*BaseResponse, error) CreateDeviceIntegration(context.Context, *CreateDeviceIntegrationRequest) (*BaseResponse, error) CreateDeviceStyle(context.Context, *CreateDeviceStyleRequest) (*BaseResponse, error) CreateDeviceMake(context.Context, *CreateDeviceMakeRequest) (*BaseResponse, error) CreateIntegration(context.Context, *CreateIntegrationRequest) (*BaseResponse, error) UpdateDeviceDefinition(context.Context, *UpdateDeviceDefinitionRequest) (*BaseResponse, error) SetDeviceDefinitionImage(context.Context, *UpdateDeviceDefinitionImageRequest) (*BaseResponse, error) GetFilteredDeviceDefinition(context.Context, *FilterDeviceDefinitionRequest) (*GetFilteredDeviceDefinitionsResponse, error) GetDeviceCompatibilities(context.Context, *GetDeviceCompatibilityListRequest) (*GetDeviceCompatibilityListResponse, error) GetDeviceStyleByID(context.Context, *GetDeviceStyleByIDRequest) (*DeviceStyle, error) GetDeviceStyleByExternalID(context.Context, *GetDeviceStyleByIDRequest) (*DeviceStyle, error) GetDeviceStylesByDeviceDefinitionID(context.Context, *GetDeviceStyleByDeviceDefinitionIDRequest) (*GetDeviceStyleResponse, error) GetDeviceStylesByFilter(context.Context, *GetDeviceStyleFilterRequest) (*GetDeviceStyleResponse, error) UpdateDeviceMake(context.Context, *UpdateDeviceMakeRequest) (*BaseResponse, error) UpdateDeviceStyle(context.Context, *UpdateDeviceStyleRequest) (*BaseResponse, error) GetDeviceTypesByID(context.Context, *GetDeviceTypeByIDRequest) (*GetDeviceTypeResponse, error) GetDeviceTypes(context.Context, *emptypb.Empty) (*GetDeviceTypeListResponse, error) CreateDeviceType(context.Context, *CreateDeviceTypeRequest) (*BaseResponse, error) UpdateDeviceType(context.Context, *UpdateDeviceTypeRequest) (*BaseResponse, error) DeleteDeviceType(context.Context, *DeleteDeviceTypeRequest) (*BaseResponse, error) // contains filtered or unexported methods }
DeviceDefinitionServiceServer is the server API for DeviceDefinitionService service. All implementations must embed UnimplementedDeviceDefinitionServiceServer for forward compatibility
type DeviceIntegration ¶ added in v0.1.24
type DeviceIntegration struct { Integration *Integration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"` Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"` Capabilities string `protobuf:"bytes,3,opt,name=capabilities,proto3" json:"capabilities,omitempty"` DeviceDefinitionId string `protobuf:"bytes,4,opt,name=deviceDefinitionId,proto3" json:"deviceDefinitionId,omitempty"` // contains filtered or unexported fields }
func (*DeviceIntegration) Descriptor
deprecated
added in
v0.1.24
func (*DeviceIntegration) Descriptor() ([]byte, []int)
Deprecated: Use DeviceIntegration.ProtoReflect.Descriptor instead.
func (*DeviceIntegration) GetCapabilities ¶ added in v0.1.24
func (x *DeviceIntegration) GetCapabilities() string
func (*DeviceIntegration) GetDeviceDefinitionId ¶ added in v0.1.24
func (x *DeviceIntegration) GetDeviceDefinitionId() string
func (*DeviceIntegration) GetIntegration ¶ added in v0.1.24
func (x *DeviceIntegration) GetIntegration() *Integration
func (*DeviceIntegration) GetRegion ¶ added in v0.1.24
func (x *DeviceIntegration) GetRegion() string
func (*DeviceIntegration) ProtoMessage ¶ added in v0.1.24
func (*DeviceIntegration) ProtoMessage()
func (*DeviceIntegration) ProtoReflect ¶ added in v0.1.24
func (x *DeviceIntegration) ProtoReflect() protoreflect.Message
func (*DeviceIntegration) Reset ¶ added in v0.1.24
func (x *DeviceIntegration) Reset()
func (*DeviceIntegration) String ¶ added in v0.1.24
func (x *DeviceIntegration) String() string
type DeviceMake ¶ added in v0.1.24
type DeviceMake struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` LogoUrl string `protobuf:"bytes,3,opt,name=logo_url,json=logoUrl,proto3" json:"logo_url,omitempty"` OemPlatformName string `protobuf:"bytes,4,opt,name=oem_platform_name,json=oemPlatformName,proto3" json:"oem_platform_name,omitempty"` TokenId uint64 `protobuf:"varint,5,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` NameSlug string `protobuf:"bytes,6,opt,name=name_slug,json=nameSlug,proto3" json:"name_slug,omitempty"` // Deprecated: Do not use. ExternalIds string `protobuf:"bytes,7,opt,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"` ExternalIdsTyped []*ExternalID `protobuf:"bytes,8,rep,name=external_ids_typed,json=externalIdsTyped,proto3" json:"external_ids_typed,omitempty"` // contains filtered or unexported fields }
func (*DeviceMake) Descriptor
deprecated
added in
v0.1.24
func (*DeviceMake) Descriptor() ([]byte, []int)
Deprecated: Use DeviceMake.ProtoReflect.Descriptor instead.
func (*DeviceMake) GetExternalIds
deprecated
added in
v0.1.36
func (x *DeviceMake) GetExternalIds() string
Deprecated: Do not use.
func (*DeviceMake) GetExternalIdsTyped ¶ added in v0.3.3
func (x *DeviceMake) GetExternalIdsTyped() []*ExternalID
func (*DeviceMake) GetId ¶ added in v0.1.24
func (x *DeviceMake) GetId() string
func (*DeviceMake) GetLogoUrl ¶ added in v0.1.24
func (x *DeviceMake) GetLogoUrl() string
func (*DeviceMake) GetName ¶ added in v0.1.24
func (x *DeviceMake) GetName() string
func (*DeviceMake) GetNameSlug ¶ added in v0.1.24
func (x *DeviceMake) GetNameSlug() string
func (*DeviceMake) GetOemPlatformName ¶ added in v0.1.24
func (x *DeviceMake) GetOemPlatformName() string
func (*DeviceMake) GetTokenId ¶ added in v0.1.24
func (x *DeviceMake) GetTokenId() uint64
func (*DeviceMake) ProtoMessage ¶ added in v0.1.24
func (*DeviceMake) ProtoMessage()
func (*DeviceMake) ProtoReflect ¶ added in v0.1.24
func (x *DeviceMake) ProtoReflect() protoreflect.Message
func (*DeviceMake) Reset ¶ added in v0.1.24
func (x *DeviceMake) Reset()
func (*DeviceMake) String ¶ added in v0.1.24
func (x *DeviceMake) String() string
type DeviceStyle ¶ added in v0.1.24
type DeviceStyle struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` SubModel string `protobuf:"bytes,4,opt,name=sub_model,json=subModel,proto3" json:"sub_model,omitempty"` DeviceDefinitionId string `protobuf:"bytes,5,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` ExternalStyleId string `protobuf:"bytes,6,opt,name=external_style_id,json=externalStyleId,proto3" json:"external_style_id,omitempty"` // contains filtered or unexported fields }
func (*DeviceStyle) Descriptor
deprecated
added in
v0.1.24
func (*DeviceStyle) Descriptor() ([]byte, []int)
Deprecated: Use DeviceStyle.ProtoReflect.Descriptor instead.
func (*DeviceStyle) GetDeviceDefinitionId ¶ added in v0.1.24
func (x *DeviceStyle) GetDeviceDefinitionId() string
func (*DeviceStyle) GetExternalStyleId ¶ added in v0.1.24
func (x *DeviceStyle) GetExternalStyleId() string
func (*DeviceStyle) GetId ¶ added in v0.1.24
func (x *DeviceStyle) GetId() string
func (*DeviceStyle) GetName ¶ added in v0.1.24
func (x *DeviceStyle) GetName() string
func (*DeviceStyle) GetSource ¶ added in v0.1.24
func (x *DeviceStyle) GetSource() string
func (*DeviceStyle) GetSubModel ¶ added in v0.1.24
func (x *DeviceStyle) GetSubModel() string
func (*DeviceStyle) ProtoMessage ¶ added in v0.1.24
func (*DeviceStyle) ProtoMessage()
func (*DeviceStyle) ProtoReflect ¶ added in v0.1.24
func (x *DeviceStyle) ProtoReflect() protoreflect.Message
func (*DeviceStyle) Reset ¶ added in v0.1.24
func (x *DeviceStyle) Reset()
func (*DeviceStyle) String ¶ added in v0.1.24
func (x *DeviceStyle) String() string
type DeviceType ¶ added in v0.1.24
type DeviceType struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Make string `protobuf:"bytes,2,opt,name=make,proto3" json:"make,omitempty"` Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"` Year int32 `protobuf:"varint,4,opt,name=year,proto3" json:"year,omitempty"` SubModels []string `protobuf:"bytes,5,rep,name=sub_models,json=subModels,proto3" json:"sub_models,omitempty"` MakeSlug string `protobuf:"bytes,6,opt,name=make_slug,json=makeSlug,proto3" json:"make_slug,omitempty"` ModelSlug string `protobuf:"bytes,7,opt,name=model_slug,json=modelSlug,proto3" json:"model_slug,omitempty"` // contains filtered or unexported fields }
func (*DeviceType) Descriptor
deprecated
added in
v0.1.24
func (*DeviceType) Descriptor() ([]byte, []int)
Deprecated: Use DeviceType.ProtoReflect.Descriptor instead.
func (*DeviceType) GetMake ¶ added in v0.1.24
func (x *DeviceType) GetMake() string
func (*DeviceType) GetMakeSlug ¶ added in v0.1.24
func (x *DeviceType) GetMakeSlug() string
func (*DeviceType) GetModel ¶ added in v0.1.24
func (x *DeviceType) GetModel() string
func (*DeviceType) GetModelSlug ¶ added in v0.1.24
func (x *DeviceType) GetModelSlug() string
func (*DeviceType) GetSubModels ¶ added in v0.1.24
func (x *DeviceType) GetSubModels() []string
func (*DeviceType) GetType ¶ added in v0.1.24
func (x *DeviceType) GetType() string
func (*DeviceType) GetYear ¶ added in v0.1.24
func (x *DeviceType) GetYear() int32
func (*DeviceType) ProtoMessage ¶ added in v0.1.24
func (*DeviceType) ProtoMessage()
func (*DeviceType) ProtoReflect ¶ added in v0.1.24
func (x *DeviceType) ProtoReflect() protoreflect.Message
func (*DeviceType) Reset ¶ added in v0.1.24
func (x *DeviceType) Reset()
func (*DeviceType) String ¶ added in v0.1.24
func (x *DeviceType) String() string
type DeviceTypeAttribute ¶ added in v0.2.0
type DeviceTypeAttribute struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Required bool `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"` DefaultValue string `protobuf:"bytes,5,opt,name=defaultValue,proto3" json:"defaultValue,omitempty"` Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"` Options []string `protobuf:"bytes,7,rep,name=options,proto3" json:"options,omitempty"` Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*DeviceTypeAttribute) Descriptor
deprecated
added in
v0.2.0
func (*DeviceTypeAttribute) Descriptor() ([]byte, []int)
Deprecated: Use DeviceTypeAttribute.ProtoReflect.Descriptor instead.
func (*DeviceTypeAttribute) GetDefaultValue ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetDefaultValue() string
func (*DeviceTypeAttribute) GetDescription ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetDescription() string
func (*DeviceTypeAttribute) GetLabel ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetLabel() string
func (*DeviceTypeAttribute) GetName ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetName() string
func (*DeviceTypeAttribute) GetOptions ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetOptions() []string
func (*DeviceTypeAttribute) GetRequired ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetRequired() bool
func (*DeviceTypeAttribute) GetType ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetType() string
func (*DeviceTypeAttribute) GetValue ¶ added in v0.2.0
func (x *DeviceTypeAttribute) GetValue() string
func (*DeviceTypeAttribute) ProtoMessage ¶ added in v0.2.0
func (*DeviceTypeAttribute) ProtoMessage()
func (*DeviceTypeAttribute) ProtoReflect ¶ added in v0.2.0
func (x *DeviceTypeAttribute) ProtoReflect() protoreflect.Message
func (*DeviceTypeAttribute) Reset ¶ added in v0.2.0
func (x *DeviceTypeAttribute) Reset()
func (*DeviceTypeAttribute) String ¶ added in v0.2.0
func (x *DeviceTypeAttribute) String() string
type DeviceTypeAttributeRequest ¶ added in v0.2.0
type DeviceTypeAttributeRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*DeviceTypeAttributeRequest) Descriptor
deprecated
added in
v0.2.0
func (*DeviceTypeAttributeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeviceTypeAttributeRequest.ProtoReflect.Descriptor instead.
func (*DeviceTypeAttributeRequest) GetName ¶ added in v0.2.0
func (x *DeviceTypeAttributeRequest) GetName() string
func (*DeviceTypeAttributeRequest) GetValue ¶ added in v0.2.0
func (x *DeviceTypeAttributeRequest) GetValue() string
func (*DeviceTypeAttributeRequest) ProtoMessage ¶ added in v0.2.0
func (*DeviceTypeAttributeRequest) ProtoMessage()
func (*DeviceTypeAttributeRequest) ProtoReflect ¶ added in v0.2.0
func (x *DeviceTypeAttributeRequest) ProtoReflect() protoreflect.Message
func (*DeviceTypeAttributeRequest) Reset ¶ added in v0.2.0
func (x *DeviceTypeAttributeRequest) Reset()
func (*DeviceTypeAttributeRequest) String ¶ added in v0.2.0
func (x *DeviceTypeAttributeRequest) String() string
type ExternalID ¶ added in v0.3.3
type ExternalID struct { Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ExternalID) Descriptor
deprecated
added in
v0.3.3
func (*ExternalID) Descriptor() ([]byte, []int)
Deprecated: Use ExternalID.ProtoReflect.Descriptor instead.
func (*ExternalID) GetId ¶ added in v0.3.3
func (x *ExternalID) GetId() string
func (*ExternalID) GetVendor ¶ added in v0.3.3
func (x *ExternalID) GetVendor() string
func (*ExternalID) ProtoMessage ¶ added in v0.3.3
func (*ExternalID) ProtoMessage()
func (*ExternalID) ProtoReflect ¶ added in v0.3.3
func (x *ExternalID) ProtoReflect() protoreflect.Message
func (*ExternalID) Reset ¶ added in v0.3.3
func (x *ExternalID) Reset()
func (*ExternalID) String ¶ added in v0.3.3
func (x *ExternalID) String() string
type Feature ¶ added in v0.1.38
type Feature struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` SupportLevel int32 `protobuf:"varint,2,opt,name=support_level,json=supportLevel,proto3" json:"support_level,omitempty"` CssIcon string `protobuf:"bytes,3,opt,name=css_icon,json=cssIcon,proto3" json:"css_icon,omitempty"` // contains filtered or unexported fields }
func (*Feature) Descriptor
deprecated
added in
v0.1.38
func (*Feature) GetCssIcon ¶ added in v0.1.42
func (*Feature) GetSupportLevel ¶ added in v0.1.38
func (*Feature) ProtoMessage ¶ added in v0.1.38
func (*Feature) ProtoMessage()
func (*Feature) ProtoReflect ¶ added in v0.1.38
func (x *Feature) ProtoReflect() protoreflect.Message
type FilterDeviceDefinitionRequest ¶ added in v0.1.9
type FilterDeviceDefinitionRequest struct { MakeId string `protobuf:"bytes,1,opt,name=make_id,json=makeId,proto3" json:"make_id,omitempty"` IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` DeviceDefinitionId string `protobuf:"bytes,3,opt,name=deviceDefinition_id,json=deviceDefinitionId,proto3" json:"deviceDefinition_id,omitempty"` Year int32 `protobuf:"varint,4,opt,name=year,proto3" json:"year,omitempty"` Model string `protobuf:"bytes,5,opt,name=model,proto3" json:"model,omitempty"` VerifiedVinList []string `protobuf:"bytes,6,rep,name=verified_vin_list,json=verifiedVinList,proto3" json:"verified_vin_list,omitempty"` PageIndex int32 `protobuf:"varint,7,opt,name=page_index,json=pageIndex,proto3" json:"page_index,omitempty"` PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*FilterDeviceDefinitionRequest) Descriptor
deprecated
added in
v0.1.9
func (*FilterDeviceDefinitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use FilterDeviceDefinitionRequest.ProtoReflect.Descriptor instead.
func (*FilterDeviceDefinitionRequest) GetDeviceDefinitionId ¶ added in v0.1.24
func (x *FilterDeviceDefinitionRequest) GetDeviceDefinitionId() string
func (*FilterDeviceDefinitionRequest) GetIntegrationId ¶ added in v0.1.24
func (x *FilterDeviceDefinitionRequest) GetIntegrationId() string
func (*FilterDeviceDefinitionRequest) GetMakeId ¶ added in v0.1.24
func (x *FilterDeviceDefinitionRequest) GetMakeId() string
func (*FilterDeviceDefinitionRequest) GetModel ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) GetModel() string
func (*FilterDeviceDefinitionRequest) GetPageIndex ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) GetPageIndex() int32
func (*FilterDeviceDefinitionRequest) GetPageSize ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) GetPageSize() int32
func (*FilterDeviceDefinitionRequest) GetVerifiedVinList ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) GetVerifiedVinList() []string
func (*FilterDeviceDefinitionRequest) GetYear ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) GetYear() int32
func (*FilterDeviceDefinitionRequest) ProtoMessage ¶ added in v0.1.9
func (*FilterDeviceDefinitionRequest) ProtoMessage()
func (*FilterDeviceDefinitionRequest) ProtoReflect ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
func (*FilterDeviceDefinitionRequest) Reset ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) Reset()
func (*FilterDeviceDefinitionRequest) String ¶ added in v0.1.9
func (x *FilterDeviceDefinitionRequest) String() string
type FilterDeviceDefinitionsReponse ¶ added in v0.1.9
type FilterDeviceDefinitionsReponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` Year int32 `protobuf:"varint,3,opt,name=year,proto3" json:"year,omitempty"` ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt int64 `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Metadata string `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"` // Deprecated: Do not use. Source string `protobuf:"bytes,8,opt,name=source,proto3" json:"source,omitempty"` Verified bool `protobuf:"varint,9,opt,name=verified,proto3" json:"verified,omitempty"` // Deprecated: Do not use. External string `protobuf:"bytes,10,opt,name=external,proto3" json:"external,omitempty"` DeviceMakeId string `protobuf:"bytes,11,opt,name=device_make_id,json=deviceMakeId,proto3" json:"device_make_id,omitempty"` Make string `protobuf:"bytes,12,opt,name=make,proto3" json:"make,omitempty"` ExternalIds []*ExternalID `protobuf:"bytes,13,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"` // contains filtered or unexported fields }
func (*FilterDeviceDefinitionsReponse) Descriptor
deprecated
added in
v0.1.9
func (*FilterDeviceDefinitionsReponse) Descriptor() ([]byte, []int)
Deprecated: Use FilterDeviceDefinitionsReponse.ProtoReflect.Descriptor instead.
func (*FilterDeviceDefinitionsReponse) GetCreatedAt ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetCreatedAt() int64
func (*FilterDeviceDefinitionsReponse) GetDeviceMakeId ¶ added in v0.1.24
func (x *FilterDeviceDefinitionsReponse) GetDeviceMakeId() string
func (*FilterDeviceDefinitionsReponse) GetExternal
deprecated
added in
v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetExternal() string
Deprecated: Do not use.
func (*FilterDeviceDefinitionsReponse) GetExternalIds ¶ added in v0.3.3
func (x *FilterDeviceDefinitionsReponse) GetExternalIds() []*ExternalID
func (*FilterDeviceDefinitionsReponse) GetId ¶ added in v0.1.24
func (x *FilterDeviceDefinitionsReponse) GetId() string
func (*FilterDeviceDefinitionsReponse) GetImageUrl ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetImageUrl() string
func (*FilterDeviceDefinitionsReponse) GetMake ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetMake() string
func (*FilterDeviceDefinitionsReponse) GetMetadata ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetMetadata() string
func (*FilterDeviceDefinitionsReponse) GetModel ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetModel() string
func (*FilterDeviceDefinitionsReponse) GetSource
deprecated
added in
v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetSource() string
Deprecated: Do not use.
func (*FilterDeviceDefinitionsReponse) GetUpdatedAt ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetUpdatedAt() int64
func (*FilterDeviceDefinitionsReponse) GetVerified ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetVerified() bool
func (*FilterDeviceDefinitionsReponse) GetYear ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) GetYear() int32
func (*FilterDeviceDefinitionsReponse) ProtoMessage ¶ added in v0.1.9
func (*FilterDeviceDefinitionsReponse) ProtoMessage()
func (*FilterDeviceDefinitionsReponse) ProtoReflect ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) ProtoReflect() protoreflect.Message
func (*FilterDeviceDefinitionsReponse) Reset ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) Reset()
func (*FilterDeviceDefinitionsReponse) String ¶ added in v0.1.9
func (x *FilterDeviceDefinitionsReponse) String() string
type GetDeviceCompatibilityListRequest ¶ added in v0.1.38
type GetDeviceCompatibilityListRequest struct { MakeId string `protobuf:"bytes,1,opt,name=make_id,json=makeId,proto3" json:"make_id,omitempty"` IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceCompatibilityListRequest) Descriptor
deprecated
added in
v0.1.38
func (*GetDeviceCompatibilityListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceCompatibilityListRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceCompatibilityListRequest) GetIntegrationId ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListRequest) GetIntegrationId() string
func (*GetDeviceCompatibilityListRequest) GetMakeId ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListRequest) GetMakeId() string
func (*GetDeviceCompatibilityListRequest) GetRegion ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListRequest) GetRegion() string
func (*GetDeviceCompatibilityListRequest) ProtoMessage ¶ added in v0.1.38
func (*GetDeviceCompatibilityListRequest) ProtoMessage()
func (*GetDeviceCompatibilityListRequest) ProtoReflect ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceCompatibilityListRequest) Reset ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListRequest) Reset()
func (*GetDeviceCompatibilityListRequest) String ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListRequest) String() string
type GetDeviceCompatibilityListResponse ¶ added in v0.1.38
type GetDeviceCompatibilityListResponse struct { Models []*DeviceCompatibilityList `protobuf:"bytes,1,rep,name=models,proto3" json:"models,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceCompatibilityListResponse) Descriptor
deprecated
added in
v0.1.38
func (*GetDeviceCompatibilityListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceCompatibilityListResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceCompatibilityListResponse) GetModels ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListResponse) GetModels() []*DeviceCompatibilityList
func (*GetDeviceCompatibilityListResponse) ProtoMessage ¶ added in v0.1.38
func (*GetDeviceCompatibilityListResponse) ProtoMessage()
func (*GetDeviceCompatibilityListResponse) ProtoReflect ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceCompatibilityListResponse) Reset ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListResponse) Reset()
func (*GetDeviceCompatibilityListResponse) String ¶ added in v0.1.38
func (x *GetDeviceCompatibilityListResponse) String() string
type GetDeviceDefinitionAllItemResponse ¶ added in v0.1.7
type GetDeviceDefinitionAllItemResponse struct { Make string `protobuf:"bytes,1,opt,name=make,proto3" json:"make,omitempty"` Models []*GetDeviceDefinitionAllItemResponse_GetDeviceModels `protobuf:"bytes,2,rep,name=models,proto3" json:"models,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionAllItemResponse) Descriptor
deprecated
added in
v0.1.7
func (*GetDeviceDefinitionAllItemResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionAllItemResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionAllItemResponse) GetMake ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse) GetMake() string
func (*GetDeviceDefinitionAllItemResponse) GetModels ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse) GetModels() []*GetDeviceDefinitionAllItemResponse_GetDeviceModels
func (*GetDeviceDefinitionAllItemResponse) ProtoMessage ¶ added in v0.1.7
func (*GetDeviceDefinitionAllItemResponse) ProtoMessage()
func (*GetDeviceDefinitionAllItemResponse) ProtoReflect ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionAllItemResponse) Reset ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse) Reset()
func (*GetDeviceDefinitionAllItemResponse) String ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse) String() string
type GetDeviceDefinitionAllItemResponse_GetDeviceModelYears ¶ added in v0.1.7
type GetDeviceDefinitionAllItemResponse_GetDeviceModelYears struct { Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"` DeviceDefinitionID string `protobuf:"bytes,2,opt,name=DeviceDefinitionID,proto3" json:"DeviceDefinitionID,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) Descriptor
deprecated
added in
v0.1.7
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionAllItemResponse_GetDeviceModelYears.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) GetDeviceDefinitionID ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) GetDeviceDefinitionID() string
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) GetYear ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) GetYear() int32
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) ProtoMessage ¶ added in v0.1.7
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) ProtoMessage()
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) ProtoReflect ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) Reset ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) Reset()
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) String ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModelYears) String() string
type GetDeviceDefinitionAllItemResponse_GetDeviceModels ¶ added in v0.1.7
type GetDeviceDefinitionAllItemResponse_GetDeviceModels struct { Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` Years []*GetDeviceDefinitionAllItemResponse_GetDeviceModelYears `protobuf:"bytes,2,rep,name=years,proto3" json:"years,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) Descriptor
deprecated
added in
v0.1.7
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionAllItemResponse_GetDeviceModels.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) GetModel ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) GetModel() string
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) ProtoMessage ¶ added in v0.1.7
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) ProtoMessage()
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) ProtoReflect ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) Reset ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) Reset()
func (*GetDeviceDefinitionAllItemResponse_GetDeviceModels) String ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllItemResponse_GetDeviceModels) String() string
type GetDeviceDefinitionAllResponse ¶ added in v0.1.7
type GetDeviceDefinitionAllResponse struct { Items []*GetDeviceDefinitionAllItemResponse `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionAllResponse) Descriptor
deprecated
added in
v0.1.7
func (*GetDeviceDefinitionAllResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionAllResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionAllResponse) GetItems ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllResponse) GetItems() []*GetDeviceDefinitionAllItemResponse
func (*GetDeviceDefinitionAllResponse) ProtoMessage ¶ added in v0.1.7
func (*GetDeviceDefinitionAllResponse) ProtoMessage()
func (*GetDeviceDefinitionAllResponse) ProtoReflect ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionAllResponse) Reset ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllResponse) Reset()
func (*GetDeviceDefinitionAllResponse) String ¶ added in v0.1.7
func (x *GetDeviceDefinitionAllResponse) String() string
type GetDeviceDefinitionByMMYRequest ¶ added in v0.1.4
type GetDeviceDefinitionByMMYRequest struct { Make string `protobuf:"bytes,1,opt,name=make,proto3" json:"make,omitempty"` MakeID string `protobuf:"bytes,2,opt,name=makeID,proto3" json:"makeID,omitempty"` Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"` Year int32 `protobuf:"varint,4,opt,name=year,proto3" json:"year,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionByMMYRequest) Descriptor
deprecated
added in
v0.1.4
func (*GetDeviceDefinitionByMMYRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionByMMYRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionByMMYRequest) GetMake ¶ added in v0.1.4
func (x *GetDeviceDefinitionByMMYRequest) GetMake() string
func (*GetDeviceDefinitionByMMYRequest) GetMakeID ¶ added in v0.1.4
func (x *GetDeviceDefinitionByMMYRequest) GetMakeID() string
func (*GetDeviceDefinitionByMMYRequest) GetModel ¶ added in v0.1.4
func (x *GetDeviceDefinitionByMMYRequest) GetModel() string
func (*GetDeviceDefinitionByMMYRequest) GetYear ¶ added in v0.1.4
func (x *GetDeviceDefinitionByMMYRequest) GetYear() int32
func (*GetDeviceDefinitionByMMYRequest) ProtoMessage ¶ added in v0.1.4
func (*GetDeviceDefinitionByMMYRequest) ProtoMessage()
func (*GetDeviceDefinitionByMMYRequest) ProtoReflect ¶ added in v0.1.4
func (x *GetDeviceDefinitionByMMYRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionByMMYRequest) Reset ¶ added in v0.1.4
func (x *GetDeviceDefinitionByMMYRequest) Reset()
func (*GetDeviceDefinitionByMMYRequest) String ¶ added in v0.1.4
func (x *GetDeviceDefinitionByMMYRequest) String() string
type GetDeviceDefinitionBySlugRequest ¶ added in v0.2.7
type GetDeviceDefinitionBySlugRequest struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"` Year int32 `protobuf:"varint,2,opt,name=year,proto3" json:"year,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionBySlugRequest) Descriptor
deprecated
added in
v0.2.7
func (*GetDeviceDefinitionBySlugRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionBySlugRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionBySlugRequest) GetSlug ¶ added in v0.2.7
func (x *GetDeviceDefinitionBySlugRequest) GetSlug() string
func (*GetDeviceDefinitionBySlugRequest) GetYear ¶ added in v0.2.7
func (x *GetDeviceDefinitionBySlugRequest) GetYear() int32
func (*GetDeviceDefinitionBySlugRequest) ProtoMessage ¶ added in v0.2.7
func (*GetDeviceDefinitionBySlugRequest) ProtoMessage()
func (*GetDeviceDefinitionBySlugRequest) ProtoReflect ¶ added in v0.2.7
func (x *GetDeviceDefinitionBySlugRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionBySlugRequest) Reset ¶ added in v0.2.7
func (x *GetDeviceDefinitionBySlugRequest) Reset()
func (*GetDeviceDefinitionBySlugRequest) String ¶ added in v0.2.7
func (x *GetDeviceDefinitionBySlugRequest) String() string
type GetDeviceDefinitionBySourceRequest ¶ added in v0.1.30
type GetDeviceDefinitionBySourceRequest struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionBySourceRequest) Descriptor
deprecated
added in
v0.1.30
func (*GetDeviceDefinitionBySourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionBySourceRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionBySourceRequest) GetSource ¶ added in v0.1.30
func (x *GetDeviceDefinitionBySourceRequest) GetSource() string
func (*GetDeviceDefinitionBySourceRequest) ProtoMessage ¶ added in v0.1.30
func (*GetDeviceDefinitionBySourceRequest) ProtoMessage()
func (*GetDeviceDefinitionBySourceRequest) ProtoReflect ¶ added in v0.1.30
func (x *GetDeviceDefinitionBySourceRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionBySourceRequest) Reset ¶ added in v0.1.30
func (x *GetDeviceDefinitionBySourceRequest) Reset()
func (*GetDeviceDefinitionBySourceRequest) String ¶ added in v0.1.30
func (x *GetDeviceDefinitionBySourceRequest) String() string
type GetDeviceDefinitionIntegrationRequest ¶ added in v0.1.4
type GetDeviceDefinitionIntegrationRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionIntegrationRequest) Descriptor
deprecated
added in
v0.1.4
func (*GetDeviceDefinitionIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionIntegrationRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionIntegrationRequest) GetId ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationRequest) GetId() string
func (*GetDeviceDefinitionIntegrationRequest) ProtoMessage ¶ added in v0.1.4
func (*GetDeviceDefinitionIntegrationRequest) ProtoMessage()
func (*GetDeviceDefinitionIntegrationRequest) ProtoReflect ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionIntegrationRequest) Reset ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationRequest) Reset()
func (*GetDeviceDefinitionIntegrationRequest) String ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationRequest) String() string
type GetDeviceDefinitionIntegrationResponse ¶ added in v0.1.4
type GetDeviceDefinitionIntegrationResponse struct { Integrations []*DeviceIntegration `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionIntegrationResponse) Descriptor
deprecated
added in
v0.1.4
func (*GetDeviceDefinitionIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionIntegrationResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionIntegrationResponse) GetIntegrations ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationResponse) GetIntegrations() []*DeviceIntegration
func (*GetDeviceDefinitionIntegrationResponse) ProtoMessage ¶ added in v0.1.4
func (*GetDeviceDefinitionIntegrationResponse) ProtoMessage()
func (*GetDeviceDefinitionIntegrationResponse) ProtoReflect ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionIntegrationResponse) Reset ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationResponse) Reset()
func (*GetDeviceDefinitionIntegrationResponse) String ¶ added in v0.1.4
func (x *GetDeviceDefinitionIntegrationResponse) String() string
type GetDeviceDefinitionItemResponse ¶ added in v0.1.2
type GetDeviceDefinitionItemResponse struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ImageUrl string `protobuf:"bytes,3,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` Type *DeviceType `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` // Deprecated: Do not use. VehicleData *VehicleInfo `protobuf:"bytes,5,opt,name=vehicle_data,json=vehicleData,proto3" json:"vehicle_data,omitempty"` Verified bool `protobuf:"varint,6,opt,name=verified,proto3" json:"verified,omitempty"` DeviceIntegrations []*DeviceIntegration `protobuf:"bytes,7,rep,name=device_integrations,json=deviceIntegrations,proto3" json:"device_integrations,omitempty"` Make *DeviceMake `protobuf:"bytes,8,opt,name=make,proto3" json:"make,omitempty"` DeviceStyles []*DeviceStyle `protobuf:"bytes,9,rep,name=device_styles,json=deviceStyles,proto3" json:"device_styles,omitempty"` // Deprecated: Do not use. Source string `protobuf:"bytes,10,opt,name=source,proto3" json:"source,omitempty"` // Deprecated: Do not use. ExternalId string `protobuf:"bytes,11,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` DeviceAttributes []*DeviceTypeAttribute `protobuf:"bytes,12,rep,name=device_attributes,json=deviceAttributes,proto3" json:"device_attributes,omitempty"` ExternalIds []*ExternalID `protobuf:"bytes,13,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionItemResponse) Descriptor
deprecated
added in
v0.1.2
func (*GetDeviceDefinitionItemResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionItemResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionItemResponse) GetDeviceAttributes ¶ added in v0.2.0
func (x *GetDeviceDefinitionItemResponse) GetDeviceAttributes() []*DeviceTypeAttribute
func (*GetDeviceDefinitionItemResponse) GetDeviceDefinitionId ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) GetDeviceDefinitionId() string
func (*GetDeviceDefinitionItemResponse) GetDeviceIntegrations ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) GetDeviceIntegrations() []*DeviceIntegration
func (*GetDeviceDefinitionItemResponse) GetDeviceStyles ¶ added in v0.1.11
func (x *GetDeviceDefinitionItemResponse) GetDeviceStyles() []*DeviceStyle
func (*GetDeviceDefinitionItemResponse) GetExternalId
deprecated
added in
v0.1.30
func (x *GetDeviceDefinitionItemResponse) GetExternalId() string
Deprecated: Do not use.
func (*GetDeviceDefinitionItemResponse) GetExternalIds ¶ added in v0.3.3
func (x *GetDeviceDefinitionItemResponse) GetExternalIds() []*ExternalID
func (*GetDeviceDefinitionItemResponse) GetImageUrl ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) GetImageUrl() string
func (*GetDeviceDefinitionItemResponse) GetMake ¶ added in v0.1.4
func (x *GetDeviceDefinitionItemResponse) GetMake() *DeviceMake
func (*GetDeviceDefinitionItemResponse) GetName ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) GetName() string
func (*GetDeviceDefinitionItemResponse) GetSource
deprecated
added in
v0.1.22
func (x *GetDeviceDefinitionItemResponse) GetSource() string
Deprecated: Do not use.
func (*GetDeviceDefinitionItemResponse) GetType ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) GetType() *DeviceType
func (*GetDeviceDefinitionItemResponse) GetVehicleData
deprecated
added in
v0.1.2
func (x *GetDeviceDefinitionItemResponse) GetVehicleData() *VehicleInfo
Deprecated: Do not use.
func (*GetDeviceDefinitionItemResponse) GetVerified ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) GetVerified() bool
func (*GetDeviceDefinitionItemResponse) ProtoMessage ¶ added in v0.1.2
func (*GetDeviceDefinitionItemResponse) ProtoMessage()
func (*GetDeviceDefinitionItemResponse) ProtoReflect ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionItemResponse) Reset ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) Reset()
func (*GetDeviceDefinitionItemResponse) String ¶ added in v0.1.2
func (x *GetDeviceDefinitionItemResponse) String() string
type GetDeviceDefinitionRequest ¶
type GetDeviceDefinitionRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionRequest) Descriptor
deprecated
func (*GetDeviceDefinitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionRequest) GetIds ¶ added in v0.1.3
func (x *GetDeviceDefinitionRequest) GetIds() []string
func (*GetDeviceDefinitionRequest) ProtoMessage ¶
func (*GetDeviceDefinitionRequest) ProtoMessage()
func (*GetDeviceDefinitionRequest) ProtoReflect ¶
func (x *GetDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionRequest) Reset ¶
func (x *GetDeviceDefinitionRequest) Reset()
func (*GetDeviceDefinitionRequest) String ¶
func (x *GetDeviceDefinitionRequest) String() string
type GetDeviceDefinitionResponse ¶
type GetDeviceDefinitionResponse struct { DeviceDefinitions []*GetDeviceDefinitionItemResponse `protobuf:"bytes,1,rep,name=device_definitions,json=deviceDefinitions,proto3" json:"device_definitions,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceDefinitionResponse) Descriptor
deprecated
func (*GetDeviceDefinitionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceDefinitionResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceDefinitionResponse) GetDeviceDefinitions ¶ added in v0.1.2
func (x *GetDeviceDefinitionResponse) GetDeviceDefinitions() []*GetDeviceDefinitionItemResponse
func (*GetDeviceDefinitionResponse) ProtoMessage ¶
func (*GetDeviceDefinitionResponse) ProtoMessage()
func (*GetDeviceDefinitionResponse) ProtoReflect ¶
func (x *GetDeviceDefinitionResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceDefinitionResponse) Reset ¶
func (x *GetDeviceDefinitionResponse) Reset()
func (*GetDeviceDefinitionResponse) String ¶
func (x *GetDeviceDefinitionResponse) String() string
type GetDeviceMakeByNameRequest ¶ added in v0.1.35
type GetDeviceMakeByNameRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceMakeByNameRequest) Descriptor
deprecated
added in
v0.1.35
func (*GetDeviceMakeByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceMakeByNameRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceMakeByNameRequest) GetName ¶ added in v0.1.35
func (x *GetDeviceMakeByNameRequest) GetName() string
func (*GetDeviceMakeByNameRequest) ProtoMessage ¶ added in v0.1.35
func (*GetDeviceMakeByNameRequest) ProtoMessage()
func (*GetDeviceMakeByNameRequest) ProtoReflect ¶ added in v0.1.35
func (x *GetDeviceMakeByNameRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceMakeByNameRequest) Reset ¶ added in v0.1.35
func (x *GetDeviceMakeByNameRequest) Reset()
func (*GetDeviceMakeByNameRequest) String ¶ added in v0.1.35
func (x *GetDeviceMakeByNameRequest) String() string
type GetDeviceMakeBySlugRequest ¶ added in v0.2.7
type GetDeviceMakeBySlugRequest struct { Slug string `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceMakeBySlugRequest) Descriptor
deprecated
added in
v0.2.7
func (*GetDeviceMakeBySlugRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceMakeBySlugRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceMakeBySlugRequest) GetSlug ¶ added in v0.2.7
func (x *GetDeviceMakeBySlugRequest) GetSlug() string
func (*GetDeviceMakeBySlugRequest) ProtoMessage ¶ added in v0.2.7
func (*GetDeviceMakeBySlugRequest) ProtoMessage()
func (*GetDeviceMakeBySlugRequest) ProtoReflect ¶ added in v0.2.7
func (x *GetDeviceMakeBySlugRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceMakeBySlugRequest) Reset ¶ added in v0.2.7
func (x *GetDeviceMakeBySlugRequest) Reset()
func (*GetDeviceMakeBySlugRequest) String ¶ added in v0.2.7
func (x *GetDeviceMakeBySlugRequest) String() string
type GetDeviceMakeResponse ¶ added in v0.1.35
type GetDeviceMakeResponse struct { DeviceMakes []*DeviceMake `protobuf:"bytes,1,rep,name=device_makes,json=deviceMakes,proto3" json:"device_makes,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceMakeResponse) Descriptor
deprecated
added in
v0.1.35
func (*GetDeviceMakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceMakeResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceMakeResponse) GetDeviceMakes ¶ added in v0.1.35
func (x *GetDeviceMakeResponse) GetDeviceMakes() []*DeviceMake
func (*GetDeviceMakeResponse) ProtoMessage ¶ added in v0.1.35
func (*GetDeviceMakeResponse) ProtoMessage()
func (*GetDeviceMakeResponse) ProtoReflect ¶ added in v0.1.35
func (x *GetDeviceMakeResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceMakeResponse) Reset ¶ added in v0.1.35
func (x *GetDeviceMakeResponse) Reset()
func (*GetDeviceMakeResponse) String ¶ added in v0.1.35
func (x *GetDeviceMakeResponse) String() string
type GetDeviceStyleByDeviceDefinitionIDRequest ¶ added in v0.1.31
type GetDeviceStyleByDeviceDefinitionIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceStyleByDeviceDefinitionIDRequest) Descriptor
deprecated
added in
v0.1.31
func (*GetDeviceStyleByDeviceDefinitionIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceStyleByDeviceDefinitionIDRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceStyleByDeviceDefinitionIDRequest) GetId ¶ added in v0.1.31
func (x *GetDeviceStyleByDeviceDefinitionIDRequest) GetId() string
func (*GetDeviceStyleByDeviceDefinitionIDRequest) ProtoMessage ¶ added in v0.1.31
func (*GetDeviceStyleByDeviceDefinitionIDRequest) ProtoMessage()
func (*GetDeviceStyleByDeviceDefinitionIDRequest) ProtoReflect ¶ added in v0.1.31
func (x *GetDeviceStyleByDeviceDefinitionIDRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceStyleByDeviceDefinitionIDRequest) Reset ¶ added in v0.1.31
func (x *GetDeviceStyleByDeviceDefinitionIDRequest) Reset()
func (*GetDeviceStyleByDeviceDefinitionIDRequest) String ¶ added in v0.1.31
func (x *GetDeviceStyleByDeviceDefinitionIDRequest) String() string
type GetDeviceStyleByIDRequest ¶ added in v0.1.27
type GetDeviceStyleByIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceStyleByIDRequest) Descriptor
deprecated
added in
v0.1.27
func (*GetDeviceStyleByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceStyleByIDRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceStyleByIDRequest) GetId ¶ added in v0.1.27
func (x *GetDeviceStyleByIDRequest) GetId() string
func (*GetDeviceStyleByIDRequest) ProtoMessage ¶ added in v0.1.27
func (*GetDeviceStyleByIDRequest) ProtoMessage()
func (*GetDeviceStyleByIDRequest) ProtoReflect ¶ added in v0.1.27
func (x *GetDeviceStyleByIDRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceStyleByIDRequest) Reset ¶ added in v0.1.27
func (x *GetDeviceStyleByIDRequest) Reset()
func (*GetDeviceStyleByIDRequest) String ¶ added in v0.1.27
func (x *GetDeviceStyleByIDRequest) String() string
type GetDeviceStyleFilterRequest ¶ added in v0.1.40
type GetDeviceStyleFilterRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` DeviceDefinitionId string `protobuf:"bytes,2,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` SubModel string `protobuf:"bytes,4,opt,name=sub_model,json=subModel,proto3" json:"sub_model,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceStyleFilterRequest) Descriptor
deprecated
added in
v0.1.40
func (*GetDeviceStyleFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceStyleFilterRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceStyleFilterRequest) GetDeviceDefinitionId ¶ added in v0.1.40
func (x *GetDeviceStyleFilterRequest) GetDeviceDefinitionId() string
func (*GetDeviceStyleFilterRequest) GetName ¶ added in v0.1.40
func (x *GetDeviceStyleFilterRequest) GetName() string
func (*GetDeviceStyleFilterRequest) GetSource ¶ added in v0.1.40
func (x *GetDeviceStyleFilterRequest) GetSource() string
func (*GetDeviceStyleFilterRequest) GetSubModel ¶ added in v0.1.40
func (x *GetDeviceStyleFilterRequest) GetSubModel() string
func (*GetDeviceStyleFilterRequest) ProtoMessage ¶ added in v0.1.40
func (*GetDeviceStyleFilterRequest) ProtoMessage()
func (*GetDeviceStyleFilterRequest) ProtoReflect ¶ added in v0.1.40
func (x *GetDeviceStyleFilterRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceStyleFilterRequest) Reset ¶ added in v0.1.40
func (x *GetDeviceStyleFilterRequest) Reset()
func (*GetDeviceStyleFilterRequest) String ¶ added in v0.1.40
func (x *GetDeviceStyleFilterRequest) String() string
type GetDeviceStyleResponse ¶ added in v0.1.31
type GetDeviceStyleResponse struct { DeviceStyles []*DeviceStyle `protobuf:"bytes,1,rep,name=device_styles,json=deviceStyles,proto3" json:"device_styles,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceStyleResponse) Descriptor
deprecated
added in
v0.1.31
func (*GetDeviceStyleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceStyleResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceStyleResponse) GetDeviceStyles ¶ added in v0.1.31
func (x *GetDeviceStyleResponse) GetDeviceStyles() []*DeviceStyle
func (*GetDeviceStyleResponse) ProtoMessage ¶ added in v0.1.31
func (*GetDeviceStyleResponse) ProtoMessage()
func (*GetDeviceStyleResponse) ProtoReflect ¶ added in v0.1.31
func (x *GetDeviceStyleResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceStyleResponse) Reset ¶ added in v0.1.31
func (x *GetDeviceStyleResponse) Reset()
func (*GetDeviceStyleResponse) String ¶ added in v0.1.31
func (x *GetDeviceStyleResponse) String() string
type GetDeviceTypeByIDRequest ¶ added in v0.2.0
type GetDeviceTypeByIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceTypeByIDRequest) Descriptor
deprecated
added in
v0.2.0
func (*GetDeviceTypeByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceTypeByIDRequest.ProtoReflect.Descriptor instead.
func (*GetDeviceTypeByIDRequest) GetId ¶ added in v0.2.0
func (x *GetDeviceTypeByIDRequest) GetId() string
func (*GetDeviceTypeByIDRequest) ProtoMessage ¶ added in v0.2.0
func (*GetDeviceTypeByIDRequest) ProtoMessage()
func (*GetDeviceTypeByIDRequest) ProtoReflect ¶ added in v0.2.0
func (x *GetDeviceTypeByIDRequest) ProtoReflect() protoreflect.Message
func (*GetDeviceTypeByIDRequest) Reset ¶ added in v0.2.0
func (x *GetDeviceTypeByIDRequest) Reset()
func (*GetDeviceTypeByIDRequest) String ¶ added in v0.2.0
func (x *GetDeviceTypeByIDRequest) String() string
type GetDeviceTypeListResponse ¶ added in v0.2.3
type GetDeviceTypeListResponse struct { DeviceTypes []*GetDeviceTypeResponse `protobuf:"bytes,2,rep,name=device_types,json=deviceTypes,proto3" json:"device_types,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceTypeListResponse) Descriptor
deprecated
added in
v0.2.3
func (*GetDeviceTypeListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceTypeListResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceTypeListResponse) GetDeviceTypes ¶ added in v0.2.3
func (x *GetDeviceTypeListResponse) GetDeviceTypes() []*GetDeviceTypeResponse
func (*GetDeviceTypeListResponse) ProtoMessage ¶ added in v0.2.3
func (*GetDeviceTypeListResponse) ProtoMessage()
func (*GetDeviceTypeListResponse) ProtoReflect ¶ added in v0.2.3
func (x *GetDeviceTypeListResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceTypeListResponse) Reset ¶ added in v0.2.3
func (x *GetDeviceTypeListResponse) Reset()
func (*GetDeviceTypeListResponse) String ¶ added in v0.2.3
func (x *GetDeviceTypeListResponse) String() string
type GetDeviceTypeResponse ¶ added in v0.2.0
type GetDeviceTypeResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Attributes []*DeviceTypeAttribute `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
func (*GetDeviceTypeResponse) Descriptor
deprecated
added in
v0.2.0
func (*GetDeviceTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeviceTypeResponse.ProtoReflect.Descriptor instead.
func (*GetDeviceTypeResponse) GetAttributes ¶ added in v0.2.0
func (x *GetDeviceTypeResponse) GetAttributes() []*DeviceTypeAttribute
func (*GetDeviceTypeResponse) GetId ¶ added in v0.2.0
func (x *GetDeviceTypeResponse) GetId() string
func (*GetDeviceTypeResponse) GetName ¶ added in v0.2.0
func (x *GetDeviceTypeResponse) GetName() string
func (*GetDeviceTypeResponse) ProtoMessage ¶ added in v0.2.0
func (*GetDeviceTypeResponse) ProtoMessage()
func (*GetDeviceTypeResponse) ProtoReflect ¶ added in v0.2.0
func (x *GetDeviceTypeResponse) ProtoReflect() protoreflect.Message
func (*GetDeviceTypeResponse) Reset ¶ added in v0.2.0
func (x *GetDeviceTypeResponse) Reset()
func (*GetDeviceTypeResponse) String ¶ added in v0.2.0
func (x *GetDeviceTypeResponse) String() string
type GetFilteredDeviceDefinitionsResponse ¶ added in v0.1.9
type GetFilteredDeviceDefinitionsResponse struct { Items []*FilterDeviceDefinitionsReponse `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*GetFilteredDeviceDefinitionsResponse) Descriptor
deprecated
added in
v0.1.9
func (*GetFilteredDeviceDefinitionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFilteredDeviceDefinitionsResponse.ProtoReflect.Descriptor instead.
func (*GetFilteredDeviceDefinitionsResponse) GetItems ¶ added in v0.1.9
func (x *GetFilteredDeviceDefinitionsResponse) GetItems() []*FilterDeviceDefinitionsReponse
func (*GetFilteredDeviceDefinitionsResponse) ProtoMessage ¶ added in v0.1.9
func (*GetFilteredDeviceDefinitionsResponse) ProtoMessage()
func (*GetFilteredDeviceDefinitionsResponse) ProtoReflect ¶ added in v0.1.9
func (x *GetFilteredDeviceDefinitionsResponse) ProtoReflect() protoreflect.Message
func (*GetFilteredDeviceDefinitionsResponse) Reset ¶ added in v0.1.9
func (x *GetFilteredDeviceDefinitionsResponse) Reset()
func (*GetFilteredDeviceDefinitionsResponse) String ¶ added in v0.1.9
func (x *GetFilteredDeviceDefinitionsResponse) String() string
type GetIntegrationRequest ¶ added in v0.1.26
type GetIntegrationRequest struct { Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetIntegrationRequest) Descriptor
deprecated
added in
v0.1.26
func (*GetIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIntegrationRequest.ProtoReflect.Descriptor instead.
func (*GetIntegrationRequest) GetId ¶ added in v0.1.26
func (x *GetIntegrationRequest) GetId() []string
func (*GetIntegrationRequest) ProtoMessage ¶ added in v0.1.26
func (*GetIntegrationRequest) ProtoMessage()
func (*GetIntegrationRequest) ProtoReflect ¶ added in v0.1.26
func (x *GetIntegrationRequest) ProtoReflect() protoreflect.Message
func (*GetIntegrationRequest) Reset ¶ added in v0.1.26
func (x *GetIntegrationRequest) Reset()
func (*GetIntegrationRequest) String ¶ added in v0.1.26
func (x *GetIntegrationRequest) String() string
type GetIntegrationResponse ¶ added in v0.1.4
type GetIntegrationResponse struct { Integrations []*Integration `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"` // contains filtered or unexported fields }
func (*GetIntegrationResponse) Descriptor
deprecated
added in
v0.1.4
func (*GetIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIntegrationResponse.ProtoReflect.Descriptor instead.
func (*GetIntegrationResponse) GetIntegrations ¶ added in v0.1.4
func (x *GetIntegrationResponse) GetIntegrations() []*Integration
func (*GetIntegrationResponse) ProtoMessage ¶ added in v0.1.4
func (*GetIntegrationResponse) ProtoMessage()
func (*GetIntegrationResponse) ProtoReflect ¶ added in v0.1.4
func (x *GetIntegrationResponse) ProtoReflect() protoreflect.Message
func (*GetIntegrationResponse) Reset ¶ added in v0.1.4
func (x *GetIntegrationResponse) Reset()
func (*GetIntegrationResponse) String ¶ added in v0.1.4
func (x *GetIntegrationResponse) String() string
type GetRecallsByMakeRequest ¶ added in v0.2.4
type GetRecallsByMakeRequest struct { MakeId string `protobuf:"bytes,1,opt,name=make_id,json=makeId,proto3" json:"make_id,omitempty"` // contains filtered or unexported fields }
func (*GetRecallsByMakeRequest) Descriptor
deprecated
added in
v0.2.4
func (*GetRecallsByMakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRecallsByMakeRequest.ProtoReflect.Descriptor instead.
func (*GetRecallsByMakeRequest) GetMakeId ¶ added in v0.2.4
func (x *GetRecallsByMakeRequest) GetMakeId() string
func (*GetRecallsByMakeRequest) ProtoMessage ¶ added in v0.2.4
func (*GetRecallsByMakeRequest) ProtoMessage()
func (*GetRecallsByMakeRequest) ProtoReflect ¶ added in v0.2.4
func (x *GetRecallsByMakeRequest) ProtoReflect() protoreflect.Message
func (*GetRecallsByMakeRequest) Reset ¶ added in v0.2.4
func (x *GetRecallsByMakeRequest) Reset()
func (*GetRecallsByMakeRequest) String ¶ added in v0.2.4
func (x *GetRecallsByMakeRequest) String() string
type GetRecallsByModelRequest ¶ added in v0.2.4
type GetRecallsByModelRequest struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` // contains filtered or unexported fields }
func (*GetRecallsByModelRequest) Descriptor
deprecated
added in
v0.2.4
func (*GetRecallsByModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRecallsByModelRequest.ProtoReflect.Descriptor instead.
func (*GetRecallsByModelRequest) GetDeviceDefinitionId ¶ added in v0.2.4
func (x *GetRecallsByModelRequest) GetDeviceDefinitionId() string
func (*GetRecallsByModelRequest) ProtoMessage ¶ added in v0.2.4
func (*GetRecallsByModelRequest) ProtoMessage()
func (*GetRecallsByModelRequest) ProtoReflect ¶ added in v0.2.4
func (x *GetRecallsByModelRequest) ProtoReflect() protoreflect.Message
func (*GetRecallsByModelRequest) Reset ¶ added in v0.2.4
func (x *GetRecallsByModelRequest) Reset()
func (*GetRecallsByModelRequest) String ¶ added in v0.2.4
func (x *GetRecallsByModelRequest) String() string
type GetRecallsResponse ¶ added in v0.2.4
type GetRecallsResponse struct { Recalls []*RecallItem `protobuf:"bytes,1,rep,name=recalls,proto3" json:"recalls,omitempty"` // contains filtered or unexported fields }
func (*GetRecallsResponse) Descriptor
deprecated
added in
v0.2.4
func (*GetRecallsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRecallsResponse.ProtoReflect.Descriptor instead.
func (*GetRecallsResponse) GetRecalls ¶ added in v0.2.4
func (x *GetRecallsResponse) GetRecalls() []*RecallItem
func (*GetRecallsResponse) ProtoMessage ¶ added in v0.2.4
func (*GetRecallsResponse) ProtoMessage()
func (*GetRecallsResponse) ProtoReflect ¶ added in v0.2.4
func (x *GetRecallsResponse) ProtoReflect() protoreflect.Message
func (*GetRecallsResponse) Reset ¶ added in v0.2.4
func (x *GetRecallsResponse) Reset()
func (*GetRecallsResponse) String ¶ added in v0.2.4
func (x *GetRecallsResponse) String() string
type Integration ¶ added in v0.1.24
type Integration struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Style string `protobuf:"bytes,3,opt,name=style,proto3" json:"style,omitempty"` Vendor string `protobuf:"bytes,4,opt,name=vendor,proto3" json:"vendor,omitempty"` AutoPiDefaultTemplateId int32 `` /* 137-byte string literal not displayed */ AutoPiPowertrainTemplate *Integration_AutoPiPowertrainTemplate `` /* 137-byte string literal not displayed */ RefreshLimitSecs int32 `protobuf:"varint,7,opt,name=refresh_limit_secs,json=refreshLimitSecs,proto3" json:"refresh_limit_secs,omitempty"` // contains filtered or unexported fields }
func (*Integration) Descriptor
deprecated
added in
v0.1.24
func (*Integration) Descriptor() ([]byte, []int)
Deprecated: Use Integration.ProtoReflect.Descriptor instead.
func (*Integration) GetAutoPiDefaultTemplateId ¶ added in v0.1.24
func (x *Integration) GetAutoPiDefaultTemplateId() int32
func (*Integration) GetAutoPiPowertrainTemplate ¶ added in v0.1.24
func (x *Integration) GetAutoPiPowertrainTemplate() *Integration_AutoPiPowertrainTemplate
func (*Integration) GetId ¶ added in v0.1.24
func (x *Integration) GetId() string
func (*Integration) GetRefreshLimitSecs ¶ added in v0.1.24
func (x *Integration) GetRefreshLimitSecs() int32
func (*Integration) GetStyle ¶ added in v0.1.24
func (x *Integration) GetStyle() string
func (*Integration) GetType ¶ added in v0.1.24
func (x *Integration) GetType() string
func (*Integration) GetVendor ¶ added in v0.1.24
func (x *Integration) GetVendor() string
func (*Integration) ProtoMessage ¶ added in v0.1.24
func (*Integration) ProtoMessage()
func (*Integration) ProtoReflect ¶ added in v0.1.24
func (x *Integration) ProtoReflect() protoreflect.Message
func (*Integration) Reset ¶ added in v0.1.24
func (x *Integration) Reset()
func (*Integration) String ¶ added in v0.1.24
func (x *Integration) String() string
type Integration_AutoPiPowertrainTemplate ¶ added in v0.1.24
type Integration_AutoPiPowertrainTemplate struct { BEV int32 `protobuf:"varint,1,opt,name=BEV,proto3" json:"BEV,omitempty"` HEV int32 `protobuf:"varint,2,opt,name=HEV,proto3" json:"HEV,omitempty"` ICE int32 `protobuf:"varint,3,opt,name=ICE,proto3" json:"ICE,omitempty"` PHEV int32 `protobuf:"varint,4,opt,name=PHEV,proto3" json:"PHEV,omitempty"` // contains filtered or unexported fields }
func (*Integration_AutoPiPowertrainTemplate) Descriptor
deprecated
added in
v0.1.24
func (*Integration_AutoPiPowertrainTemplate) Descriptor() ([]byte, []int)
Deprecated: Use Integration_AutoPiPowertrainTemplate.ProtoReflect.Descriptor instead.
func (*Integration_AutoPiPowertrainTemplate) GetBEV ¶ added in v0.1.24
func (x *Integration_AutoPiPowertrainTemplate) GetBEV() int32
func (*Integration_AutoPiPowertrainTemplate) GetHEV ¶ added in v0.1.24
func (x *Integration_AutoPiPowertrainTemplate) GetHEV() int32
func (*Integration_AutoPiPowertrainTemplate) GetICE ¶ added in v0.1.24
func (x *Integration_AutoPiPowertrainTemplate) GetICE() int32
func (*Integration_AutoPiPowertrainTemplate) GetPHEV ¶ added in v0.1.24
func (x *Integration_AutoPiPowertrainTemplate) GetPHEV() int32
func (*Integration_AutoPiPowertrainTemplate) ProtoMessage ¶ added in v0.1.24
func (*Integration_AutoPiPowertrainTemplate) ProtoMessage()
func (*Integration_AutoPiPowertrainTemplate) ProtoReflect ¶ added in v0.1.24
func (x *Integration_AutoPiPowertrainTemplate) ProtoReflect() protoreflect.Message
func (*Integration_AutoPiPowertrainTemplate) Reset ¶ added in v0.1.24
func (x *Integration_AutoPiPowertrainTemplate) Reset()
func (*Integration_AutoPiPowertrainTemplate) String ¶ added in v0.1.24
func (x *Integration_AutoPiPowertrainTemplate) String() string
type RecallItem ¶ added in v0.2.4
type RecallItem struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Year int32 `protobuf:"varint,3,opt,name=year,proto3" json:"year,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` ComponentName string `protobuf:"bytes,5,opt,name=componentName,proto3" json:"componentName,omitempty"` ConsequenceDefect string `protobuf:"bytes,6,opt,name=consequenceDefect,proto3" json:"consequenceDefect,omitempty"` ManufactureCampNo string `protobuf:"bytes,7,opt,name=manufactureCampNo,proto3" json:"manufactureCampNo,omitempty"` Date *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=date,proto3" json:"date,omitempty"` // contains filtered or unexported fields }
func (*RecallItem) Descriptor
deprecated
added in
v0.2.4
func (*RecallItem) Descriptor() ([]byte, []int)
Deprecated: Use RecallItem.ProtoReflect.Descriptor instead.
func (*RecallItem) GetComponentName ¶ added in v0.3.1
func (x *RecallItem) GetComponentName() string
func (*RecallItem) GetConsequenceDefect ¶ added in v0.3.1
func (x *RecallItem) GetConsequenceDefect() string
func (*RecallItem) GetDate ¶ added in v0.2.4
func (x *RecallItem) GetDate() *timestamppb.Timestamp
func (*RecallItem) GetDescription ¶ added in v0.2.4
func (x *RecallItem) GetDescription() string
func (*RecallItem) GetDeviceDefinitionId ¶ added in v0.2.4
func (x *RecallItem) GetDeviceDefinitionId() string
func (*RecallItem) GetManufactureCampNo ¶ added in v0.3.1
func (x *RecallItem) GetManufactureCampNo() string
func (*RecallItem) GetName ¶ added in v0.2.4
func (x *RecallItem) GetName() string
func (*RecallItem) GetYear ¶ added in v0.2.4
func (x *RecallItem) GetYear() int32
func (*RecallItem) ProtoMessage ¶ added in v0.2.4
func (*RecallItem) ProtoMessage()
func (*RecallItem) ProtoReflect ¶ added in v0.2.4
func (x *RecallItem) ProtoReflect() protoreflect.Message
func (*RecallItem) Reset ¶ added in v0.2.4
func (x *RecallItem) Reset()
func (*RecallItem) String ¶ added in v0.2.4
func (x *RecallItem) String() string
type RecallsServiceClient ¶ added in v0.2.4
type RecallsServiceClient interface { GetRecallsByMake(ctx context.Context, in *GetRecallsByMakeRequest, opts ...grpc.CallOption) (*GetRecallsResponse, error) GetRecallsByModel(ctx context.Context, in *GetRecallsByModelRequest, opts ...grpc.CallOption) (*GetRecallsResponse, error) }
RecallsServiceClient is the client API for RecallsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRecallsServiceClient ¶ added in v0.2.4
func NewRecallsServiceClient(cc grpc.ClientConnInterface) RecallsServiceClient
type RecallsServiceServer ¶ added in v0.2.4
type RecallsServiceServer interface { GetRecallsByMake(context.Context, *GetRecallsByMakeRequest) (*GetRecallsResponse, error) GetRecallsByModel(context.Context, *GetRecallsByModelRequest) (*GetRecallsResponse, error) // contains filtered or unexported methods }
RecallsServiceServer is the server API for RecallsService service. All implementations must embed UnimplementedRecallsServiceServer for forward compatibility
type UnimplementedDeviceDefinitionServiceServer ¶
type UnimplementedDeviceDefinitionServiceServer struct { }
UnimplementedDeviceDefinitionServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceDefinition ¶ added in v0.1.4
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceDefinition(context.Context, *CreateDeviceDefinitionRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceIntegration ¶ added in v0.1.4
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceIntegration(context.Context, *CreateDeviceIntegrationRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceMake ¶ added in v0.1.26
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceMake(context.Context, *CreateDeviceMakeRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceStyle ¶ added in v0.1.11
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceStyle(context.Context, *CreateDeviceStyleRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceType ¶ added in v0.2.3
func (UnimplementedDeviceDefinitionServiceServer) CreateDeviceType(context.Context, *CreateDeviceTypeRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) CreateIntegration ¶ added in v0.1.28
func (UnimplementedDeviceDefinitionServiceServer) CreateIntegration(context.Context, *CreateIntegrationRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) DeleteDeviceType ¶ added in v0.2.3
func (UnimplementedDeviceDefinitionServiceServer) DeleteDeviceType(context.Context, *DeleteDeviceTypeRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceCompatibilities ¶ added in v0.1.38
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceCompatibilities(context.Context, *GetDeviceCompatibilityListRequest) (*GetDeviceCompatibilityListResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionAll ¶ added in v0.1.7
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionAll(context.Context, *emptypb.Empty) (*GetDeviceDefinitionAllResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionByID ¶ added in v0.1.2
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionByID(context.Context, *GetDeviceDefinitionRequest) (*GetDeviceDefinitionResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionByMMY ¶ added in v0.1.4
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionByMMY(context.Context, *GetDeviceDefinitionByMMYRequest) (*GetDeviceDefinitionItemResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionBySlug ¶ added in v0.2.7
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionBySlug(context.Context, *GetDeviceDefinitionBySlugRequest) (*GetDeviceDefinitionItemResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionBySource ¶ added in v0.1.30
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionBySource(context.Context, *GetDeviceDefinitionBySourceRequest) (*GetDeviceDefinitionResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionIntegration ¶ added in v0.1.4
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionIntegration(context.Context, *GetDeviceDefinitionIntegrationRequest) (*GetDeviceDefinitionIntegrationResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionWithoutImages ¶ added in v0.1.33
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitionWithoutImages(context.Context, *emptypb.Empty) (*GetDeviceDefinitionResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitions ¶ added in v0.1.34
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceDefinitions(context.Context, *emptypb.Empty) (*GetDeviceDefinitionResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakeByName ¶ added in v0.1.35
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakeByName(context.Context, *GetDeviceMakeByNameRequest) (*DeviceMake, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakeBySlug ¶ added in v0.2.7
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakeBySlug(context.Context, *GetDeviceMakeBySlugRequest) (*DeviceMake, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakes ¶ added in v0.1.35
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceMakes(context.Context, *emptypb.Empty) (*GetDeviceMakeResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStyleByExternalID ¶ added in v0.1.27
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStyleByExternalID(context.Context, *GetDeviceStyleByIDRequest) (*DeviceStyle, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStyleByID ¶ added in v0.1.27
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStyleByID(context.Context, *GetDeviceStyleByIDRequest) (*DeviceStyle, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStylesByDeviceDefinitionID ¶ added in v0.1.31
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStylesByDeviceDefinitionID(context.Context, *GetDeviceStyleByDeviceDefinitionIDRequest) (*GetDeviceStyleResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStylesByFilter ¶ added in v0.1.40
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceStylesByFilter(context.Context, *GetDeviceStyleFilterRequest) (*GetDeviceStyleResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceTypes ¶ added in v0.2.3
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceTypes(context.Context, *emptypb.Empty) (*GetDeviceTypeListResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceTypesByID ¶ added in v0.2.0
func (UnimplementedDeviceDefinitionServiceServer) GetDeviceTypesByID(context.Context, *GetDeviceTypeByIDRequest) (*GetDeviceTypeResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetFilteredDeviceDefinition ¶ added in v0.1.9
func (UnimplementedDeviceDefinitionServiceServer) GetFilteredDeviceDefinition(context.Context, *FilterDeviceDefinitionRequest) (*GetFilteredDeviceDefinitionsResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) GetIntegrationByID ¶ added in v0.1.26
func (UnimplementedDeviceDefinitionServiceServer) GetIntegrationByID(context.Context, *GetIntegrationRequest) (*Integration, error)
func (UnimplementedDeviceDefinitionServiceServer) GetIntegrations ¶ added in v0.1.4
func (UnimplementedDeviceDefinitionServiceServer) GetIntegrations(context.Context, *emptypb.Empty) (*GetIntegrationResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) SetDeviceDefinitionImage ¶ added in v0.1.6
func (UnimplementedDeviceDefinitionServiceServer) SetDeviceDefinitionImage(context.Context, *UpdateDeviceDefinitionImageRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceDefinition ¶ added in v0.1.4
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceDefinition(context.Context, *UpdateDeviceDefinitionRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceMake ¶ added in v0.1.38
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceMake(context.Context, *UpdateDeviceMakeRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceStyle ¶ added in v0.1.38
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceStyle(context.Context, *UpdateDeviceStyleRequest) (*BaseResponse, error)
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceType ¶ added in v0.2.3
func (UnimplementedDeviceDefinitionServiceServer) UpdateDeviceType(context.Context, *UpdateDeviceTypeRequest) (*BaseResponse, error)
type UnimplementedRecallsServiceServer ¶ added in v0.2.4
type UnimplementedRecallsServiceServer struct { }
UnimplementedRecallsServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedRecallsServiceServer) GetRecallsByMake ¶ added in v0.2.4
func (UnimplementedRecallsServiceServer) GetRecallsByMake(context.Context, *GetRecallsByMakeRequest) (*GetRecallsResponse, error)
func (UnimplementedRecallsServiceServer) GetRecallsByModel ¶ added in v0.2.4
func (UnimplementedRecallsServiceServer) GetRecallsByModel(context.Context, *GetRecallsByModelRequest) (*GetRecallsResponse, error)
type UnsafeDeviceDefinitionServiceServer ¶
type UnsafeDeviceDefinitionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDeviceDefinitionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DeviceDefinitionServiceServer will result in compilation errors.
type UnsafeRecallsServiceServer ¶ added in v0.2.4
type UnsafeRecallsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRecallsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RecallsServiceServer will result in compilation errors.
type UpdateDeviceDefinitionImageRequest ¶ added in v0.1.6
type UpdateDeviceDefinitionImageRequest struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` ImageUrl string `protobuf:"bytes,2,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeviceDefinitionImageRequest) Descriptor
deprecated
added in
v0.1.6
func (*UpdateDeviceDefinitionImageRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeviceDefinitionImageRequest.ProtoReflect.Descriptor instead.
func (*UpdateDeviceDefinitionImageRequest) GetDeviceDefinitionId ¶ added in v0.1.6
func (x *UpdateDeviceDefinitionImageRequest) GetDeviceDefinitionId() string
func (*UpdateDeviceDefinitionImageRequest) GetImageUrl ¶ added in v0.1.6
func (x *UpdateDeviceDefinitionImageRequest) GetImageUrl() string
func (*UpdateDeviceDefinitionImageRequest) ProtoMessage ¶ added in v0.1.6
func (*UpdateDeviceDefinitionImageRequest) ProtoMessage()
func (*UpdateDeviceDefinitionImageRequest) ProtoReflect ¶ added in v0.1.6
func (x *UpdateDeviceDefinitionImageRequest) ProtoReflect() protoreflect.Message
func (*UpdateDeviceDefinitionImageRequest) Reset ¶ added in v0.1.6
func (x *UpdateDeviceDefinitionImageRequest) Reset()
func (*UpdateDeviceDefinitionImageRequest) String ¶ added in v0.1.6
func (x *UpdateDeviceDefinitionImageRequest) String() string
type UpdateDeviceDefinitionRequest ¶ added in v0.1.4
type UpdateDeviceDefinitionRequest struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` // Deprecated: Do not use. VehicleData *VehicleInfo `protobuf:"bytes,2,opt,name=vehicle_data,json=vehicleData,proto3" json:"vehicle_data,omitempty"` Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` Verified bool `protobuf:"varint,5,opt,name=verified,proto3" json:"verified,omitempty"` Model string `protobuf:"bytes,6,opt,name=model,proto3" json:"model,omitempty"` Year int32 `protobuf:"varint,7,opt,name=year,proto3" json:"year,omitempty"` DeviceMakeId string `protobuf:"bytes,8,opt,name=device_make_id,json=deviceMakeId,proto3" json:"device_make_id,omitempty"` DeviceStyles []*UpdateDeviceDefinitionRequest_DeviceStyles `protobuf:"bytes,9,rep,name=device_styles,json=deviceStyles,proto3" json:"device_styles,omitempty"` DeviceIntegrations []*UpdateDeviceDefinitionRequest_DeviceIntegrations `protobuf:"bytes,10,rep,name=device_integrations,json=deviceIntegrations,proto3" json:"device_integrations,omitempty"` ExternalId string `protobuf:"bytes,11,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` DeviceTypeId string `protobuf:"bytes,12,opt,name=device_type_id,json=deviceTypeId,proto3" json:"device_type_id,omitempty"` DeviceAttributes []*DeviceTypeAttributeRequest `protobuf:"bytes,13,rep,name=device_attributes,json=deviceAttributes,proto3" json:"device_attributes,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeviceDefinitionRequest) Descriptor
deprecated
added in
v0.1.4
func (*UpdateDeviceDefinitionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeviceDefinitionRequest.ProtoReflect.Descriptor instead.
func (*UpdateDeviceDefinitionRequest) GetDeviceAttributes ¶ added in v0.2.0
func (x *UpdateDeviceDefinitionRequest) GetDeviceAttributes() []*DeviceTypeAttributeRequest
func (*UpdateDeviceDefinitionRequest) GetDeviceDefinitionId ¶ added in v0.1.4
func (x *UpdateDeviceDefinitionRequest) GetDeviceDefinitionId() string
func (*UpdateDeviceDefinitionRequest) GetDeviceIntegrations ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest) GetDeviceIntegrations() []*UpdateDeviceDefinitionRequest_DeviceIntegrations
func (*UpdateDeviceDefinitionRequest) GetDeviceMakeId ¶ added in v0.1.24
func (x *UpdateDeviceDefinitionRequest) GetDeviceMakeId() string
func (*UpdateDeviceDefinitionRequest) GetDeviceStyles ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest) GetDeviceStyles() []*UpdateDeviceDefinitionRequest_DeviceStyles
func (*UpdateDeviceDefinitionRequest) GetDeviceTypeId ¶ added in v0.2.0
func (x *UpdateDeviceDefinitionRequest) GetDeviceTypeId() string
func (*UpdateDeviceDefinitionRequest) GetExternalId ¶ added in v0.1.32
func (x *UpdateDeviceDefinitionRequest) GetExternalId() string
func (*UpdateDeviceDefinitionRequest) GetImageUrl ¶ added in v0.1.24
func (x *UpdateDeviceDefinitionRequest) GetImageUrl() string
func (*UpdateDeviceDefinitionRequest) GetModel ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest) GetModel() string
func (*UpdateDeviceDefinitionRequest) GetSource ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest) GetSource() string
func (*UpdateDeviceDefinitionRequest) GetVehicleData
deprecated
added in
v0.1.4
func (x *UpdateDeviceDefinitionRequest) GetVehicleData() *VehicleInfo
Deprecated: Do not use.
func (*UpdateDeviceDefinitionRequest) GetVerified ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest) GetVerified() bool
func (*UpdateDeviceDefinitionRequest) GetYear ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest) GetYear() int32
func (*UpdateDeviceDefinitionRequest) ProtoMessage ¶ added in v0.1.4
func (*UpdateDeviceDefinitionRequest) ProtoMessage()
func (*UpdateDeviceDefinitionRequest) ProtoReflect ¶ added in v0.1.4
func (x *UpdateDeviceDefinitionRequest) ProtoReflect() protoreflect.Message
func (*UpdateDeviceDefinitionRequest) Reset ¶ added in v0.1.4
func (x *UpdateDeviceDefinitionRequest) Reset()
func (*UpdateDeviceDefinitionRequest) String ¶ added in v0.1.4
func (x *UpdateDeviceDefinitionRequest) String() string
type UpdateDeviceDefinitionRequest_DeviceIntegrations ¶ added in v0.1.11
type UpdateDeviceDefinitionRequest_DeviceIntegrations struct { IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Capabilities string `protobuf:"bytes,5,opt,name=capabilities,proto3" json:"capabilities,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) Descriptor
deprecated
added in
v0.1.11
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeviceDefinitionRequest_DeviceIntegrations.ProtoReflect.Descriptor instead.
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) GetCapabilities ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetCapabilities() string
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) GetCreatedAt ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetCreatedAt() *timestamppb.Timestamp
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) GetIntegrationId ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetIntegrationId() string
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) GetRegion ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetRegion() string
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) GetUpdatedAt ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) GetUpdatedAt() *timestamppb.Timestamp
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) ProtoMessage ¶ added in v0.1.11
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) ProtoMessage()
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) ProtoReflect ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) ProtoReflect() protoreflect.Message
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) Reset ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) Reset()
func (*UpdateDeviceDefinitionRequest_DeviceIntegrations) String ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceIntegrations) String() string
type UpdateDeviceDefinitionRequest_DeviceStyles ¶ added in v0.1.11
type UpdateDeviceDefinitionRequest_DeviceStyles struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ExternalStyleId string `protobuf:"bytes,3,opt,name=external_style_id,json=externalStyleId,proto3" json:"external_style_id,omitempty"` Source string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` SubModel string `protobuf:"bytes,7,opt,name=sub_model,json=subModel,proto3" json:"sub_model,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeviceDefinitionRequest_DeviceStyles) Descriptor
deprecated
added in
v0.1.11
func (*UpdateDeviceDefinitionRequest_DeviceStyles) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeviceDefinitionRequest_DeviceStyles.ProtoReflect.Descriptor instead.
func (*UpdateDeviceDefinitionRequest_DeviceStyles) GetCreatedAt ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetCreatedAt() *timestamppb.Timestamp
func (*UpdateDeviceDefinitionRequest_DeviceStyles) GetExternalStyleId ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetExternalStyleId() string
func (*UpdateDeviceDefinitionRequest_DeviceStyles) GetId ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetId() string
func (*UpdateDeviceDefinitionRequest_DeviceStyles) GetName ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetName() string
func (*UpdateDeviceDefinitionRequest_DeviceStyles) GetSource ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetSource() string
func (*UpdateDeviceDefinitionRequest_DeviceStyles) GetSubModel ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetSubModel() string
func (*UpdateDeviceDefinitionRequest_DeviceStyles) GetUpdatedAt ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) GetUpdatedAt() *timestamppb.Timestamp
func (*UpdateDeviceDefinitionRequest_DeviceStyles) ProtoMessage ¶ added in v0.1.11
func (*UpdateDeviceDefinitionRequest_DeviceStyles) ProtoMessage()
func (*UpdateDeviceDefinitionRequest_DeviceStyles) ProtoReflect ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) ProtoReflect() protoreflect.Message
func (*UpdateDeviceDefinitionRequest_DeviceStyles) Reset ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) Reset()
func (*UpdateDeviceDefinitionRequest_DeviceStyles) String ¶ added in v0.1.11
func (x *UpdateDeviceDefinitionRequest_DeviceStyles) String() string
type UpdateDeviceMakeRequest ¶ added in v0.1.38
type UpdateDeviceMakeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` LogoUrl string `protobuf:"bytes,3,opt,name=logo_url,json=logoUrl,proto3" json:"logo_url,omitempty"` OemPlatformName string `protobuf:"bytes,4,opt,name=oem_platform_name,json=oemPlatformName,proto3" json:"oem_platform_name,omitempty"` TokenId uint64 `protobuf:"varint,5,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` NameSlug string `protobuf:"bytes,6,opt,name=name_slug,json=nameSlug,proto3" json:"name_slug,omitempty"` ExternalIds string `protobuf:"bytes,7,opt,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeviceMakeRequest) Descriptor
deprecated
added in
v0.1.38
func (*UpdateDeviceMakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeviceMakeRequest.ProtoReflect.Descriptor instead.
func (*UpdateDeviceMakeRequest) GetExternalIds ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) GetExternalIds() string
func (*UpdateDeviceMakeRequest) GetId ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) GetId() string
func (*UpdateDeviceMakeRequest) GetLogoUrl ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) GetLogoUrl() string
func (*UpdateDeviceMakeRequest) GetName ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) GetName() string
func (*UpdateDeviceMakeRequest) GetNameSlug ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) GetNameSlug() string
func (*UpdateDeviceMakeRequest) GetOemPlatformName ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) GetOemPlatformName() string
func (*UpdateDeviceMakeRequest) GetTokenId ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) GetTokenId() uint64
func (*UpdateDeviceMakeRequest) ProtoMessage ¶ added in v0.1.38
func (*UpdateDeviceMakeRequest) ProtoMessage()
func (*UpdateDeviceMakeRequest) ProtoReflect ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) ProtoReflect() protoreflect.Message
func (*UpdateDeviceMakeRequest) Reset ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) Reset()
func (*UpdateDeviceMakeRequest) String ¶ added in v0.1.38
func (x *UpdateDeviceMakeRequest) String() string
type UpdateDeviceStyleRequest ¶ added in v0.1.38
type UpdateDeviceStyleRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` DeviceDefinitionId string `protobuf:"bytes,3,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` ExternalStyleId string `protobuf:"bytes,4,opt,name=external_style_id,json=externalStyleId,proto3" json:"external_style_id,omitempty"` Source string `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"` SubModel string `protobuf:"bytes,6,opt,name=sub_model,json=subModel,proto3" json:"sub_model,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeviceStyleRequest) Descriptor
deprecated
added in
v0.1.38
func (*UpdateDeviceStyleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeviceStyleRequest.ProtoReflect.Descriptor instead.
func (*UpdateDeviceStyleRequest) GetDeviceDefinitionId ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) GetDeviceDefinitionId() string
func (*UpdateDeviceStyleRequest) GetExternalStyleId ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) GetExternalStyleId() string
func (*UpdateDeviceStyleRequest) GetId ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) GetId() string
func (*UpdateDeviceStyleRequest) GetName ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) GetName() string
func (*UpdateDeviceStyleRequest) GetSource ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) GetSource() string
func (*UpdateDeviceStyleRequest) GetSubModel ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) GetSubModel() string
func (*UpdateDeviceStyleRequest) ProtoMessage ¶ added in v0.1.38
func (*UpdateDeviceStyleRequest) ProtoMessage()
func (*UpdateDeviceStyleRequest) ProtoReflect ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) ProtoReflect() protoreflect.Message
func (*UpdateDeviceStyleRequest) Reset ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) Reset()
func (*UpdateDeviceStyleRequest) String ¶ added in v0.1.38
func (x *UpdateDeviceStyleRequest) String() string
type UpdateDeviceTypeRequest ¶ added in v0.2.3
type UpdateDeviceTypeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Attributes []*CreateDeviceTypeAttributeRequest `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
func (*UpdateDeviceTypeRequest) Descriptor
deprecated
added in
v0.2.3
func (*UpdateDeviceTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDeviceTypeRequest.ProtoReflect.Descriptor instead.
func (*UpdateDeviceTypeRequest) GetAttributes ¶ added in v0.2.3
func (x *UpdateDeviceTypeRequest) GetAttributes() []*CreateDeviceTypeAttributeRequest
func (*UpdateDeviceTypeRequest) GetId ¶ added in v0.2.3
func (x *UpdateDeviceTypeRequest) GetId() string
func (*UpdateDeviceTypeRequest) GetName ¶ added in v0.2.3
func (x *UpdateDeviceTypeRequest) GetName() string
func (*UpdateDeviceTypeRequest) ProtoMessage ¶ added in v0.2.3
func (*UpdateDeviceTypeRequest) ProtoMessage()
func (*UpdateDeviceTypeRequest) ProtoReflect ¶ added in v0.2.3
func (x *UpdateDeviceTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateDeviceTypeRequest) Reset ¶ added in v0.2.3
func (x *UpdateDeviceTypeRequest) Reset()
func (*UpdateDeviceTypeRequest) String ¶ added in v0.2.3
func (x *UpdateDeviceTypeRequest) String() string
type VehicleInfo ¶ added in v0.1.4
type VehicleInfo struct { FuelType string `protobuf:"bytes,1,opt,name=fuel_type,json=fuelType,proto3" json:"fuel_type,omitempty"` DrivenWheels string `protobuf:"bytes,2,opt,name=driven_wheels,json=drivenWheels,proto3" json:"driven_wheels,omitempty"` NumberOfDoors int32 `protobuf:"varint,3,opt,name=number_of_doors,json=numberOfDoors,proto3" json:"number_of_doors,omitempty"` Base_MSRP int32 `protobuf:"varint,4,opt,name=base_MSRP,json=baseMSRP,proto3" json:"base_MSRP,omitempty"` EPAClass string `protobuf:"bytes,5,opt,name=EPA_class,json=EPAClass,proto3" json:"EPA_class,omitempty"` VehicleType string `protobuf:"bytes,6,opt,name=vehicle_type,json=vehicleType,proto3" json:"vehicle_type,omitempty"` MPGHighway float32 `protobuf:"fixed32,7,opt,name=MPG_highway,json=MPGHighway,proto3" json:"MPG_highway,omitempty"` MPGCity float32 `protobuf:"fixed32,8,opt,name=MPG_city,json=MPGCity,proto3" json:"MPG_city,omitempty"` FuelTankCapacityGal float32 `protobuf:"fixed32,9,opt,name=fuel_tank_capacity_gal,json=fuelTankCapacityGal,proto3" json:"fuel_tank_capacity_gal,omitempty"` MPG float32 `protobuf:"fixed32,10,opt,name=MPG,proto3" json:"MPG,omitempty"` // contains filtered or unexported fields }
func (*VehicleInfo) Descriptor
deprecated
added in
v0.1.4
func (*VehicleInfo) Descriptor() ([]byte, []int)
Deprecated: Use VehicleInfo.ProtoReflect.Descriptor instead.
func (*VehicleInfo) GetBase_MSRP ¶ added in v0.1.4
func (x *VehicleInfo) GetBase_MSRP() int32
func (*VehicleInfo) GetDrivenWheels ¶ added in v0.1.4
func (x *VehicleInfo) GetDrivenWheels() string
func (*VehicleInfo) GetEPAClass ¶ added in v0.1.4
func (x *VehicleInfo) GetEPAClass() string
func (*VehicleInfo) GetFuelTankCapacityGal ¶ added in v0.1.4
func (x *VehicleInfo) GetFuelTankCapacityGal() float32
func (*VehicleInfo) GetFuelType ¶ added in v0.1.4
func (x *VehicleInfo) GetFuelType() string
func (*VehicleInfo) GetMPG ¶ added in v0.1.4
func (x *VehicleInfo) GetMPG() float32
func (*VehicleInfo) GetMPGCity ¶ added in v0.1.4
func (x *VehicleInfo) GetMPGCity() float32
func (*VehicleInfo) GetMPGHighway ¶ added in v0.1.4
func (x *VehicleInfo) GetMPGHighway() float32
func (*VehicleInfo) GetNumberOfDoors ¶ added in v0.1.4
func (x *VehicleInfo) GetNumberOfDoors() int32
func (*VehicleInfo) GetVehicleType ¶ added in v0.1.4
func (x *VehicleInfo) GetVehicleType() string
func (*VehicleInfo) ProtoMessage ¶ added in v0.1.4
func (*VehicleInfo) ProtoMessage()
func (*VehicleInfo) ProtoReflect ¶ added in v0.1.4
func (x *VehicleInfo) ProtoReflect() protoreflect.Message
func (*VehicleInfo) Reset ¶ added in v0.1.4
func (x *VehicleInfo) Reset()
func (*VehicleInfo) String ¶ added in v0.1.4
func (x *VehicleInfo) String() string