Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + type ClaimDeviceRequest struct + CustomerId int64 + DeviceIdentifier *DeviceIdentifier + DeviceMetadata *DeviceMetadata + ForceSendFields []string + NullFields []string + SectionType string + func (s *ClaimDeviceRequest) MarshalJSON() ([]byte, error) + type ClaimDeviceResponse struct + DeviceId int64 + DeviceName string + ForceSendFields []string + NullFields []string + func (s *ClaimDeviceResponse) MarshalJSON() ([]byte, error) + type ClaimDevicesRequest struct + Claims []*PartnerClaim + ForceSendFields []string + NullFields []string + func (s *ClaimDevicesRequest) MarshalJSON() ([]byte, error) + type Company struct + AdminEmails []string + CompanyId int64 + CompanyName string + ForceSendFields []string + Name string + NullFields []string + OwnerEmails []string + TermsStatus string + func (s *Company) MarshalJSON() ([]byte, error) + type Configuration struct + CompanyName string + ConfigurationId int64 + ConfigurationName string + ContactEmail string + ContactPhone string + CustomMessage string + DpcExtras string + DpcResourcePath string + ForceSendFields []string + IsDefault bool + Name string + NullFields []string + func (s *Configuration) MarshalJSON() ([]byte, error) + type CreateCustomerRequest struct + Customer *Company + ForceSendFields []string + NullFields []string + func (s *CreateCustomerRequest) MarshalJSON() ([]byte, error) + type CustomerApplyConfigurationRequest struct + Configuration string + Device *DeviceReference + ForceSendFields []string + NullFields []string + func (s *CustomerApplyConfigurationRequest) MarshalJSON() ([]byte, error) + type CustomerListConfigurationsResponse struct + Configurations []*Configuration + ForceSendFields []string + NullFields []string + func (s *CustomerListConfigurationsResponse) MarshalJSON() ([]byte, error) + type CustomerListCustomersResponse struct + Customers []*Company + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *CustomerListCustomersResponse) MarshalJSON() ([]byte, error) + type CustomerListDevicesResponse struct + Devices []*Device + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *CustomerListDevicesResponse) MarshalJSON() ([]byte, error) + type CustomerListDpcsResponse struct + Dpcs []*Dpc + ForceSendFields []string + NullFields []string + func (s *CustomerListDpcsResponse) MarshalJSON() ([]byte, error) + type CustomerRemoveConfigurationRequest struct + Device *DeviceReference + ForceSendFields []string + NullFields []string + func (s *CustomerRemoveConfigurationRequest) MarshalJSON() ([]byte, error) + type CustomerUnclaimDeviceRequest struct + Device *DeviceReference + ForceSendFields []string + NullFields []string + func (s *CustomerUnclaimDeviceRequest) MarshalJSON() ([]byte, error) + type CustomersConfigurationsCreateCall struct + func (c *CustomersConfigurationsCreateCall) Context(ctx context.Context) *CustomersConfigurationsCreateCall + func (c *CustomersConfigurationsCreateCall) Do(opts ...googleapi.CallOption) (*Configuration, error) + func (c *CustomersConfigurationsCreateCall) Fields(s ...googleapi.Field) *CustomersConfigurationsCreateCall + func (c *CustomersConfigurationsCreateCall) Header() http.Header + type CustomersConfigurationsDeleteCall struct + func (c *CustomersConfigurationsDeleteCall) Context(ctx context.Context) *CustomersConfigurationsDeleteCall + func (c *CustomersConfigurationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *CustomersConfigurationsDeleteCall) Fields(s ...googleapi.Field) *CustomersConfigurationsDeleteCall + func (c *CustomersConfigurationsDeleteCall) Header() http.Header + type CustomersConfigurationsGetCall struct + func (c *CustomersConfigurationsGetCall) Context(ctx context.Context) *CustomersConfigurationsGetCall + func (c *CustomersConfigurationsGetCall) Do(opts ...googleapi.CallOption) (*Configuration, error) + func (c *CustomersConfigurationsGetCall) Fields(s ...googleapi.Field) *CustomersConfigurationsGetCall + func (c *CustomersConfigurationsGetCall) Header() http.Header + func (c *CustomersConfigurationsGetCall) IfNoneMatch(entityTag string) *CustomersConfigurationsGetCall + type CustomersConfigurationsListCall struct + func (c *CustomersConfigurationsListCall) Context(ctx context.Context) *CustomersConfigurationsListCall + func (c *CustomersConfigurationsListCall) Do(opts ...googleapi.CallOption) (*CustomerListConfigurationsResponse, error) + func (c *CustomersConfigurationsListCall) Fields(s ...googleapi.Field) *CustomersConfigurationsListCall + func (c *CustomersConfigurationsListCall) Header() http.Header + func (c *CustomersConfigurationsListCall) IfNoneMatch(entityTag string) *CustomersConfigurationsListCall + type CustomersConfigurationsPatchCall struct + func (c *CustomersConfigurationsPatchCall) Context(ctx context.Context) *CustomersConfigurationsPatchCall + func (c *CustomersConfigurationsPatchCall) Do(opts ...googleapi.CallOption) (*Configuration, error) + func (c *CustomersConfigurationsPatchCall) Fields(s ...googleapi.Field) *CustomersConfigurationsPatchCall + func (c *CustomersConfigurationsPatchCall) Header() http.Header + func (c *CustomersConfigurationsPatchCall) UpdateMask(updateMask string) *CustomersConfigurationsPatchCall + type CustomersConfigurationsService struct + func NewCustomersConfigurationsService(s *Service) *CustomersConfigurationsService + func (r *CustomersConfigurationsService) Create(parent string, configuration *Configuration) *CustomersConfigurationsCreateCall + func (r *CustomersConfigurationsService) Delete(name string) *CustomersConfigurationsDeleteCall + func (r *CustomersConfigurationsService) Get(name string) *CustomersConfigurationsGetCall + func (r *CustomersConfigurationsService) List(parent string) *CustomersConfigurationsListCall + func (r *CustomersConfigurationsService) Patch(name string, configuration *Configuration) *CustomersConfigurationsPatchCall + type CustomersDevicesApplyConfigurationCall struct + func (c *CustomersDevicesApplyConfigurationCall) Context(ctx context.Context) *CustomersDevicesApplyConfigurationCall + func (c *CustomersDevicesApplyConfigurationCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *CustomersDevicesApplyConfigurationCall) Fields(s ...googleapi.Field) *CustomersDevicesApplyConfigurationCall + func (c *CustomersDevicesApplyConfigurationCall) Header() http.Header + type CustomersDevicesGetCall struct + func (c *CustomersDevicesGetCall) Context(ctx context.Context) *CustomersDevicesGetCall + func (c *CustomersDevicesGetCall) Do(opts ...googleapi.CallOption) (*Device, error) + func (c *CustomersDevicesGetCall) Fields(s ...googleapi.Field) *CustomersDevicesGetCall + func (c *CustomersDevicesGetCall) Header() http.Header + func (c *CustomersDevicesGetCall) IfNoneMatch(entityTag string) *CustomersDevicesGetCall + type CustomersDevicesListCall struct + func (c *CustomersDevicesListCall) Context(ctx context.Context) *CustomersDevicesListCall + func (c *CustomersDevicesListCall) Do(opts ...googleapi.CallOption) (*CustomerListDevicesResponse, error) + func (c *CustomersDevicesListCall) Fields(s ...googleapi.Field) *CustomersDevicesListCall + func (c *CustomersDevicesListCall) Header() http.Header + func (c *CustomersDevicesListCall) IfNoneMatch(entityTag string) *CustomersDevicesListCall + func (c *CustomersDevicesListCall) PageSize(pageSize int64) *CustomersDevicesListCall + func (c *CustomersDevicesListCall) PageToken(pageToken string) *CustomersDevicesListCall + func (c *CustomersDevicesListCall) Pages(ctx context.Context, f func(*CustomerListDevicesResponse) error) error + type CustomersDevicesRemoveConfigurationCall struct + func (c *CustomersDevicesRemoveConfigurationCall) Context(ctx context.Context) *CustomersDevicesRemoveConfigurationCall + func (c *CustomersDevicesRemoveConfigurationCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *CustomersDevicesRemoveConfigurationCall) Fields(s ...googleapi.Field) *CustomersDevicesRemoveConfigurationCall + func (c *CustomersDevicesRemoveConfigurationCall) Header() http.Header + type CustomersDevicesService struct + func NewCustomersDevicesService(s *Service) *CustomersDevicesService + func (r *CustomersDevicesService) ApplyConfiguration(parent string, ...) *CustomersDevicesApplyConfigurationCall + func (r *CustomersDevicesService) Get(name string) *CustomersDevicesGetCall + func (r *CustomersDevicesService) List(parent string) *CustomersDevicesListCall + func (r *CustomersDevicesService) RemoveConfiguration(parent string, ...) *CustomersDevicesRemoveConfigurationCall + func (r *CustomersDevicesService) Unclaim(parent string, customerunclaimdevicerequest *CustomerUnclaimDeviceRequest) *CustomersDevicesUnclaimCall + type CustomersDevicesUnclaimCall struct + func (c *CustomersDevicesUnclaimCall) Context(ctx context.Context) *CustomersDevicesUnclaimCall + func (c *CustomersDevicesUnclaimCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *CustomersDevicesUnclaimCall) Fields(s ...googleapi.Field) *CustomersDevicesUnclaimCall + func (c *CustomersDevicesUnclaimCall) Header() http.Header + type CustomersDpcsListCall struct + func (c *CustomersDpcsListCall) Context(ctx context.Context) *CustomersDpcsListCall + func (c *CustomersDpcsListCall) Do(opts ...googleapi.CallOption) (*CustomerListDpcsResponse, error) + func (c *CustomersDpcsListCall) Fields(s ...googleapi.Field) *CustomersDpcsListCall + func (c *CustomersDpcsListCall) Header() http.Header + func (c *CustomersDpcsListCall) IfNoneMatch(entityTag string) *CustomersDpcsListCall + type CustomersDpcsService struct + func NewCustomersDpcsService(s *Service) *CustomersDpcsService + func (r *CustomersDpcsService) List(parent string) *CustomersDpcsListCall + type CustomersListCall struct + func (c *CustomersListCall) Context(ctx context.Context) *CustomersListCall + func (c *CustomersListCall) Do(opts ...googleapi.CallOption) (*CustomerListCustomersResponse, error) + func (c *CustomersListCall) Fields(s ...googleapi.Field) *CustomersListCall + func (c *CustomersListCall) Header() http.Header + func (c *CustomersListCall) IfNoneMatch(entityTag string) *CustomersListCall + func (c *CustomersListCall) PageSize(pageSize int64) *CustomersListCall + func (c *CustomersListCall) PageToken(pageToken string) *CustomersListCall + func (c *CustomersListCall) Pages(ctx context.Context, f func(*CustomerListCustomersResponse) error) error + type CustomersService struct + Configurations *CustomersConfigurationsService + Devices *CustomersDevicesService + Dpcs *CustomersDpcsService + func NewCustomersService(s *Service) *CustomersService + func (r *CustomersService) List() *CustomersListCall + type Device struct + Claims []*DeviceClaim + Configuration string + DeviceId int64 + DeviceIdentifier *DeviceIdentifier + DeviceMetadata *DeviceMetadata + ForceSendFields []string + Name string + NullFields []string + func (s *Device) MarshalJSON() ([]byte, error) + type DeviceClaim struct + ForceSendFields []string + NullFields []string + OwnerCompanyId int64 + ResellerId int64 + SectionType string + VacationModeExpireTime string + VacationModeStartTime string + func (s *DeviceClaim) MarshalJSON() ([]byte, error) + type DeviceIdentifier struct + ForceSendFields []string + Imei string + Manufacturer string + Meid string + Model string + NullFields []string + SerialNumber string + func (s *DeviceIdentifier) MarshalJSON() ([]byte, error) + type DeviceMetadata struct + Entries map[string]string + ForceSendFields []string + NullFields []string + func (s *DeviceMetadata) MarshalJSON() ([]byte, error) + type DeviceReference struct + DeviceId int64 + DeviceIdentifier *DeviceIdentifier + ForceSendFields []string + NullFields []string + func (s *DeviceReference) MarshalJSON() ([]byte, error) + type DevicesLongRunningOperationMetadata struct + DevicesCount int64 + ForceSendFields []string + NullFields []string + ProcessingStatus string + Progress int64 + func (s *DevicesLongRunningOperationMetadata) MarshalJSON() ([]byte, error) + type DevicesLongRunningOperationResponse struct + ForceSendFields []string + NullFields []string + PerDeviceStatus []*OperationPerDevice + SuccessCount int64 + func (s *DevicesLongRunningOperationResponse) MarshalJSON() ([]byte, error) + type Dpc struct + DpcName string + ForceSendFields []string + Name string + NullFields []string + PackageName string + func (s *Dpc) MarshalJSON() ([]byte, error) + type Empty struct + type FindDevicesByDeviceIdentifierRequest struct + DeviceIdentifier *DeviceIdentifier + ForceSendFields []string + Limit int64 + NullFields []string + PageToken string + func (s *FindDevicesByDeviceIdentifierRequest) MarshalJSON() ([]byte, error) + type FindDevicesByDeviceIdentifierResponse struct + Devices []*Device + ForceSendFields []string + NextPageToken string + NullFields []string + TotalSize int64 + func (s *FindDevicesByDeviceIdentifierResponse) MarshalJSON() ([]byte, error) + type FindDevicesByOwnerRequest struct + CustomerId googleapi.Int64s + ForceSendFields []string + Limit int64 + NullFields []string + PageToken string + SectionType string + func (s *FindDevicesByOwnerRequest) MarshalJSON() ([]byte, error) + type FindDevicesByOwnerResponse struct + Devices []*Device + ForceSendFields []string + NextPageToken string + NullFields []string + TotalSize int64 + func (s *FindDevicesByOwnerResponse) MarshalJSON() ([]byte, error) + type ListCustomersResponse struct + Customers []*Company + ForceSendFields []string + NextPageToken string + NullFields []string + TotalSize int64 + func (s *ListCustomersResponse) MarshalJSON() ([]byte, error) + type ListVendorCustomersResponse struct + Customers []*Company + ForceSendFields []string + NextPageToken string + NullFields []string + TotalSize int64 + func (s *ListVendorCustomersResponse) MarshalJSON() ([]byte, error) + type ListVendorsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + TotalSize int64 + Vendors []*Company + func (s *ListVendorsResponse) MarshalJSON() ([]byte, error) + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s *Operation) MarshalJSON() ([]byte, error) + type OperationPerDevice struct + Claim *PartnerClaim + ForceSendFields []string + NullFields []string + Result *PerDeviceStatusInBatch + Unclaim *PartnerUnclaim + UpdateMetadata *UpdateMetadataArguments + func (s *OperationPerDevice) MarshalJSON() ([]byte, error) + type OperationsGetCall struct + func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall + func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall + func (c *OperationsGetCall) Header() http.Header + func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall + type OperationsService struct + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) Get(name string) *OperationsGetCall + type PartnerClaim struct + CustomerId int64 + DeviceIdentifier *DeviceIdentifier + DeviceMetadata *DeviceMetadata + ForceSendFields []string + NullFields []string + SectionType string + func (s *PartnerClaim) MarshalJSON() ([]byte, error) + type PartnerUnclaim struct + DeviceId int64 + DeviceIdentifier *DeviceIdentifier + ForceSendFields []string + NullFields []string + SectionType string + VacationModeDays int64 + VacationModeExpireTime string + func (s *PartnerUnclaim) MarshalJSON() ([]byte, error) + type PartnersCustomersCreateCall struct + func (c *PartnersCustomersCreateCall) Context(ctx context.Context) *PartnersCustomersCreateCall + func (c *PartnersCustomersCreateCall) Do(opts ...googleapi.CallOption) (*Company, error) + func (c *PartnersCustomersCreateCall) Fields(s ...googleapi.Field) *PartnersCustomersCreateCall + func (c *PartnersCustomersCreateCall) Header() http.Header + type PartnersCustomersListCall struct + func (c *PartnersCustomersListCall) Context(ctx context.Context) *PartnersCustomersListCall + func (c *PartnersCustomersListCall) Do(opts ...googleapi.CallOption) (*ListCustomersResponse, error) + func (c *PartnersCustomersListCall) Fields(s ...googleapi.Field) *PartnersCustomersListCall + func (c *PartnersCustomersListCall) Header() http.Header + func (c *PartnersCustomersListCall) IfNoneMatch(entityTag string) *PartnersCustomersListCall + func (c *PartnersCustomersListCall) PageSize(pageSize int64) *PartnersCustomersListCall + func (c *PartnersCustomersListCall) PageToken(pageToken string) *PartnersCustomersListCall + func (c *PartnersCustomersListCall) Pages(ctx context.Context, f func(*ListCustomersResponse) error) error + type PartnersCustomersService struct + func NewPartnersCustomersService(s *Service) *PartnersCustomersService + func (r *PartnersCustomersService) Create(parent string, createcustomerrequest *CreateCustomerRequest) *PartnersCustomersCreateCall + func (r *PartnersCustomersService) List(partnerId int64) *PartnersCustomersListCall + type PartnersDevicesClaimAsyncCall struct + func (c *PartnersDevicesClaimAsyncCall) Context(ctx context.Context) *PartnersDevicesClaimAsyncCall + func (c *PartnersDevicesClaimAsyncCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *PartnersDevicesClaimAsyncCall) Fields(s ...googleapi.Field) *PartnersDevicesClaimAsyncCall + func (c *PartnersDevicesClaimAsyncCall) Header() http.Header + type PartnersDevicesClaimCall struct + func (c *PartnersDevicesClaimCall) Context(ctx context.Context) *PartnersDevicesClaimCall + func (c *PartnersDevicesClaimCall) Do(opts ...googleapi.CallOption) (*ClaimDeviceResponse, error) + func (c *PartnersDevicesClaimCall) Fields(s ...googleapi.Field) *PartnersDevicesClaimCall + func (c *PartnersDevicesClaimCall) Header() http.Header + type PartnersDevicesFindByIdentifierCall struct + func (c *PartnersDevicesFindByIdentifierCall) Context(ctx context.Context) *PartnersDevicesFindByIdentifierCall + func (c *PartnersDevicesFindByIdentifierCall) Do(opts ...googleapi.CallOption) (*FindDevicesByDeviceIdentifierResponse, error) + func (c *PartnersDevicesFindByIdentifierCall) Fields(s ...googleapi.Field) *PartnersDevicesFindByIdentifierCall + func (c *PartnersDevicesFindByIdentifierCall) Header() http.Header + func (c *PartnersDevicesFindByIdentifierCall) Pages(ctx context.Context, f func(*FindDevicesByDeviceIdentifierResponse) error) error + type PartnersDevicesFindByOwnerCall struct + func (c *PartnersDevicesFindByOwnerCall) Context(ctx context.Context) *PartnersDevicesFindByOwnerCall + func (c *PartnersDevicesFindByOwnerCall) Do(opts ...googleapi.CallOption) (*FindDevicesByOwnerResponse, error) + func (c *PartnersDevicesFindByOwnerCall) Fields(s ...googleapi.Field) *PartnersDevicesFindByOwnerCall + func (c *PartnersDevicesFindByOwnerCall) Header() http.Header + func (c *PartnersDevicesFindByOwnerCall) Pages(ctx context.Context, f func(*FindDevicesByOwnerResponse) error) error + type PartnersDevicesGetCall struct + func (c *PartnersDevicesGetCall) Context(ctx context.Context) *PartnersDevicesGetCall + func (c *PartnersDevicesGetCall) Do(opts ...googleapi.CallOption) (*Device, error) + func (c *PartnersDevicesGetCall) Fields(s ...googleapi.Field) *PartnersDevicesGetCall + func (c *PartnersDevicesGetCall) Header() http.Header + func (c *PartnersDevicesGetCall) IfNoneMatch(entityTag string) *PartnersDevicesGetCall + type PartnersDevicesMetadataCall struct + func (c *PartnersDevicesMetadataCall) Context(ctx context.Context) *PartnersDevicesMetadataCall + func (c *PartnersDevicesMetadataCall) Do(opts ...googleapi.CallOption) (*DeviceMetadata, error) + func (c *PartnersDevicesMetadataCall) Fields(s ...googleapi.Field) *PartnersDevicesMetadataCall + func (c *PartnersDevicesMetadataCall) Header() http.Header + type PartnersDevicesService struct + func NewPartnersDevicesService(s *Service) *PartnersDevicesService + func (r *PartnersDevicesService) Claim(partnerId int64, claimdevicerequest *ClaimDeviceRequest) *PartnersDevicesClaimCall + func (r *PartnersDevicesService) ClaimAsync(partnerId int64, claimdevicesrequest *ClaimDevicesRequest) *PartnersDevicesClaimAsyncCall + func (r *PartnersDevicesService) FindByIdentifier(partnerId int64, ...) *PartnersDevicesFindByIdentifierCall + func (r *PartnersDevicesService) FindByOwner(partnerId int64, finddevicesbyownerrequest *FindDevicesByOwnerRequest) *PartnersDevicesFindByOwnerCall + func (r *PartnersDevicesService) Get(name string) *PartnersDevicesGetCall + func (r *PartnersDevicesService) Metadata(metadataOwnerId int64, deviceId int64, ...) *PartnersDevicesMetadataCall + func (r *PartnersDevicesService) Unclaim(partnerId int64, unclaimdevicerequest *UnclaimDeviceRequest) *PartnersDevicesUnclaimCall + func (r *PartnersDevicesService) UnclaimAsync(partnerId int64, unclaimdevicesrequest *UnclaimDevicesRequest) *PartnersDevicesUnclaimAsyncCall + func (r *PartnersDevicesService) UpdateMetadataAsync(partnerId int64, ...) *PartnersDevicesUpdateMetadataAsyncCall + type PartnersDevicesUnclaimAsyncCall struct + func (c *PartnersDevicesUnclaimAsyncCall) Context(ctx context.Context) *PartnersDevicesUnclaimAsyncCall + func (c *PartnersDevicesUnclaimAsyncCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *PartnersDevicesUnclaimAsyncCall) Fields(s ...googleapi.Field) *PartnersDevicesUnclaimAsyncCall + func (c *PartnersDevicesUnclaimAsyncCall) Header() http.Header + type PartnersDevicesUnclaimCall struct + func (c *PartnersDevicesUnclaimCall) Context(ctx context.Context) *PartnersDevicesUnclaimCall + func (c *PartnersDevicesUnclaimCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *PartnersDevicesUnclaimCall) Fields(s ...googleapi.Field) *PartnersDevicesUnclaimCall + func (c *PartnersDevicesUnclaimCall) Header() http.Header + type PartnersDevicesUpdateMetadataAsyncCall struct + func (c *PartnersDevicesUpdateMetadataAsyncCall) Context(ctx context.Context) *PartnersDevicesUpdateMetadataAsyncCall + func (c *PartnersDevicesUpdateMetadataAsyncCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *PartnersDevicesUpdateMetadataAsyncCall) Fields(s ...googleapi.Field) *PartnersDevicesUpdateMetadataAsyncCall + func (c *PartnersDevicesUpdateMetadataAsyncCall) Header() http.Header + type PartnersService struct + Customers *PartnersCustomersService + Devices *PartnersDevicesService + Vendors *PartnersVendorsService + func NewPartnersService(s *Service) *PartnersService + type PartnersVendorsCustomersListCall struct + func (c *PartnersVendorsCustomersListCall) Context(ctx context.Context) *PartnersVendorsCustomersListCall + func (c *PartnersVendorsCustomersListCall) Do(opts ...googleapi.CallOption) (*ListVendorCustomersResponse, error) + func (c *PartnersVendorsCustomersListCall) Fields(s ...googleapi.Field) *PartnersVendorsCustomersListCall + func (c *PartnersVendorsCustomersListCall) Header() http.Header + func (c *PartnersVendorsCustomersListCall) IfNoneMatch(entityTag string) *PartnersVendorsCustomersListCall + func (c *PartnersVendorsCustomersListCall) PageSize(pageSize int64) *PartnersVendorsCustomersListCall + func (c *PartnersVendorsCustomersListCall) PageToken(pageToken string) *PartnersVendorsCustomersListCall + func (c *PartnersVendorsCustomersListCall) Pages(ctx context.Context, f func(*ListVendorCustomersResponse) error) error + type PartnersVendorsCustomersService struct + func NewPartnersVendorsCustomersService(s *Service) *PartnersVendorsCustomersService + func (r *PartnersVendorsCustomersService) List(parent string) *PartnersVendorsCustomersListCall + type PartnersVendorsListCall struct + func (c *PartnersVendorsListCall) Context(ctx context.Context) *PartnersVendorsListCall + func (c *PartnersVendorsListCall) Do(opts ...googleapi.CallOption) (*ListVendorsResponse, error) + func (c *PartnersVendorsListCall) Fields(s ...googleapi.Field) *PartnersVendorsListCall + func (c *PartnersVendorsListCall) Header() http.Header + func (c *PartnersVendorsListCall) IfNoneMatch(entityTag string) *PartnersVendorsListCall + func (c *PartnersVendorsListCall) PageSize(pageSize int64) *PartnersVendorsListCall + func (c *PartnersVendorsListCall) PageToken(pageToken string) *PartnersVendorsListCall + func (c *PartnersVendorsListCall) Pages(ctx context.Context, f func(*ListVendorsResponse) error) error + type PartnersVendorsService struct + Customers *PartnersVendorsCustomersService + func NewPartnersVendorsService(s *Service) *PartnersVendorsService + func (r *PartnersVendorsService) List(parent string) *PartnersVendorsListCall + type PerDeviceStatusInBatch struct + DeviceId int64 + ErrorIdentifier string + ErrorMessage string + ForceSendFields []string + NullFields []string + Status string + func (s *PerDeviceStatusInBatch) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Customers *CustomersService + Operations *OperationsService + Partners *PartnersService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type UnclaimDeviceRequest struct + DeviceId int64 + DeviceIdentifier *DeviceIdentifier + ForceSendFields []string + NullFields []string + SectionType string + VacationModeDays int64 + VacationModeExpireTime string + func (s *UnclaimDeviceRequest) MarshalJSON() ([]byte, error) + type UnclaimDevicesRequest struct + ForceSendFields []string + NullFields []string + Unclaims []*PartnerUnclaim + func (s *UnclaimDevicesRequest) MarshalJSON() ([]byte, error) + type UpdateDeviceMetadataInBatchRequest struct + ForceSendFields []string + NullFields []string + Updates []*UpdateMetadataArguments + func (s *UpdateDeviceMetadataInBatchRequest) MarshalJSON() ([]byte, error) + type UpdateDeviceMetadataRequest struct + DeviceMetadata *DeviceMetadata + ForceSendFields []string + NullFields []string + func (s *UpdateDeviceMetadataRequest) MarshalJSON() ([]byte, error) + type UpdateMetadataArguments struct + DeviceId int64 + DeviceIdentifier *DeviceIdentifier + DeviceMetadata *DeviceMetadata + ForceSendFields []string + NullFields []string + func (s *UpdateMetadataArguments) MarshalJSON() ([]byte, error)