Documentation ¶
Index ¶
- type DevicesClient
- type DevicesDescriptor
- func (d *DevicesDescriptor) AllApiDescriptors() []gotenclient.ApiDescriptor
- func (d *DevicesDescriptor) AllImportedServiceInfos() []gotenclient.ServiceImportInfo
- func (d *DevicesDescriptor) AllResourceDescriptors() []gotenresource.Descriptor
- func (d *DevicesDescriptor) GetNextVersion() string
- func (d *DevicesDescriptor) GetServiceDomain() string
- func (d *DevicesDescriptor) GetServiceName() string
- func (d *DevicesDescriptor) GetVersion() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevicesClient ¶
type DevicesClient interface { broker_client.BrokerServiceClient customized_image_client.CustomizedImageServiceClient device_client.DeviceServiceClient device_type_client.DeviceTypeServiceClient os_image_profile_client.OsImageProfileServiceClient os_version_client.OsVersionServiceClient project_client.ProjectServiceClient provisioning_approval_request_client.ProvisioningApprovalRequestServiceClient provisioning_policy_client.ProvisioningPolicyServiceClient public_client.PublicServiceClient }
func NewDevicesClient ¶
func NewDevicesClient(cc grpc.ClientConnInterface) DevicesClient
type DevicesDescriptor ¶ added in v0.4.28
type DevicesDescriptor struct{}
func GetDevicesDescriptor ¶ added in v0.4.28
func GetDevicesDescriptor() *DevicesDescriptor
func (*DevicesDescriptor) AllApiDescriptors ¶ added in v0.4.28
func (d *DevicesDescriptor) AllApiDescriptors() []gotenclient.ApiDescriptor
func (*DevicesDescriptor) AllImportedServiceInfos ¶ added in v0.8.0
func (d *DevicesDescriptor) AllImportedServiceInfos() []gotenclient.ServiceImportInfo
func (*DevicesDescriptor) AllResourceDescriptors ¶ added in v0.4.28
func (d *DevicesDescriptor) AllResourceDescriptors() []gotenresource.Descriptor
func (*DevicesDescriptor) GetNextVersion ¶ added in v0.4.28
func (d *DevicesDescriptor) GetNextVersion() string
func (*DevicesDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *DevicesDescriptor) GetServiceDomain() string
func (*DevicesDescriptor) GetServiceName ¶ added in v0.4.28
func (d *DevicesDescriptor) GetServiceName() string
func (*DevicesDescriptor) GetVersion ¶ added in v0.4.28
func (d *DevicesDescriptor) GetVersion() string
Click to show internal directories.
Click to hide internal directories.