Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const AdminDirectoryCustomerReadonlyScope + const AdminDirectoryCustomerScope + const AdminDirectoryDeviceChromeosReadonlyScope + const AdminDirectoryDeviceChromeosScope + const AdminDirectoryDeviceMobileActionScope + const AdminDirectoryDeviceMobileReadonlyScope + const AdminDirectoryDeviceMobileScope + const AdminDirectoryDomainReadonlyScope + const AdminDirectoryDomainScope + const AdminDirectoryGroupMemberReadonlyScope + const AdminDirectoryGroupMemberScope + const AdminDirectoryGroupReadonlyScope + const AdminDirectoryGroupScope + const AdminDirectoryOrgunitReadonlyScope + const AdminDirectoryOrgunitScope + const AdminDirectoryResourceCalendarReadonlyScope + const AdminDirectoryResourceCalendarScope + const AdminDirectoryRolemanagementReadonlyScope + const AdminDirectoryRolemanagementScope + const AdminDirectoryUserAliasReadonlyScope + const AdminDirectoryUserAliasScope + const AdminDirectoryUserReadonlyScope + const AdminDirectoryUserScope + const AdminDirectoryUserSecurityScope + const AdminDirectoryUserschemaReadonlyScope + const AdminDirectoryUserschemaScope + const CloudPlatformScope + type Alias struct + Alias string + Etag string + ForceSendFields []string + Id string + Kind string + NullFields []string + PrimaryEmail string + func (s *Alias) MarshalJSON() ([]byte, error) + type Aliases struct + Aliases []interface{} + Etag string + ForceSendFields []string + Kind string + NullFields []string + func (s *Aliases) MarshalJSON() ([]byte, error) + type Asp struct + CodeId int64 + CreationTime int64 + Etag string + ForceSendFields []string + Kind string + LastTimeUsed int64 + Name string + NullFields []string + UserKey string + func (s *Asp) MarshalJSON() ([]byte, error) + type Asps struct + Etag string + ForceSendFields []string + Items []*Asp + Kind string + NullFields []string + func (s *Asps) MarshalJSON() ([]byte, error) + type AspsDeleteCall struct + func (c *AspsDeleteCall) Context(ctx context.Context) *AspsDeleteCall + func (c *AspsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *AspsDeleteCall) Fields(s ...googleapi.Field) *AspsDeleteCall + func (c *AspsDeleteCall) Header() http.Header + type AspsGetCall struct + func (c *AspsGetCall) Context(ctx context.Context) *AspsGetCall + func (c *AspsGetCall) Do(opts ...googleapi.CallOption) (*Asp, error) + func (c *AspsGetCall) Fields(s ...googleapi.Field) *AspsGetCall + func (c *AspsGetCall) Header() http.Header + func (c *AspsGetCall) IfNoneMatch(entityTag string) *AspsGetCall + type AspsListCall struct + func (c *AspsListCall) Context(ctx context.Context) *AspsListCall + func (c *AspsListCall) Do(opts ...googleapi.CallOption) (*Asps, error) + func (c *AspsListCall) Fields(s ...googleapi.Field) *AspsListCall + func (c *AspsListCall) Header() http.Header + func (c *AspsListCall) IfNoneMatch(entityTag string) *AspsListCall + type AspsService struct + func NewAspsService(s *Service) *AspsService + func (r *AspsService) Delete(userKey string, codeId int64) *AspsDeleteCall + func (r *AspsService) Get(userKey string, codeId int64) *AspsGetCall + func (r *AspsService) List(userKey string) *AspsListCall + type Building struct + Address *BuildingAddress + BuildingId string + BuildingName string + Coordinates *BuildingCoordinates + Description string + Etags string + FloorNames []string + ForceSendFields []string + Kind string + NullFields []string + func (s *Building) MarshalJSON() ([]byte, error) + type BuildingAddress struct + AddressLines []string + AdministrativeArea string + ForceSendFields []string + LanguageCode string + Locality string + NullFields []string + PostalCode string + RegionCode string + Sublocality string + func (s *BuildingAddress) MarshalJSON() ([]byte, error) + type BuildingCoordinates struct + ForceSendFields []string + Latitude float64 + Longitude float64 + NullFields []string + func (s *BuildingCoordinates) MarshalJSON() ([]byte, error) + func (s *BuildingCoordinates) UnmarshalJSON(data []byte) error + type Buildings struct + Buildings []*Building + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + func (s *Buildings) MarshalJSON() ([]byte, error) + type CalendarResource struct + BuildingId string + Capacity int64 + Etags string + FeatureInstances interface{} + FloorName string + FloorSection string + ForceSendFields []string + GeneratedResourceName string + Kind string + NullFields []string + ResourceCategory string + ResourceDescription string + ResourceEmail string + ResourceId string + ResourceName string + ResourceType string + UserVisibleDescription string + func (s *CalendarResource) MarshalJSON() ([]byte, error) + type CalendarResources struct + Etag string + ForceSendFields []string + Items []*CalendarResource + Kind string + NextPageToken string + NullFields []string + func (s *CalendarResources) MarshalJSON() ([]byte, error) + type Channel struct + Address string + Expiration int64 + ForceSendFields []string + Id string + Kind string + NullFields []string + Params map[string]string + Payload bool + ResourceId string + ResourceUri string + Token string + Type string + func (s *Channel) MarshalJSON() ([]byte, error) + type ChannelsService struct + func NewChannelsService(s *Service) *ChannelsService + func (r *ChannelsService) Stop(channel *Channel) *ChannelsStopCall + type ChannelsStopCall struct + func (c *ChannelsStopCall) Context(ctx context.Context) *ChannelsStopCall + func (c *ChannelsStopCall) Do(opts ...googleapi.CallOption) error + func (c *ChannelsStopCall) Fields(s ...googleapi.Field) *ChannelsStopCall + func (c *ChannelsStopCall) Header() http.Header + type ChromeOsDevice struct + ActiveTimeRanges []*ChromeOsDeviceActiveTimeRanges + AnnotatedAssetId string + AnnotatedLocation string + AnnotatedUser string + AutoUpdateExpiration int64 + BootMode string + CpuStatusReports []*ChromeOsDeviceCpuStatusReports + DeviceFiles []*ChromeOsDeviceDeviceFiles + DeviceId string + DiskVolumeReports []*ChromeOsDeviceDiskVolumeReports + DockMacAddress string + Etag string + EthernetMacAddress string + EthernetMacAddress0 string + FirmwareVersion string + ForceSendFields []string + Kind string + LastEnrollmentTime string + LastKnownNetwork []*ChromeOsDeviceLastKnownNetwork + LastSync string + MacAddress string + ManufactureDate string + Meid string + Model string + Notes string + NullFields []string + OrderNumber string + OrgUnitPath string + OsVersion string + PlatformVersion string + RecentUsers []*RecentUsers + SerialNumber string + Status string + SupportEndDate string + SystemRamFreeReports []*ChromeOsDeviceSystemRamFreeReports + SystemRamTotal int64 + TpmVersionInfo *ChromeOsDeviceTpmVersionInfo + WillAutoRenew bool + func (s *ChromeOsDevice) MarshalJSON() ([]byte, error) + type ChromeOsDeviceAction struct + Action string + DeprovisionReason string + ForceSendFields []string + NullFields []string + func (s *ChromeOsDeviceAction) MarshalJSON() ([]byte, error) + type ChromeOsDeviceActiveTimeRanges struct + ActiveTime int64 + Date string + ForceSendFields []string + NullFields []string + func (s *ChromeOsDeviceActiveTimeRanges) MarshalJSON() ([]byte, error) + type ChromeOsDeviceCpuStatusReports struct + CpuTemperatureInfo []*ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo + CpuUtilizationPercentageInfo []int64 + ForceSendFields []string + NullFields []string + ReportTime string + func (s *ChromeOsDeviceCpuStatusReports) MarshalJSON() ([]byte, error) + type ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo struct + ForceSendFields []string + Label string + NullFields []string + Temperature int64 + func (s *ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo) MarshalJSON() ([]byte, error) + type ChromeOsDeviceDeviceFiles struct + CreateTime string + DownloadUrl string + ForceSendFields []string + Name string + NullFields []string + Type string + func (s *ChromeOsDeviceDeviceFiles) MarshalJSON() ([]byte, error) + type ChromeOsDeviceDiskVolumeReports struct + ForceSendFields []string + NullFields []string + VolumeInfo []*ChromeOsDeviceDiskVolumeReportsVolumeInfo + func (s *ChromeOsDeviceDiskVolumeReports) MarshalJSON() ([]byte, error) + type ChromeOsDeviceDiskVolumeReportsVolumeInfo struct + ForceSendFields []string + NullFields []string + StorageFree int64 + StorageTotal int64 + VolumeId string + func (s *ChromeOsDeviceDiskVolumeReportsVolumeInfo) MarshalJSON() ([]byte, error) + type ChromeOsDeviceLastKnownNetwork struct + ForceSendFields []string + IpAddress string + NullFields []string + WanIpAddress string + func (s *ChromeOsDeviceLastKnownNetwork) MarshalJSON() ([]byte, error) + type ChromeOsDeviceSystemRamFreeReports struct + ForceSendFields []string + NullFields []string + ReportTime string + SystemRamFreeInfo googleapi.Int64s + func (s *ChromeOsDeviceSystemRamFreeReports) MarshalJSON() ([]byte, error) + type ChromeOsDeviceTpmVersionInfo struct + Family string + FirmwareVersion string + ForceSendFields []string + Manufacturer string + NullFields []string + SpecLevel string + TpmModel string + VendorSpecific string + func (s *ChromeOsDeviceTpmVersionInfo) MarshalJSON() ([]byte, error) + type ChromeOsDevices struct + Chromeosdevices []*ChromeOsDevice + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + func (s *ChromeOsDevices) MarshalJSON() ([]byte, error) + type ChromeOsMoveDevicesToOu struct + DeviceIds []string + ForceSendFields []string + NullFields []string + func (s *ChromeOsMoveDevicesToOu) MarshalJSON() ([]byte, error) + type ChromeosdevicesActionCall struct + func (c *ChromeosdevicesActionCall) Context(ctx context.Context) *ChromeosdevicesActionCall + func (c *ChromeosdevicesActionCall) Do(opts ...googleapi.CallOption) error + func (c *ChromeosdevicesActionCall) Fields(s ...googleapi.Field) *ChromeosdevicesActionCall + func (c *ChromeosdevicesActionCall) Header() http.Header + type ChromeosdevicesGetCall struct + func (c *ChromeosdevicesGetCall) Context(ctx context.Context) *ChromeosdevicesGetCall + func (c *ChromeosdevicesGetCall) Do(opts ...googleapi.CallOption) (*ChromeOsDevice, error) + func (c *ChromeosdevicesGetCall) Fields(s ...googleapi.Field) *ChromeosdevicesGetCall + func (c *ChromeosdevicesGetCall) Header() http.Header + func (c *ChromeosdevicesGetCall) IfNoneMatch(entityTag string) *ChromeosdevicesGetCall + func (c *ChromeosdevicesGetCall) Projection(projection string) *ChromeosdevicesGetCall + type ChromeosdevicesListCall struct + func (c *ChromeosdevicesListCall) Context(ctx context.Context) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) Do(opts ...googleapi.CallOption) (*ChromeOsDevices, error) + func (c *ChromeosdevicesListCall) Fields(s ...googleapi.Field) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) Header() http.Header + func (c *ChromeosdevicesListCall) IfNoneMatch(entityTag string) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) MaxResults(maxResults int64) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) OrderBy(orderBy string) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) OrgUnitPath(orgUnitPath string) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) PageToken(pageToken string) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) Pages(ctx context.Context, f func(*ChromeOsDevices) error) error + func (c *ChromeosdevicesListCall) Projection(projection string) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) Query(query string) *ChromeosdevicesListCall + func (c *ChromeosdevicesListCall) SortOrder(sortOrder string) *ChromeosdevicesListCall + type ChromeosdevicesMoveDevicesToOuCall struct + func (c *ChromeosdevicesMoveDevicesToOuCall) Context(ctx context.Context) *ChromeosdevicesMoveDevicesToOuCall + func (c *ChromeosdevicesMoveDevicesToOuCall) Do(opts ...googleapi.CallOption) error + func (c *ChromeosdevicesMoveDevicesToOuCall) Fields(s ...googleapi.Field) *ChromeosdevicesMoveDevicesToOuCall + func (c *ChromeosdevicesMoveDevicesToOuCall) Header() http.Header + type ChromeosdevicesPatchCall struct + func (c *ChromeosdevicesPatchCall) Context(ctx context.Context) *ChromeosdevicesPatchCall + func (c *ChromeosdevicesPatchCall) Do(opts ...googleapi.CallOption) (*ChromeOsDevice, error) + func (c *ChromeosdevicesPatchCall) Fields(s ...googleapi.Field) *ChromeosdevicesPatchCall + func (c *ChromeosdevicesPatchCall) Header() http.Header + func (c *ChromeosdevicesPatchCall) Projection(projection string) *ChromeosdevicesPatchCall + type ChromeosdevicesService struct + func NewChromeosdevicesService(s *Service) *ChromeosdevicesService + func (r *ChromeosdevicesService) Action(customerId string, resourceId string, ...) *ChromeosdevicesActionCall + func (r *ChromeosdevicesService) Get(customerId string, deviceId string) *ChromeosdevicesGetCall + func (r *ChromeosdevicesService) List(customerId string) *ChromeosdevicesListCall + func (r *ChromeosdevicesService) MoveDevicesToOu(customerId string, orgUnitPath string, ...) *ChromeosdevicesMoveDevicesToOuCall + func (r *ChromeosdevicesService) Patch(customerId string, deviceId string, chromeosdevice *ChromeOsDevice) *ChromeosdevicesPatchCall + func (r *ChromeosdevicesService) Update(customerId string, deviceId string, chromeosdevice *ChromeOsDevice) *ChromeosdevicesUpdateCall + type ChromeosdevicesUpdateCall struct + func (c *ChromeosdevicesUpdateCall) Context(ctx context.Context) *ChromeosdevicesUpdateCall + func (c *ChromeosdevicesUpdateCall) Do(opts ...googleapi.CallOption) (*ChromeOsDevice, error) + func (c *ChromeosdevicesUpdateCall) Fields(s ...googleapi.Field) *ChromeosdevicesUpdateCall + func (c *ChromeosdevicesUpdateCall) Header() http.Header + func (c *ChromeosdevicesUpdateCall) Projection(projection string) *ChromeosdevicesUpdateCall + type Customer struct + AlternateEmail string + CustomerCreationTime string + CustomerDomain string + Etag string + ForceSendFields []string + Id string + Kind string + Language string + NullFields []string + PhoneNumber string + PostalAddress *CustomerPostalAddress + func (s *Customer) MarshalJSON() ([]byte, error) + type CustomerDevicesChromeosCommandsGetCall struct + func (c *CustomerDevicesChromeosCommandsGetCall) Context(ctx context.Context) *CustomerDevicesChromeosCommandsGetCall + func (c *CustomerDevicesChromeosCommandsGetCall) Do(opts ...googleapi.CallOption) (*DirectoryChromeosdevicesCommand, error) + func (c *CustomerDevicesChromeosCommandsGetCall) Fields(s ...googleapi.Field) *CustomerDevicesChromeosCommandsGetCall + func (c *CustomerDevicesChromeosCommandsGetCall) Header() http.Header + func (c *CustomerDevicesChromeosCommandsGetCall) IfNoneMatch(entityTag string) *CustomerDevicesChromeosCommandsGetCall + type CustomerDevicesChromeosCommandsService struct + func NewCustomerDevicesChromeosCommandsService(s *Service) *CustomerDevicesChromeosCommandsService + func (r *CustomerDevicesChromeosCommandsService) Get(customerId string, deviceId string, commandId int64) *CustomerDevicesChromeosCommandsGetCall + type CustomerDevicesChromeosIssueCommandCall struct + func (c *CustomerDevicesChromeosIssueCommandCall) Context(ctx context.Context) *CustomerDevicesChromeosIssueCommandCall + func (c *CustomerDevicesChromeosIssueCommandCall) Do(opts ...googleapi.CallOption) (*DirectoryChromeosdevicesIssueCommandResponse, error) + func (c *CustomerDevicesChromeosIssueCommandCall) Fields(s ...googleapi.Field) *CustomerDevicesChromeosIssueCommandCall + func (c *CustomerDevicesChromeosIssueCommandCall) Header() http.Header + type CustomerDevicesChromeosService struct + Commands *CustomerDevicesChromeosCommandsService + func NewCustomerDevicesChromeosService(s *Service) *CustomerDevicesChromeosService + func (r *CustomerDevicesChromeosService) IssueCommand(customerId string, deviceId string, ...) *CustomerDevicesChromeosIssueCommandCall + type CustomerDevicesService struct + Chromeos *CustomerDevicesChromeosService + func NewCustomerDevicesService(s *Service) *CustomerDevicesService + type CustomerPostalAddress struct + AddressLine1 string + AddressLine2 string + AddressLine3 string + ContactName string + CountryCode string + ForceSendFields []string + Locality string + NullFields []string + OrganizationName string + PostalCode string + Region string + func (s *CustomerPostalAddress) MarshalJSON() ([]byte, error) + type CustomerService struct + Devices *CustomerDevicesService + func NewCustomerService(s *Service) *CustomerService + type CustomersGetCall struct + func (c *CustomersGetCall) Context(ctx context.Context) *CustomersGetCall + func (c *CustomersGetCall) Do(opts ...googleapi.CallOption) (*Customer, error) + func (c *CustomersGetCall) Fields(s ...googleapi.Field) *CustomersGetCall + func (c *CustomersGetCall) Header() http.Header + func (c *CustomersGetCall) IfNoneMatch(entityTag string) *CustomersGetCall + type CustomersPatchCall struct + func (c *CustomersPatchCall) Context(ctx context.Context) *CustomersPatchCall + func (c *CustomersPatchCall) Do(opts ...googleapi.CallOption) (*Customer, error) + func (c *CustomersPatchCall) Fields(s ...googleapi.Field) *CustomersPatchCall + func (c *CustomersPatchCall) Header() http.Header + type CustomersService struct + func NewCustomersService(s *Service) *CustomersService + func (r *CustomersService) Get(customerKey string) *CustomersGetCall + func (r *CustomersService) Patch(customerKey string, customer *Customer) *CustomersPatchCall + func (r *CustomersService) Update(customerKey string, customer *Customer) *CustomersUpdateCall + type CustomersUpdateCall struct + func (c *CustomersUpdateCall) Context(ctx context.Context) *CustomersUpdateCall + func (c *CustomersUpdateCall) Do(opts ...googleapi.CallOption) (*Customer, error) + func (c *CustomersUpdateCall) Fields(s ...googleapi.Field) *CustomersUpdateCall + func (c *CustomersUpdateCall) Header() http.Header + type DirectoryChromeosdevicesCommand struct + CommandExpireTime string + CommandId int64 + CommandResult *DirectoryChromeosdevicesCommandResult + ForceSendFields []string + IssueTime string + NullFields []string + Payload string + State string + Type string + func (s *DirectoryChromeosdevicesCommand) MarshalJSON() ([]byte, error) + type DirectoryChromeosdevicesCommandResult struct + ErrorMessage string + ExecuteTime string + ForceSendFields []string + NullFields []string + Result string + func (s *DirectoryChromeosdevicesCommandResult) MarshalJSON() ([]byte, error) + type DirectoryChromeosdevicesIssueCommandRequest struct + CommandType string + ForceSendFields []string + NullFields []string + Payload string + func (s *DirectoryChromeosdevicesIssueCommandRequest) MarshalJSON() ([]byte, error) + type DirectoryChromeosdevicesIssueCommandResponse struct + CommandId int64 + ForceSendFields []string + NullFields []string + func (s *DirectoryChromeosdevicesIssueCommandResponse) MarshalJSON() ([]byte, error) + type DomainAlias struct + CreationTime int64 + DomainAliasName string + Etag string + ForceSendFields []string + Kind string + NullFields []string + ParentDomainName string + Verified bool + func (s *DomainAlias) MarshalJSON() ([]byte, error) + type DomainAliases struct + DomainAliases []*DomainAlias + Etag string + ForceSendFields []string + Kind string + NullFields []string + func (s *DomainAliases) MarshalJSON() ([]byte, error) + type DomainAliasesDeleteCall struct + func (c *DomainAliasesDeleteCall) Context(ctx context.Context) *DomainAliasesDeleteCall + func (c *DomainAliasesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *DomainAliasesDeleteCall) Fields(s ...googleapi.Field) *DomainAliasesDeleteCall + func (c *DomainAliasesDeleteCall) Header() http.Header + type DomainAliasesGetCall struct + func (c *DomainAliasesGetCall) Context(ctx context.Context) *DomainAliasesGetCall + func (c *DomainAliasesGetCall) Do(opts ...googleapi.CallOption) (*DomainAlias, error) + func (c *DomainAliasesGetCall) Fields(s ...googleapi.Field) *DomainAliasesGetCall + func (c *DomainAliasesGetCall) Header() http.Header + func (c *DomainAliasesGetCall) IfNoneMatch(entityTag string) *DomainAliasesGetCall + type DomainAliasesInsertCall struct + func (c *DomainAliasesInsertCall) Context(ctx context.Context) *DomainAliasesInsertCall + func (c *DomainAliasesInsertCall) Do(opts ...googleapi.CallOption) (*DomainAlias, error) + func (c *DomainAliasesInsertCall) Fields(s ...googleapi.Field) *DomainAliasesInsertCall + func (c *DomainAliasesInsertCall) Header() http.Header + type DomainAliasesListCall struct + func (c *DomainAliasesListCall) Context(ctx context.Context) *DomainAliasesListCall + func (c *DomainAliasesListCall) Do(opts ...googleapi.CallOption) (*DomainAliases, error) + func (c *DomainAliasesListCall) Fields(s ...googleapi.Field) *DomainAliasesListCall + func (c *DomainAliasesListCall) Header() http.Header + func (c *DomainAliasesListCall) IfNoneMatch(entityTag string) *DomainAliasesListCall + func (c *DomainAliasesListCall) ParentDomainName(parentDomainName string) *DomainAliasesListCall + type DomainAliasesService struct + func NewDomainAliasesService(s *Service) *DomainAliasesService + func (r *DomainAliasesService) Delete(customer string, domainAliasName string) *DomainAliasesDeleteCall + func (r *DomainAliasesService) Get(customer string, domainAliasName string) *DomainAliasesGetCall + func (r *DomainAliasesService) Insert(customer string, domainalias *DomainAlias) *DomainAliasesInsertCall + func (r *DomainAliasesService) List(customer string) *DomainAliasesListCall + type Domains struct + CreationTime int64 + DomainAliases []*DomainAlias + DomainName string + Etag string + ForceSendFields []string + IsPrimary bool + Kind string + NullFields []string + Verified bool + func (s *Domains) MarshalJSON() ([]byte, error) + type Domains2 struct + Domains []*Domains + Etag string + ForceSendFields []string + Kind string + NullFields []string + func (s *Domains2) MarshalJSON() ([]byte, error) + type DomainsDeleteCall struct + func (c *DomainsDeleteCall) Context(ctx context.Context) *DomainsDeleteCall + func (c *DomainsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *DomainsDeleteCall) Fields(s ...googleapi.Field) *DomainsDeleteCall + func (c *DomainsDeleteCall) Header() http.Header + type DomainsGetCall struct + func (c *DomainsGetCall) Context(ctx context.Context) *DomainsGetCall + func (c *DomainsGetCall) Do(opts ...googleapi.CallOption) (*Domains, error) + func (c *DomainsGetCall) Fields(s ...googleapi.Field) *DomainsGetCall + func (c *DomainsGetCall) Header() http.Header + func (c *DomainsGetCall) IfNoneMatch(entityTag string) *DomainsGetCall + type DomainsInsertCall struct + func (c *DomainsInsertCall) Context(ctx context.Context) *DomainsInsertCall + func (c *DomainsInsertCall) Do(opts ...googleapi.CallOption) (*Domains, error) + func (c *DomainsInsertCall) Fields(s ...googleapi.Field) *DomainsInsertCall + func (c *DomainsInsertCall) Header() http.Header + type DomainsListCall struct + func (c *DomainsListCall) Context(ctx context.Context) *DomainsListCall + func (c *DomainsListCall) Do(opts ...googleapi.CallOption) (*Domains2, error) + func (c *DomainsListCall) Fields(s ...googleapi.Field) *DomainsListCall + func (c *DomainsListCall) Header() http.Header + func (c *DomainsListCall) IfNoneMatch(entityTag string) *DomainsListCall + type DomainsService struct + func NewDomainsService(s *Service) *DomainsService + func (r *DomainsService) Delete(customer string, domainName string) *DomainsDeleteCall + func (r *DomainsService) Get(customer string, domainName string) *DomainsGetCall + func (r *DomainsService) Insert(customer string, domains *Domains) *DomainsInsertCall + func (r *DomainsService) List(customer string) *DomainsListCall + type Feature struct + Etags string + ForceSendFields []string + Kind string + Name string + NullFields []string + func (s *Feature) MarshalJSON() ([]byte, error) + type FeatureInstance struct + Feature *Feature + ForceSendFields []string + NullFields []string + func (s *FeatureInstance) MarshalJSON() ([]byte, error) + type FeatureRename struct + ForceSendFields []string + NewName string + NullFields []string + func (s *FeatureRename) MarshalJSON() ([]byte, error) + type Features struct + Etag string + Features []*Feature + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + func (s *Features) MarshalJSON() ([]byte, error) + type Group struct + AdminCreated bool + Aliases []string + Description string + DirectMembersCount int64 + Email string + Etag string + ForceSendFields []string + Id string + Kind string + Name string + NonEditableAliases []string + NullFields []string + func (s *Group) MarshalJSON() ([]byte, error) + type Groups struct + Etag string + ForceSendFields []string + Groups []*Group + Kind string + NextPageToken string + NullFields []string + func (s *Groups) MarshalJSON() ([]byte, error) + type GroupsAliasesDeleteCall struct + func (c *GroupsAliasesDeleteCall) Context(ctx context.Context) *GroupsAliasesDeleteCall + func (c *GroupsAliasesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *GroupsAliasesDeleteCall) Fields(s ...googleapi.Field) *GroupsAliasesDeleteCall + func (c *GroupsAliasesDeleteCall) Header() http.Header + type GroupsAliasesInsertCall struct + func (c *GroupsAliasesInsertCall) Context(ctx context.Context) *GroupsAliasesInsertCall + func (c *GroupsAliasesInsertCall) Do(opts ...googleapi.CallOption) (*Alias, error) + func (c *GroupsAliasesInsertCall) Fields(s ...googleapi.Field) *GroupsAliasesInsertCall + func (c *GroupsAliasesInsertCall) Header() http.Header + type GroupsAliasesListCall struct + func (c *GroupsAliasesListCall) Context(ctx context.Context) *GroupsAliasesListCall + func (c *GroupsAliasesListCall) Do(opts ...googleapi.CallOption) (*Aliases, error) + func (c *GroupsAliasesListCall) Fields(s ...googleapi.Field) *GroupsAliasesListCall + func (c *GroupsAliasesListCall) Header() http.Header + func (c *GroupsAliasesListCall) IfNoneMatch(entityTag string) *GroupsAliasesListCall + type GroupsAliasesService struct + func NewGroupsAliasesService(s *Service) *GroupsAliasesService + func (r *GroupsAliasesService) Delete(groupKey string, alias string) *GroupsAliasesDeleteCall + func (r *GroupsAliasesService) Insert(groupKey string, alias *Alias) *GroupsAliasesInsertCall + func (r *GroupsAliasesService) List(groupKey string) *GroupsAliasesListCall + type GroupsDeleteCall struct + func (c *GroupsDeleteCall) Context(ctx context.Context) *GroupsDeleteCall + func (c *GroupsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *GroupsDeleteCall) Fields(s ...googleapi.Field) *GroupsDeleteCall + func (c *GroupsDeleteCall) Header() http.Header + type GroupsGetCall struct + func (c *GroupsGetCall) Context(ctx context.Context) *GroupsGetCall + func (c *GroupsGetCall) Do(opts ...googleapi.CallOption) (*Group, error) + func (c *GroupsGetCall) Fields(s ...googleapi.Field) *GroupsGetCall + func (c *GroupsGetCall) Header() http.Header + func (c *GroupsGetCall) IfNoneMatch(entityTag string) *GroupsGetCall + type GroupsInsertCall struct + func (c *GroupsInsertCall) Context(ctx context.Context) *GroupsInsertCall + func (c *GroupsInsertCall) Do(opts ...googleapi.CallOption) (*Group, error) + func (c *GroupsInsertCall) Fields(s ...googleapi.Field) *GroupsInsertCall + func (c *GroupsInsertCall) Header() http.Header + type GroupsListCall struct + func (c *GroupsListCall) Context(ctx context.Context) *GroupsListCall + func (c *GroupsListCall) Customer(customer string) *GroupsListCall + func (c *GroupsListCall) Do(opts ...googleapi.CallOption) (*Groups, error) + func (c *GroupsListCall) Domain(domain string) *GroupsListCall + func (c *GroupsListCall) Fields(s ...googleapi.Field) *GroupsListCall + func (c *GroupsListCall) Header() http.Header + func (c *GroupsListCall) IfNoneMatch(entityTag string) *GroupsListCall + func (c *GroupsListCall) MaxResults(maxResults int64) *GroupsListCall + func (c *GroupsListCall) OrderBy(orderBy string) *GroupsListCall + func (c *GroupsListCall) PageToken(pageToken string) *GroupsListCall + func (c *GroupsListCall) Pages(ctx context.Context, f func(*Groups) error) error + func (c *GroupsListCall) Query(query string) *GroupsListCall + func (c *GroupsListCall) SortOrder(sortOrder string) *GroupsListCall + func (c *GroupsListCall) UserKey(userKey string) *GroupsListCall + type GroupsPatchCall struct + func (c *GroupsPatchCall) Context(ctx context.Context) *GroupsPatchCall + func (c *GroupsPatchCall) Do(opts ...googleapi.CallOption) (*Group, error) + func (c *GroupsPatchCall) Fields(s ...googleapi.Field) *GroupsPatchCall + func (c *GroupsPatchCall) Header() http.Header + type GroupsService struct + Aliases *GroupsAliasesService + func NewGroupsService(s *Service) *GroupsService + func (r *GroupsService) Delete(groupKey string) *GroupsDeleteCall + func (r *GroupsService) Get(groupKey string) *GroupsGetCall + func (r *GroupsService) Insert(group *Group) *GroupsInsertCall + func (r *GroupsService) List() *GroupsListCall + func (r *GroupsService) Patch(groupKey string, group *Group) *GroupsPatchCall + func (r *GroupsService) Update(groupKey string, group *Group) *GroupsUpdateCall + type GroupsUpdateCall struct + func (c *GroupsUpdateCall) Context(ctx context.Context) *GroupsUpdateCall + func (c *GroupsUpdateCall) Do(opts ...googleapi.CallOption) (*Group, error) + func (c *GroupsUpdateCall) Fields(s ...googleapi.Field) *GroupsUpdateCall + func (c *GroupsUpdateCall) Header() http.Header + type Member struct + DeliverySettings string + Email string + Etag string + ForceSendFields []string + Id string + Kind string + NullFields []string + Role string + Status string + Type string + func (s *Member) MarshalJSON() ([]byte, error) + type Members struct + Etag string + ForceSendFields []string + Kind string + Members []*Member + NextPageToken string + NullFields []string + func (s *Members) MarshalJSON() ([]byte, error) + type MembersDeleteCall struct + func (c *MembersDeleteCall) Context(ctx context.Context) *MembersDeleteCall + func (c *MembersDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *MembersDeleteCall) Fields(s ...googleapi.Field) *MembersDeleteCall + func (c *MembersDeleteCall) Header() http.Header + type MembersGetCall struct + func (c *MembersGetCall) Context(ctx context.Context) *MembersGetCall + func (c *MembersGetCall) Do(opts ...googleapi.CallOption) (*Member, error) + func (c *MembersGetCall) Fields(s ...googleapi.Field) *MembersGetCall + func (c *MembersGetCall) Header() http.Header + func (c *MembersGetCall) IfNoneMatch(entityTag string) *MembersGetCall + type MembersHasMember struct + ForceSendFields []string + IsMember bool + NullFields []string + func (s *MembersHasMember) MarshalJSON() ([]byte, error) + type MembersHasMemberCall struct + func (c *MembersHasMemberCall) Context(ctx context.Context) *MembersHasMemberCall + func (c *MembersHasMemberCall) Do(opts ...googleapi.CallOption) (*MembersHasMember, error) + func (c *MembersHasMemberCall) Fields(s ...googleapi.Field) *MembersHasMemberCall + func (c *MembersHasMemberCall) Header() http.Header + func (c *MembersHasMemberCall) IfNoneMatch(entityTag string) *MembersHasMemberCall + type MembersInsertCall struct + func (c *MembersInsertCall) Context(ctx context.Context) *MembersInsertCall + func (c *MembersInsertCall) Do(opts ...googleapi.CallOption) (*Member, error) + func (c *MembersInsertCall) Fields(s ...googleapi.Field) *MembersInsertCall + func (c *MembersInsertCall) Header() http.Header + type MembersListCall struct + func (c *MembersListCall) Context(ctx context.Context) *MembersListCall + func (c *MembersListCall) Do(opts ...googleapi.CallOption) (*Members, error) + func (c *MembersListCall) Fields(s ...googleapi.Field) *MembersListCall + func (c *MembersListCall) Header() http.Header + func (c *MembersListCall) IfNoneMatch(entityTag string) *MembersListCall + func (c *MembersListCall) IncludeDerivedMembership(includeDerivedMembership bool) *MembersListCall + func (c *MembersListCall) MaxResults(maxResults int64) *MembersListCall + func (c *MembersListCall) PageToken(pageToken string) *MembersListCall + func (c *MembersListCall) Pages(ctx context.Context, f func(*Members) error) error + func (c *MembersListCall) Roles(roles string) *MembersListCall + type MembersPatchCall struct + func (c *MembersPatchCall) Context(ctx context.Context) *MembersPatchCall + func (c *MembersPatchCall) Do(opts ...googleapi.CallOption) (*Member, error) + func (c *MembersPatchCall) Fields(s ...googleapi.Field) *MembersPatchCall + func (c *MembersPatchCall) Header() http.Header + type MembersService struct + func NewMembersService(s *Service) *MembersService + func (r *MembersService) Delete(groupKey string, memberKey string) *MembersDeleteCall + func (r *MembersService) Get(groupKey string, memberKey string) *MembersGetCall + func (r *MembersService) HasMember(groupKey string, memberKey string) *MembersHasMemberCall + func (r *MembersService) Insert(groupKey string, member *Member) *MembersInsertCall + func (r *MembersService) List(groupKey string) *MembersListCall + func (r *MembersService) Patch(groupKey string, memberKey string, member *Member) *MembersPatchCall + func (r *MembersService) Update(groupKey string, memberKey string, member *Member) *MembersUpdateCall + type MembersUpdateCall struct + func (c *MembersUpdateCall) Context(ctx context.Context) *MembersUpdateCall + func (c *MembersUpdateCall) Do(opts ...googleapi.CallOption) (*Member, error) + func (c *MembersUpdateCall) Fields(s ...googleapi.Field) *MembersUpdateCall + func (c *MembersUpdateCall) Header() http.Header + type MobileDevice struct + AdbStatus bool + Applications []*MobileDeviceApplications + BasebandVersion string + BootloaderVersion string + Brand string + BuildNumber string + DefaultLanguage string + DeveloperOptionsStatus bool + DeviceCompromisedStatus string + DeviceId string + DevicePasswordStatus string + Email []string + EncryptionStatus string + Etag string + FirstSync string + ForceSendFields []string + Hardware string + HardwareId string + Imei string + KernelVersion string + Kind string + LastSync string + ManagedAccountIsOnOwnerProfile bool + Manufacturer string + Meid string + Model string + Name []string + NetworkOperator string + NullFields []string + Os string + OtherAccountsInfo []string + Privilege string + ReleaseVersion string + ResourceId string + SecurityPatchLevel int64 + SerialNumber string + Status string + SupportsWorkProfile bool + Type string + UnknownSourcesStatus bool + UserAgent string + WifiMacAddress string + func (s *MobileDevice) MarshalJSON() ([]byte, error) + type MobileDeviceAction struct + Action string + ForceSendFields []string + NullFields []string + func (s *MobileDeviceAction) MarshalJSON() ([]byte, error) + type MobileDeviceApplications struct + DisplayName string + ForceSendFields []string + NullFields []string + PackageName string + Permission []string + VersionCode int64 + VersionName string + func (s *MobileDeviceApplications) MarshalJSON() ([]byte, error) + type MobileDevices struct + Etag string + ForceSendFields []string + Kind string + Mobiledevices []*MobileDevice + NextPageToken string + NullFields []string + func (s *MobileDevices) MarshalJSON() ([]byte, error) + type MobiledevicesActionCall struct + func (c *MobiledevicesActionCall) Context(ctx context.Context) *MobiledevicesActionCall + func (c *MobiledevicesActionCall) Do(opts ...googleapi.CallOption) error + func (c *MobiledevicesActionCall) Fields(s ...googleapi.Field) *MobiledevicesActionCall + func (c *MobiledevicesActionCall) Header() http.Header + type MobiledevicesDeleteCall struct + func (c *MobiledevicesDeleteCall) Context(ctx context.Context) *MobiledevicesDeleteCall + func (c *MobiledevicesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *MobiledevicesDeleteCall) Fields(s ...googleapi.Field) *MobiledevicesDeleteCall + func (c *MobiledevicesDeleteCall) Header() http.Header + type MobiledevicesGetCall struct + func (c *MobiledevicesGetCall) Context(ctx context.Context) *MobiledevicesGetCall + func (c *MobiledevicesGetCall) Do(opts ...googleapi.CallOption) (*MobileDevice, error) + func (c *MobiledevicesGetCall) Fields(s ...googleapi.Field) *MobiledevicesGetCall + func (c *MobiledevicesGetCall) Header() http.Header + func (c *MobiledevicesGetCall) IfNoneMatch(entityTag string) *MobiledevicesGetCall + func (c *MobiledevicesGetCall) Projection(projection string) *MobiledevicesGetCall + type MobiledevicesListCall struct + func (c *MobiledevicesListCall) Context(ctx context.Context) *MobiledevicesListCall + func (c *MobiledevicesListCall) Do(opts ...googleapi.CallOption) (*MobileDevices, error) + func (c *MobiledevicesListCall) Fields(s ...googleapi.Field) *MobiledevicesListCall + func (c *MobiledevicesListCall) Header() http.Header + func (c *MobiledevicesListCall) IfNoneMatch(entityTag string) *MobiledevicesListCall + func (c *MobiledevicesListCall) MaxResults(maxResults int64) *MobiledevicesListCall + func (c *MobiledevicesListCall) OrderBy(orderBy string) *MobiledevicesListCall + func (c *MobiledevicesListCall) PageToken(pageToken string) *MobiledevicesListCall + func (c *MobiledevicesListCall) Pages(ctx context.Context, f func(*MobileDevices) error) error + func (c *MobiledevicesListCall) Projection(projection string) *MobiledevicesListCall + func (c *MobiledevicesListCall) Query(query string) *MobiledevicesListCall + func (c *MobiledevicesListCall) SortOrder(sortOrder string) *MobiledevicesListCall + type MobiledevicesService struct + func NewMobiledevicesService(s *Service) *MobiledevicesService + func (r *MobiledevicesService) Action(customerId string, resourceId string, mobiledeviceaction *MobileDeviceAction) *MobiledevicesActionCall + func (r *MobiledevicesService) Delete(customerId string, resourceId string) *MobiledevicesDeleteCall + func (r *MobiledevicesService) Get(customerId string, resourceId string) *MobiledevicesGetCall + func (r *MobiledevicesService) List(customerId string) *MobiledevicesListCall + type OrgUnit struct + BlockInheritance bool + Description string + Etag string + ForceSendFields []string + Kind string + Name string + NullFields []string + OrgUnitId string + OrgUnitPath string + ParentOrgUnitId string + ParentOrgUnitPath string + func (s *OrgUnit) MarshalJSON() ([]byte, error) + type OrgUnits struct + Etag string + ForceSendFields []string + Kind string + NullFields []string + OrganizationUnits []*OrgUnit + func (s *OrgUnits) MarshalJSON() ([]byte, error) + type OrgunitsDeleteCall struct + func (c *OrgunitsDeleteCall) Context(ctx context.Context) *OrgunitsDeleteCall + func (c *OrgunitsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *OrgunitsDeleteCall) Fields(s ...googleapi.Field) *OrgunitsDeleteCall + func (c *OrgunitsDeleteCall) Header() http.Header + type OrgunitsGetCall struct + func (c *OrgunitsGetCall) Context(ctx context.Context) *OrgunitsGetCall + func (c *OrgunitsGetCall) Do(opts ...googleapi.CallOption) (*OrgUnit, error) + func (c *OrgunitsGetCall) Fields(s ...googleapi.Field) *OrgunitsGetCall + func (c *OrgunitsGetCall) Header() http.Header + func (c *OrgunitsGetCall) IfNoneMatch(entityTag string) *OrgunitsGetCall + type OrgunitsInsertCall struct + func (c *OrgunitsInsertCall) Context(ctx context.Context) *OrgunitsInsertCall + func (c *OrgunitsInsertCall) Do(opts ...googleapi.CallOption) (*OrgUnit, error) + func (c *OrgunitsInsertCall) Fields(s ...googleapi.Field) *OrgunitsInsertCall + func (c *OrgunitsInsertCall) Header() http.Header + type OrgunitsListCall struct + func (c *OrgunitsListCall) Context(ctx context.Context) *OrgunitsListCall + func (c *OrgunitsListCall) Do(opts ...googleapi.CallOption) (*OrgUnits, error) + func (c *OrgunitsListCall) Fields(s ...googleapi.Field) *OrgunitsListCall + func (c *OrgunitsListCall) Header() http.Header + func (c *OrgunitsListCall) IfNoneMatch(entityTag string) *OrgunitsListCall + func (c *OrgunitsListCall) OrgUnitPath(orgUnitPath string) *OrgunitsListCall + func (c *OrgunitsListCall) Type(type_ string) *OrgunitsListCall + type OrgunitsPatchCall struct + func (c *OrgunitsPatchCall) Context(ctx context.Context) *OrgunitsPatchCall + func (c *OrgunitsPatchCall) Do(opts ...googleapi.CallOption) (*OrgUnit, error) + func (c *OrgunitsPatchCall) Fields(s ...googleapi.Field) *OrgunitsPatchCall + func (c *OrgunitsPatchCall) Header() http.Header + type OrgunitsService struct + func NewOrgunitsService(s *Service) *OrgunitsService + func (r *OrgunitsService) Delete(customerId string, orgUnitPath string) *OrgunitsDeleteCall + func (r *OrgunitsService) Get(customerId string, orgUnitPath string) *OrgunitsGetCall + func (r *OrgunitsService) Insert(customerId string, orgunit *OrgUnit) *OrgunitsInsertCall + func (r *OrgunitsService) List(customerId string) *OrgunitsListCall + func (r *OrgunitsService) Patch(customerId string, orgUnitPath string, orgunit *OrgUnit) *OrgunitsPatchCall + func (r *OrgunitsService) Update(customerId string, orgUnitPath string, orgunit *OrgUnit) *OrgunitsUpdateCall + type OrgunitsUpdateCall struct + func (c *OrgunitsUpdateCall) Context(ctx context.Context) *OrgunitsUpdateCall + func (c *OrgunitsUpdateCall) Do(opts ...googleapi.CallOption) (*OrgUnit, error) + func (c *OrgunitsUpdateCall) Fields(s ...googleapi.Field) *OrgunitsUpdateCall + func (c *OrgunitsUpdateCall) Header() http.Header + type Privilege struct + ChildPrivileges []*Privilege + Etag string + ForceSendFields []string + IsOuScopable bool + Kind string + NullFields []string + PrivilegeName string + ServiceId string + ServiceName string + func (s *Privilege) MarshalJSON() ([]byte, error) + type Privileges struct + Etag string + ForceSendFields []string + Items []*Privilege + Kind string + NullFields []string + func (s *Privileges) MarshalJSON() ([]byte, error) + type PrivilegesListCall struct + func (c *PrivilegesListCall) Context(ctx context.Context) *PrivilegesListCall + func (c *PrivilegesListCall) Do(opts ...googleapi.CallOption) (*Privileges, error) + func (c *PrivilegesListCall) Fields(s ...googleapi.Field) *PrivilegesListCall + func (c *PrivilegesListCall) Header() http.Header + func (c *PrivilegesListCall) IfNoneMatch(entityTag string) *PrivilegesListCall + type PrivilegesService struct + func NewPrivilegesService(s *Service) *PrivilegesService + func (r *PrivilegesService) List(customer string) *PrivilegesListCall + type RecentUsers struct + Email string + ForceSendFields []string + NullFields []string + Type string + func (s *RecentUsers) MarshalJSON() ([]byte, error) + type ResourcesBuildingsDeleteCall struct + func (c *ResourcesBuildingsDeleteCall) Context(ctx context.Context) *ResourcesBuildingsDeleteCall + func (c *ResourcesBuildingsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *ResourcesBuildingsDeleteCall) Fields(s ...googleapi.Field) *ResourcesBuildingsDeleteCall + func (c *ResourcesBuildingsDeleteCall) Header() http.Header + type ResourcesBuildingsGetCall struct + func (c *ResourcesBuildingsGetCall) Context(ctx context.Context) *ResourcesBuildingsGetCall + func (c *ResourcesBuildingsGetCall) Do(opts ...googleapi.CallOption) (*Building, error) + func (c *ResourcesBuildingsGetCall) Fields(s ...googleapi.Field) *ResourcesBuildingsGetCall + func (c *ResourcesBuildingsGetCall) Header() http.Header + func (c *ResourcesBuildingsGetCall) IfNoneMatch(entityTag string) *ResourcesBuildingsGetCall + type ResourcesBuildingsInsertCall struct + func (c *ResourcesBuildingsInsertCall) Context(ctx context.Context) *ResourcesBuildingsInsertCall + func (c *ResourcesBuildingsInsertCall) CoordinatesSource(coordinatesSource string) *ResourcesBuildingsInsertCall + func (c *ResourcesBuildingsInsertCall) Do(opts ...googleapi.CallOption) (*Building, error) + func (c *ResourcesBuildingsInsertCall) Fields(s ...googleapi.Field) *ResourcesBuildingsInsertCall + func (c *ResourcesBuildingsInsertCall) Header() http.Header + type ResourcesBuildingsListCall struct + func (c *ResourcesBuildingsListCall) Context(ctx context.Context) *ResourcesBuildingsListCall + func (c *ResourcesBuildingsListCall) Do(opts ...googleapi.CallOption) (*Buildings, error) + func (c *ResourcesBuildingsListCall) Fields(s ...googleapi.Field) *ResourcesBuildingsListCall + func (c *ResourcesBuildingsListCall) Header() http.Header + func (c *ResourcesBuildingsListCall) IfNoneMatch(entityTag string) *ResourcesBuildingsListCall + func (c *ResourcesBuildingsListCall) MaxResults(maxResults int64) *ResourcesBuildingsListCall + func (c *ResourcesBuildingsListCall) PageToken(pageToken string) *ResourcesBuildingsListCall + func (c *ResourcesBuildingsListCall) Pages(ctx context.Context, f func(*Buildings) error) error + type ResourcesBuildingsPatchCall struct + func (c *ResourcesBuildingsPatchCall) Context(ctx context.Context) *ResourcesBuildingsPatchCall + func (c *ResourcesBuildingsPatchCall) CoordinatesSource(coordinatesSource string) *ResourcesBuildingsPatchCall + func (c *ResourcesBuildingsPatchCall) Do(opts ...googleapi.CallOption) (*Building, error) + func (c *ResourcesBuildingsPatchCall) Fields(s ...googleapi.Field) *ResourcesBuildingsPatchCall + func (c *ResourcesBuildingsPatchCall) Header() http.Header + type ResourcesBuildingsService struct + func NewResourcesBuildingsService(s *Service) *ResourcesBuildingsService + func (r *ResourcesBuildingsService) Delete(customer string, buildingId string) *ResourcesBuildingsDeleteCall + func (r *ResourcesBuildingsService) Get(customer string, buildingId string) *ResourcesBuildingsGetCall + func (r *ResourcesBuildingsService) Insert(customer string, building *Building) *ResourcesBuildingsInsertCall + func (r *ResourcesBuildingsService) List(customer string) *ResourcesBuildingsListCall + func (r *ResourcesBuildingsService) Patch(customer string, buildingId string, building *Building) *ResourcesBuildingsPatchCall + func (r *ResourcesBuildingsService) Update(customer string, buildingId string, building *Building) *ResourcesBuildingsUpdateCall + type ResourcesBuildingsUpdateCall struct + func (c *ResourcesBuildingsUpdateCall) Context(ctx context.Context) *ResourcesBuildingsUpdateCall + func (c *ResourcesBuildingsUpdateCall) CoordinatesSource(coordinatesSource string) *ResourcesBuildingsUpdateCall + func (c *ResourcesBuildingsUpdateCall) Do(opts ...googleapi.CallOption) (*Building, error) + func (c *ResourcesBuildingsUpdateCall) Fields(s ...googleapi.Field) *ResourcesBuildingsUpdateCall + func (c *ResourcesBuildingsUpdateCall) Header() http.Header + type ResourcesCalendarsDeleteCall struct + func (c *ResourcesCalendarsDeleteCall) Context(ctx context.Context) *ResourcesCalendarsDeleteCall + func (c *ResourcesCalendarsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *ResourcesCalendarsDeleteCall) Fields(s ...googleapi.Field) *ResourcesCalendarsDeleteCall + func (c *ResourcesCalendarsDeleteCall) Header() http.Header + type ResourcesCalendarsGetCall struct + func (c *ResourcesCalendarsGetCall) Context(ctx context.Context) *ResourcesCalendarsGetCall + func (c *ResourcesCalendarsGetCall) Do(opts ...googleapi.CallOption) (*CalendarResource, error) + func (c *ResourcesCalendarsGetCall) Fields(s ...googleapi.Field) *ResourcesCalendarsGetCall + func (c *ResourcesCalendarsGetCall) Header() http.Header + func (c *ResourcesCalendarsGetCall) IfNoneMatch(entityTag string) *ResourcesCalendarsGetCall + type ResourcesCalendarsInsertCall struct + func (c *ResourcesCalendarsInsertCall) Context(ctx context.Context) *ResourcesCalendarsInsertCall + func (c *ResourcesCalendarsInsertCall) Do(opts ...googleapi.CallOption) (*CalendarResource, error) + func (c *ResourcesCalendarsInsertCall) Fields(s ...googleapi.Field) *ResourcesCalendarsInsertCall + func (c *ResourcesCalendarsInsertCall) Header() http.Header + type ResourcesCalendarsListCall struct + func (c *ResourcesCalendarsListCall) Context(ctx context.Context) *ResourcesCalendarsListCall + func (c *ResourcesCalendarsListCall) Do(opts ...googleapi.CallOption) (*CalendarResources, error) + func (c *ResourcesCalendarsListCall) Fields(s ...googleapi.Field) *ResourcesCalendarsListCall + func (c *ResourcesCalendarsListCall) Header() http.Header + func (c *ResourcesCalendarsListCall) IfNoneMatch(entityTag string) *ResourcesCalendarsListCall + func (c *ResourcesCalendarsListCall) MaxResults(maxResults int64) *ResourcesCalendarsListCall + func (c *ResourcesCalendarsListCall) OrderBy(orderBy string) *ResourcesCalendarsListCall + func (c *ResourcesCalendarsListCall) PageToken(pageToken string) *ResourcesCalendarsListCall + func (c *ResourcesCalendarsListCall) Pages(ctx context.Context, f func(*CalendarResources) error) error + func (c *ResourcesCalendarsListCall) Query(query string) *ResourcesCalendarsListCall + type ResourcesCalendarsPatchCall struct + func (c *ResourcesCalendarsPatchCall) Context(ctx context.Context) *ResourcesCalendarsPatchCall + func (c *ResourcesCalendarsPatchCall) Do(opts ...googleapi.CallOption) (*CalendarResource, error) + func (c *ResourcesCalendarsPatchCall) Fields(s ...googleapi.Field) *ResourcesCalendarsPatchCall + func (c *ResourcesCalendarsPatchCall) Header() http.Header + type ResourcesCalendarsService struct + func NewResourcesCalendarsService(s *Service) *ResourcesCalendarsService + func (r *ResourcesCalendarsService) Delete(customer string, calendarResourceId string) *ResourcesCalendarsDeleteCall + func (r *ResourcesCalendarsService) Get(customer string, calendarResourceId string) *ResourcesCalendarsGetCall + func (r *ResourcesCalendarsService) Insert(customer string, calendarresource *CalendarResource) *ResourcesCalendarsInsertCall + func (r *ResourcesCalendarsService) List(customer string) *ResourcesCalendarsListCall + func (r *ResourcesCalendarsService) Patch(customer string, calendarResourceId string, calendarresource *CalendarResource) *ResourcesCalendarsPatchCall + func (r *ResourcesCalendarsService) Update(customer string, calendarResourceId string, calendarresource *CalendarResource) *ResourcesCalendarsUpdateCall + type ResourcesCalendarsUpdateCall struct + func (c *ResourcesCalendarsUpdateCall) Context(ctx context.Context) *ResourcesCalendarsUpdateCall + func (c *ResourcesCalendarsUpdateCall) Do(opts ...googleapi.CallOption) (*CalendarResource, error) + func (c *ResourcesCalendarsUpdateCall) Fields(s ...googleapi.Field) *ResourcesCalendarsUpdateCall + func (c *ResourcesCalendarsUpdateCall) Header() http.Header + type ResourcesFeaturesDeleteCall struct + func (c *ResourcesFeaturesDeleteCall) Context(ctx context.Context) *ResourcesFeaturesDeleteCall + func (c *ResourcesFeaturesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *ResourcesFeaturesDeleteCall) Fields(s ...googleapi.Field) *ResourcesFeaturesDeleteCall + func (c *ResourcesFeaturesDeleteCall) Header() http.Header + type ResourcesFeaturesGetCall struct + func (c *ResourcesFeaturesGetCall) Context(ctx context.Context) *ResourcesFeaturesGetCall + func (c *ResourcesFeaturesGetCall) Do(opts ...googleapi.CallOption) (*Feature, error) + func (c *ResourcesFeaturesGetCall) Fields(s ...googleapi.Field) *ResourcesFeaturesGetCall + func (c *ResourcesFeaturesGetCall) Header() http.Header + func (c *ResourcesFeaturesGetCall) IfNoneMatch(entityTag string) *ResourcesFeaturesGetCall + type ResourcesFeaturesInsertCall struct + func (c *ResourcesFeaturesInsertCall) Context(ctx context.Context) *ResourcesFeaturesInsertCall + func (c *ResourcesFeaturesInsertCall) Do(opts ...googleapi.CallOption) (*Feature, error) + func (c *ResourcesFeaturesInsertCall) Fields(s ...googleapi.Field) *ResourcesFeaturesInsertCall + func (c *ResourcesFeaturesInsertCall) Header() http.Header + type ResourcesFeaturesListCall struct + func (c *ResourcesFeaturesListCall) Context(ctx context.Context) *ResourcesFeaturesListCall + func (c *ResourcesFeaturesListCall) Do(opts ...googleapi.CallOption) (*Features, error) + func (c *ResourcesFeaturesListCall) Fields(s ...googleapi.Field) *ResourcesFeaturesListCall + func (c *ResourcesFeaturesListCall) Header() http.Header + func (c *ResourcesFeaturesListCall) IfNoneMatch(entityTag string) *ResourcesFeaturesListCall + func (c *ResourcesFeaturesListCall) MaxResults(maxResults int64) *ResourcesFeaturesListCall + func (c *ResourcesFeaturesListCall) PageToken(pageToken string) *ResourcesFeaturesListCall + func (c *ResourcesFeaturesListCall) Pages(ctx context.Context, f func(*Features) error) error + type ResourcesFeaturesPatchCall struct + func (c *ResourcesFeaturesPatchCall) Context(ctx context.Context) *ResourcesFeaturesPatchCall + func (c *ResourcesFeaturesPatchCall) Do(opts ...googleapi.CallOption) (*Feature, error) + func (c *ResourcesFeaturesPatchCall) Fields(s ...googleapi.Field) *ResourcesFeaturesPatchCall + func (c *ResourcesFeaturesPatchCall) Header() http.Header + type ResourcesFeaturesRenameCall struct + func (c *ResourcesFeaturesRenameCall) Context(ctx context.Context) *ResourcesFeaturesRenameCall + func (c *ResourcesFeaturesRenameCall) Do(opts ...googleapi.CallOption) error + func (c *ResourcesFeaturesRenameCall) Fields(s ...googleapi.Field) *ResourcesFeaturesRenameCall + func (c *ResourcesFeaturesRenameCall) Header() http.Header + type ResourcesFeaturesService struct + func NewResourcesFeaturesService(s *Service) *ResourcesFeaturesService + func (r *ResourcesFeaturesService) Delete(customer string, featureKey string) *ResourcesFeaturesDeleteCall + func (r *ResourcesFeaturesService) Get(customer string, featureKey string) *ResourcesFeaturesGetCall + func (r *ResourcesFeaturesService) Insert(customer string, feature *Feature) *ResourcesFeaturesInsertCall + func (r *ResourcesFeaturesService) List(customer string) *ResourcesFeaturesListCall + func (r *ResourcesFeaturesService) Patch(customer string, featureKey string, feature *Feature) *ResourcesFeaturesPatchCall + func (r *ResourcesFeaturesService) Rename(customer string, oldName string, featurerename *FeatureRename) *ResourcesFeaturesRenameCall + func (r *ResourcesFeaturesService) Update(customer string, featureKey string, feature *Feature) *ResourcesFeaturesUpdateCall + type ResourcesFeaturesUpdateCall struct + func (c *ResourcesFeaturesUpdateCall) Context(ctx context.Context) *ResourcesFeaturesUpdateCall + func (c *ResourcesFeaturesUpdateCall) Do(opts ...googleapi.CallOption) (*Feature, error) + func (c *ResourcesFeaturesUpdateCall) Fields(s ...googleapi.Field) *ResourcesFeaturesUpdateCall + func (c *ResourcesFeaturesUpdateCall) Header() http.Header + type ResourcesService struct + Buildings *ResourcesBuildingsService + Calendars *ResourcesCalendarsService + Features *ResourcesFeaturesService + func NewResourcesService(s *Service) *ResourcesService + type Role struct + Etag string + ForceSendFields []string + IsSuperAdminRole bool + IsSystemRole bool + Kind string + NullFields []string + RoleDescription string + RoleId int64 + RoleName string + RolePrivileges []*RoleRolePrivileges + func (s *Role) MarshalJSON() ([]byte, error) + type RoleAssignment struct + AssignedTo string + Etag string + ForceSendFields []string + Kind string + NullFields []string + OrgUnitId string + RoleAssignmentId int64 + RoleId int64 + ScopeType string + func (s *RoleAssignment) MarshalJSON() ([]byte, error) + type RoleAssignments struct + Etag string + ForceSendFields []string + Items []*RoleAssignment + Kind string + NextPageToken string + NullFields []string + func (s *RoleAssignments) MarshalJSON() ([]byte, error) + type RoleAssignmentsDeleteCall struct + func (c *RoleAssignmentsDeleteCall) Context(ctx context.Context) *RoleAssignmentsDeleteCall + func (c *RoleAssignmentsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *RoleAssignmentsDeleteCall) Fields(s ...googleapi.Field) *RoleAssignmentsDeleteCall + func (c *RoleAssignmentsDeleteCall) Header() http.Header + type RoleAssignmentsGetCall struct + func (c *RoleAssignmentsGetCall) Context(ctx context.Context) *RoleAssignmentsGetCall + func (c *RoleAssignmentsGetCall) Do(opts ...googleapi.CallOption) (*RoleAssignment, error) + func (c *RoleAssignmentsGetCall) Fields(s ...googleapi.Field) *RoleAssignmentsGetCall + func (c *RoleAssignmentsGetCall) Header() http.Header + func (c *RoleAssignmentsGetCall) IfNoneMatch(entityTag string) *RoleAssignmentsGetCall + type RoleAssignmentsInsertCall struct + func (c *RoleAssignmentsInsertCall) Context(ctx context.Context) *RoleAssignmentsInsertCall + func (c *RoleAssignmentsInsertCall) Do(opts ...googleapi.CallOption) (*RoleAssignment, error) + func (c *RoleAssignmentsInsertCall) Fields(s ...googleapi.Field) *RoleAssignmentsInsertCall + func (c *RoleAssignmentsInsertCall) Header() http.Header + type RoleAssignmentsListCall struct + func (c *RoleAssignmentsListCall) Context(ctx context.Context) *RoleAssignmentsListCall + func (c *RoleAssignmentsListCall) Do(opts ...googleapi.CallOption) (*RoleAssignments, error) + func (c *RoleAssignmentsListCall) Fields(s ...googleapi.Field) *RoleAssignmentsListCall + func (c *RoleAssignmentsListCall) Header() http.Header + func (c *RoleAssignmentsListCall) IfNoneMatch(entityTag string) *RoleAssignmentsListCall + func (c *RoleAssignmentsListCall) MaxResults(maxResults int64) *RoleAssignmentsListCall + func (c *RoleAssignmentsListCall) PageToken(pageToken string) *RoleAssignmentsListCall + func (c *RoleAssignmentsListCall) Pages(ctx context.Context, f func(*RoleAssignments) error) error + func (c *RoleAssignmentsListCall) RoleId(roleId string) *RoleAssignmentsListCall + func (c *RoleAssignmentsListCall) UserKey(userKey string) *RoleAssignmentsListCall + type RoleAssignmentsService struct + func NewRoleAssignmentsService(s *Service) *RoleAssignmentsService + func (r *RoleAssignmentsService) Delete(customer string, roleAssignmentId string) *RoleAssignmentsDeleteCall + func (r *RoleAssignmentsService) Get(customer string, roleAssignmentId string) *RoleAssignmentsGetCall + func (r *RoleAssignmentsService) Insert(customer string, roleassignment *RoleAssignment) *RoleAssignmentsInsertCall + func (r *RoleAssignmentsService) List(customer string) *RoleAssignmentsListCall + type RoleRolePrivileges struct + ForceSendFields []string + NullFields []string + PrivilegeName string + ServiceId string + func (s *RoleRolePrivileges) MarshalJSON() ([]byte, error) + type Roles struct + Etag string + ForceSendFields []string + Items []*Role + Kind string + NextPageToken string + NullFields []string + func (s *Roles) MarshalJSON() ([]byte, error) + type RolesDeleteCall struct + func (c *RolesDeleteCall) Context(ctx context.Context) *RolesDeleteCall + func (c *RolesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *RolesDeleteCall) Fields(s ...googleapi.Field) *RolesDeleteCall + func (c *RolesDeleteCall) Header() http.Header + type RolesGetCall struct + func (c *RolesGetCall) Context(ctx context.Context) *RolesGetCall + func (c *RolesGetCall) Do(opts ...googleapi.CallOption) (*Role, error) + func (c *RolesGetCall) Fields(s ...googleapi.Field) *RolesGetCall + func (c *RolesGetCall) Header() http.Header + func (c *RolesGetCall) IfNoneMatch(entityTag string) *RolesGetCall + type RolesInsertCall struct + func (c *RolesInsertCall) Context(ctx context.Context) *RolesInsertCall + func (c *RolesInsertCall) Do(opts ...googleapi.CallOption) (*Role, error) + func (c *RolesInsertCall) Fields(s ...googleapi.Field) *RolesInsertCall + func (c *RolesInsertCall) Header() http.Header + type RolesListCall struct + func (c *RolesListCall) Context(ctx context.Context) *RolesListCall + func (c *RolesListCall) Do(opts ...googleapi.CallOption) (*Roles, error) + func (c *RolesListCall) Fields(s ...googleapi.Field) *RolesListCall + func (c *RolesListCall) Header() http.Header + func (c *RolesListCall) IfNoneMatch(entityTag string) *RolesListCall + func (c *RolesListCall) MaxResults(maxResults int64) *RolesListCall + func (c *RolesListCall) PageToken(pageToken string) *RolesListCall + func (c *RolesListCall) Pages(ctx context.Context, f func(*Roles) error) error + type RolesPatchCall struct + func (c *RolesPatchCall) Context(ctx context.Context) *RolesPatchCall + func (c *RolesPatchCall) Do(opts ...googleapi.CallOption) (*Role, error) + func (c *RolesPatchCall) Fields(s ...googleapi.Field) *RolesPatchCall + func (c *RolesPatchCall) Header() http.Header + type RolesService struct + func NewRolesService(s *Service) *RolesService + func (r *RolesService) Delete(customer string, roleId string) *RolesDeleteCall + func (r *RolesService) Get(customer string, roleId string) *RolesGetCall + func (r *RolesService) Insert(customer string, role *Role) *RolesInsertCall + func (r *RolesService) List(customer string) *RolesListCall + func (r *RolesService) Patch(customer string, roleId string, role *Role) *RolesPatchCall + func (r *RolesService) Update(customer string, roleId string, role *Role) *RolesUpdateCall + type RolesUpdateCall struct + func (c *RolesUpdateCall) Context(ctx context.Context) *RolesUpdateCall + func (c *RolesUpdateCall) Do(opts ...googleapi.CallOption) (*Role, error) + func (c *RolesUpdateCall) Fields(s ...googleapi.Field) *RolesUpdateCall + func (c *RolesUpdateCall) Header() http.Header + type Schema struct + DisplayName string + Etag string + Fields []*SchemaFieldSpec + ForceSendFields []string + Kind string + NullFields []string + SchemaId string + SchemaName string + func (s *Schema) MarshalJSON() ([]byte, error) + type SchemaFieldSpec struct + DisplayName string + Etag string + FieldId string + FieldName string + FieldType string + ForceSendFields []string + Indexed *bool + Kind string + MultiValued bool + NullFields []string + NumericIndexingSpec *SchemaFieldSpecNumericIndexingSpec + ReadAccessType string + func (s *SchemaFieldSpec) MarshalJSON() ([]byte, error) + type SchemaFieldSpecNumericIndexingSpec struct + ForceSendFields []string + MaxValue float64 + MinValue float64 + NullFields []string + func (s *SchemaFieldSpecNumericIndexingSpec) MarshalJSON() ([]byte, error) + func (s *SchemaFieldSpecNumericIndexingSpec) UnmarshalJSON(data []byte) error + type Schemas struct + Etag string + ForceSendFields []string + Kind string + NullFields []string + Schemas []*Schema + func (s *Schemas) MarshalJSON() ([]byte, error) + type SchemasDeleteCall struct + func (c *SchemasDeleteCall) Context(ctx context.Context) *SchemasDeleteCall + func (c *SchemasDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *SchemasDeleteCall) Fields(s ...googleapi.Field) *SchemasDeleteCall + func (c *SchemasDeleteCall) Header() http.Header + type SchemasGetCall struct + func (c *SchemasGetCall) Context(ctx context.Context) *SchemasGetCall + func (c *SchemasGetCall) Do(opts ...googleapi.CallOption) (*Schema, error) + func (c *SchemasGetCall) Fields(s ...googleapi.Field) *SchemasGetCall + func (c *SchemasGetCall) Header() http.Header + func (c *SchemasGetCall) IfNoneMatch(entityTag string) *SchemasGetCall + type SchemasInsertCall struct + func (c *SchemasInsertCall) Context(ctx context.Context) *SchemasInsertCall + func (c *SchemasInsertCall) Do(opts ...googleapi.CallOption) (*Schema, error) + func (c *SchemasInsertCall) Fields(s ...googleapi.Field) *SchemasInsertCall + func (c *SchemasInsertCall) Header() http.Header + type SchemasListCall struct + func (c *SchemasListCall) Context(ctx context.Context) *SchemasListCall + func (c *SchemasListCall) Do(opts ...googleapi.CallOption) (*Schemas, error) + func (c *SchemasListCall) Fields(s ...googleapi.Field) *SchemasListCall + func (c *SchemasListCall) Header() http.Header + func (c *SchemasListCall) IfNoneMatch(entityTag string) *SchemasListCall + type SchemasPatchCall struct + func (c *SchemasPatchCall) Context(ctx context.Context) *SchemasPatchCall + func (c *SchemasPatchCall) Do(opts ...googleapi.CallOption) (*Schema, error) + func (c *SchemasPatchCall) Fields(s ...googleapi.Field) *SchemasPatchCall + func (c *SchemasPatchCall) Header() http.Header + type SchemasService struct + func NewSchemasService(s *Service) *SchemasService + func (r *SchemasService) Delete(customerId string, schemaKey string) *SchemasDeleteCall + func (r *SchemasService) Get(customerId string, schemaKey string) *SchemasGetCall + func (r *SchemasService) Insert(customerId string, schema *Schema) *SchemasInsertCall + func (r *SchemasService) List(customerId string) *SchemasListCall + func (r *SchemasService) Patch(customerId string, schemaKey string, schema *Schema) *SchemasPatchCall + func (r *SchemasService) Update(customerId string, schemaKey string, schema *Schema) *SchemasUpdateCall + type SchemasUpdateCall struct + func (c *SchemasUpdateCall) Context(ctx context.Context) *SchemasUpdateCall + func (c *SchemasUpdateCall) Do(opts ...googleapi.CallOption) (*Schema, error) + func (c *SchemasUpdateCall) Fields(s ...googleapi.Field) *SchemasUpdateCall + func (c *SchemasUpdateCall) Header() http.Header + type Service struct + Asps *AspsService + BasePath string + Channels *ChannelsService + Chromeosdevices *ChromeosdevicesService + Customer *CustomerService + Customers *CustomersService + DomainAliases *DomainAliasesService + Domains *DomainsService + Groups *GroupsService + Members *MembersService + Mobiledevices *MobiledevicesService + Orgunits *OrgunitsService + Privileges *PrivilegesService + Resources *ResourcesService + RoleAssignments *RoleAssignmentsService + Roles *RolesService + Schemas *SchemasService + Tokens *TokensService + TwoStepVerification *TwoStepVerificationService + UserAgent string + Users *UsersService + VerificationCodes *VerificationCodesService + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Token struct + Anonymous bool + ClientId string + DisplayText string + Etag string + ForceSendFields []string + Kind string + NativeApp bool + NullFields []string + Scopes []string + UserKey string + func (s *Token) MarshalJSON() ([]byte, error) + type Tokens struct + Etag string + ForceSendFields []string + Items []*Token + Kind string + NullFields []string + func (s *Tokens) MarshalJSON() ([]byte, error) + type TokensDeleteCall struct + func (c *TokensDeleteCall) Context(ctx context.Context) *TokensDeleteCall + func (c *TokensDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *TokensDeleteCall) Fields(s ...googleapi.Field) *TokensDeleteCall + func (c *TokensDeleteCall) Header() http.Header + type TokensGetCall struct + func (c *TokensGetCall) Context(ctx context.Context) *TokensGetCall + func (c *TokensGetCall) Do(opts ...googleapi.CallOption) (*Token, error) + func (c *TokensGetCall) Fields(s ...googleapi.Field) *TokensGetCall + func (c *TokensGetCall) Header() http.Header + func (c *TokensGetCall) IfNoneMatch(entityTag string) *TokensGetCall + type TokensListCall struct + func (c *TokensListCall) Context(ctx context.Context) *TokensListCall + func (c *TokensListCall) Do(opts ...googleapi.CallOption) (*Tokens, error) + func (c *TokensListCall) Fields(s ...googleapi.Field) *TokensListCall + func (c *TokensListCall) Header() http.Header + func (c *TokensListCall) IfNoneMatch(entityTag string) *TokensListCall + type TokensService struct + func NewTokensService(s *Service) *TokensService + func (r *TokensService) Delete(userKey string, clientId string) *TokensDeleteCall + func (r *TokensService) Get(userKey string, clientId string) *TokensGetCall + func (r *TokensService) List(userKey string) *TokensListCall + type TwoStepVerificationService struct + func NewTwoStepVerificationService(s *Service) *TwoStepVerificationService + func (r *TwoStepVerificationService) TurnOff(userKey string) *TwoStepVerificationTurnOffCall + type TwoStepVerificationTurnOffCall struct + func (c *TwoStepVerificationTurnOffCall) Context(ctx context.Context) *TwoStepVerificationTurnOffCall + func (c *TwoStepVerificationTurnOffCall) Do(opts ...googleapi.CallOption) error + func (c *TwoStepVerificationTurnOffCall) Fields(s ...googleapi.Field) *TwoStepVerificationTurnOffCall + func (c *TwoStepVerificationTurnOffCall) Header() http.Header + type User struct + Addresses interface{} + AgreedToTerms bool + Aliases []string + Archived bool + ChangePasswordAtNextLogin bool + CreationTime string + CustomSchemas map[string]googleapi.RawMessage + CustomerId string + DeletionTime string + Emails interface{} + Etag string + ExternalIds interface{} + ForceSendFields []string + Gender interface{} + HashFunction string + Id string + Ims interface{} + IncludeInGlobalAddressList bool + IpWhitelisted bool + IsAdmin bool + IsDelegatedAdmin bool + IsEnforcedIn2Sv bool + IsEnrolledIn2Sv bool + IsMailboxSetup bool + Keywords interface{} + Kind string + Languages interface{} + LastLoginTime string + Locations interface{} + Name *UserName + NonEditableAliases []string + Notes interface{} + NullFields []string + OrgUnitPath string + Organizations interface{} + Password string + Phones interface{} + PosixAccounts interface{} + PrimaryEmail string + RecoveryEmail string + RecoveryPhone string + Relations interface{} + SshPublicKeys interface{} + Suspended bool + SuspensionReason string + ThumbnailPhotoEtag string + ThumbnailPhotoUrl string + Websites interface{} + func (s *User) MarshalJSON() ([]byte, error) + type UserAbout struct + ContentType string + ForceSendFields []string + NullFields []string + Value string + func (s *UserAbout) MarshalJSON() ([]byte, error) + type UserAddress struct + Country string + CountryCode string + CustomType string + ExtendedAddress string + ForceSendFields []string + Formatted string + Locality string + NullFields []string + PoBox string + PostalCode string + Primary bool + Region string + SourceIsStructured bool + StreetAddress string + Type string + func (s *UserAddress) MarshalJSON() ([]byte, error) + type UserEmail struct + Address string + CustomType string + ForceSendFields []string + NullFields []string + Primary bool + Type string + func (s *UserEmail) MarshalJSON() ([]byte, error) + type UserExternalId struct + CustomType string + ForceSendFields []string + NullFields []string + Type string + Value string + func (s *UserExternalId) MarshalJSON() ([]byte, error) + type UserGender struct + AddressMeAs string + CustomGender string + ForceSendFields []string + NullFields []string + Type string + func (s *UserGender) MarshalJSON() ([]byte, error) + type UserIm struct + CustomProtocol string + CustomType string + ForceSendFields []string + Im string + NullFields []string + Primary bool + Protocol string + Type string + func (s *UserIm) MarshalJSON() ([]byte, error) + type UserKeyword struct + CustomType string + ForceSendFields []string + NullFields []string + Type string + Value string + func (s *UserKeyword) MarshalJSON() ([]byte, error) + type UserLanguage struct + CustomLanguage string + ForceSendFields []string + LanguageCode string + NullFields []string + func (s *UserLanguage) MarshalJSON() ([]byte, error) + type UserLocation struct + Area string + BuildingId string + CustomType string + DeskCode string + FloorName string + FloorSection string + ForceSendFields []string + NullFields []string + Type string + func (s *UserLocation) MarshalJSON() ([]byte, error) + type UserMakeAdmin struct + ForceSendFields []string + NullFields []string + Status bool + func (s *UserMakeAdmin) MarshalJSON() ([]byte, error) + type UserName struct + FamilyName string + ForceSendFields []string + FullName string + GivenName string + NullFields []string + func (s *UserName) MarshalJSON() ([]byte, error) + type UserOrganization struct + CostCenter string + CustomType string + Department string + Description string + Domain string + ForceSendFields []string + FullTimeEquivalent int64 + Location string + Name string + NullFields []string + Primary bool + Symbol string + Title string + Type string + func (s *UserOrganization) MarshalJSON() ([]byte, error) + type UserPhone struct + CustomType string + ForceSendFields []string + NullFields []string + Primary bool + Type string + Value string + func (s *UserPhone) MarshalJSON() ([]byte, error) + type UserPhoto struct + Etag string + ForceSendFields []string + Height int64 + Id string + Kind string + MimeType string + NullFields []string + PhotoData string + PrimaryEmail string + Width int64 + func (s *UserPhoto) MarshalJSON() ([]byte, error) + type UserPosixAccount struct + AccountId string + ForceSendFields []string + Gecos string + Gid uint64 + HomeDirectory string + NullFields []string + OperatingSystemType string + Primary bool + Shell string + SystemId string + Uid uint64 + Username string + func (s *UserPosixAccount) MarshalJSON() ([]byte, error) + type UserRelation struct + CustomType string + ForceSendFields []string + NullFields []string + Type string + Value string + func (s *UserRelation) MarshalJSON() ([]byte, error) + type UserSshPublicKey struct + ExpirationTimeUsec int64 + Fingerprint string + ForceSendFields []string + Key string + NullFields []string + func (s *UserSshPublicKey) MarshalJSON() ([]byte, error) + type UserUndelete struct + ForceSendFields []string + NullFields []string + OrgUnitPath string + func (s *UserUndelete) MarshalJSON() ([]byte, error) + type UserWebsite struct + CustomType string + ForceSendFields []string + NullFields []string + Primary bool + Type string + Value string + func (s *UserWebsite) MarshalJSON() ([]byte, error) + type Users struct + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + TriggerEvent string + Users []*User + func (s *Users) MarshalJSON() ([]byte, error) + type UsersAliasesDeleteCall struct + func (c *UsersAliasesDeleteCall) Context(ctx context.Context) *UsersAliasesDeleteCall + func (c *UsersAliasesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *UsersAliasesDeleteCall) Fields(s ...googleapi.Field) *UsersAliasesDeleteCall + func (c *UsersAliasesDeleteCall) Header() http.Header + type UsersAliasesInsertCall struct + func (c *UsersAliasesInsertCall) Context(ctx context.Context) *UsersAliasesInsertCall + func (c *UsersAliasesInsertCall) Do(opts ...googleapi.CallOption) (*Alias, error) + func (c *UsersAliasesInsertCall) Fields(s ...googleapi.Field) *UsersAliasesInsertCall + func (c *UsersAliasesInsertCall) Header() http.Header + type UsersAliasesListCall struct + func (c *UsersAliasesListCall) Context(ctx context.Context) *UsersAliasesListCall + func (c *UsersAliasesListCall) Do(opts ...googleapi.CallOption) (*Aliases, error) + func (c *UsersAliasesListCall) Fields(s ...googleapi.Field) *UsersAliasesListCall + func (c *UsersAliasesListCall) Header() http.Header + func (c *UsersAliasesListCall) IfNoneMatch(entityTag string) *UsersAliasesListCall + type UsersAliasesService struct + func NewUsersAliasesService(s *Service) *UsersAliasesService + func (r *UsersAliasesService) Delete(userKey string, alias string) *UsersAliasesDeleteCall + func (r *UsersAliasesService) Insert(userKey string, alias *Alias) *UsersAliasesInsertCall + func (r *UsersAliasesService) List(userKey string) *UsersAliasesListCall + func (r *UsersAliasesService) Watch(userKey string, channel *Channel) *UsersAliasesWatchCall + type UsersAliasesWatchCall struct + func (c *UsersAliasesWatchCall) Context(ctx context.Context) *UsersAliasesWatchCall + func (c *UsersAliasesWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error) + func (c *UsersAliasesWatchCall) Event(event string) *UsersAliasesWatchCall + func (c *UsersAliasesWatchCall) Fields(s ...googleapi.Field) *UsersAliasesWatchCall + func (c *UsersAliasesWatchCall) Header() http.Header + type UsersDeleteCall struct + func (c *UsersDeleteCall) Context(ctx context.Context) *UsersDeleteCall + func (c *UsersDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *UsersDeleteCall) Fields(s ...googleapi.Field) *UsersDeleteCall + func (c *UsersDeleteCall) Header() http.Header + type UsersGetCall struct + func (c *UsersGetCall) Context(ctx context.Context) *UsersGetCall + func (c *UsersGetCall) CustomFieldMask(customFieldMask string) *UsersGetCall + func (c *UsersGetCall) Do(opts ...googleapi.CallOption) (*User, error) + func (c *UsersGetCall) Fields(s ...googleapi.Field) *UsersGetCall + func (c *UsersGetCall) Header() http.Header + func (c *UsersGetCall) IfNoneMatch(entityTag string) *UsersGetCall + func (c *UsersGetCall) Projection(projection string) *UsersGetCall + func (c *UsersGetCall) ViewType(viewType string) *UsersGetCall + type UsersInsertCall struct + func (c *UsersInsertCall) Context(ctx context.Context) *UsersInsertCall + func (c *UsersInsertCall) Do(opts ...googleapi.CallOption) (*User, error) + func (c *UsersInsertCall) Fields(s ...googleapi.Field) *UsersInsertCall + func (c *UsersInsertCall) Header() http.Header + type UsersListCall struct + func (c *UsersListCall) Context(ctx context.Context) *UsersListCall + func (c *UsersListCall) CustomFieldMask(customFieldMask string) *UsersListCall + func (c *UsersListCall) Customer(customer string) *UsersListCall + func (c *UsersListCall) Do(opts ...googleapi.CallOption) (*Users, error) + func (c *UsersListCall) Domain(domain string) *UsersListCall + func (c *UsersListCall) Fields(s ...googleapi.Field) *UsersListCall + func (c *UsersListCall) Header() http.Header + func (c *UsersListCall) IfNoneMatch(entityTag string) *UsersListCall + func (c *UsersListCall) MaxResults(maxResults int64) *UsersListCall + func (c *UsersListCall) OrderBy(orderBy string) *UsersListCall + func (c *UsersListCall) PageToken(pageToken string) *UsersListCall + func (c *UsersListCall) Pages(ctx context.Context, f func(*Users) error) error + func (c *UsersListCall) Projection(projection string) *UsersListCall + func (c *UsersListCall) Query(query string) *UsersListCall + func (c *UsersListCall) ShowDeleted(showDeleted string) *UsersListCall + func (c *UsersListCall) SortOrder(sortOrder string) *UsersListCall + func (c *UsersListCall) ViewType(viewType string) *UsersListCall + type UsersMakeAdminCall struct + func (c *UsersMakeAdminCall) Context(ctx context.Context) *UsersMakeAdminCall + func (c *UsersMakeAdminCall) Do(opts ...googleapi.CallOption) error + func (c *UsersMakeAdminCall) Fields(s ...googleapi.Field) *UsersMakeAdminCall + func (c *UsersMakeAdminCall) Header() http.Header + type UsersPatchCall struct + func (c *UsersPatchCall) Context(ctx context.Context) *UsersPatchCall + func (c *UsersPatchCall) Do(opts ...googleapi.CallOption) (*User, error) + func (c *UsersPatchCall) Fields(s ...googleapi.Field) *UsersPatchCall + func (c *UsersPatchCall) Header() http.Header + type UsersPhotosDeleteCall struct + func (c *UsersPhotosDeleteCall) Context(ctx context.Context) *UsersPhotosDeleteCall + func (c *UsersPhotosDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *UsersPhotosDeleteCall) Fields(s ...googleapi.Field) *UsersPhotosDeleteCall + func (c *UsersPhotosDeleteCall) Header() http.Header + type UsersPhotosGetCall struct + func (c *UsersPhotosGetCall) Context(ctx context.Context) *UsersPhotosGetCall + func (c *UsersPhotosGetCall) Do(opts ...googleapi.CallOption) (*UserPhoto, error) + func (c *UsersPhotosGetCall) Fields(s ...googleapi.Field) *UsersPhotosGetCall + func (c *UsersPhotosGetCall) Header() http.Header + func (c *UsersPhotosGetCall) IfNoneMatch(entityTag string) *UsersPhotosGetCall + type UsersPhotosPatchCall struct + func (c *UsersPhotosPatchCall) Context(ctx context.Context) *UsersPhotosPatchCall + func (c *UsersPhotosPatchCall) Do(opts ...googleapi.CallOption) (*UserPhoto, error) + func (c *UsersPhotosPatchCall) Fields(s ...googleapi.Field) *UsersPhotosPatchCall + func (c *UsersPhotosPatchCall) Header() http.Header + type UsersPhotosService struct + func NewUsersPhotosService(s *Service) *UsersPhotosService + func (r *UsersPhotosService) Delete(userKey string) *UsersPhotosDeleteCall + func (r *UsersPhotosService) Get(userKey string) *UsersPhotosGetCall + func (r *UsersPhotosService) Patch(userKey string, userphoto *UserPhoto) *UsersPhotosPatchCall + func (r *UsersPhotosService) Update(userKey string, userphoto *UserPhoto) *UsersPhotosUpdateCall + type UsersPhotosUpdateCall struct + func (c *UsersPhotosUpdateCall) Context(ctx context.Context) *UsersPhotosUpdateCall + func (c *UsersPhotosUpdateCall) Do(opts ...googleapi.CallOption) (*UserPhoto, error) + func (c *UsersPhotosUpdateCall) Fields(s ...googleapi.Field) *UsersPhotosUpdateCall + func (c *UsersPhotosUpdateCall) Header() http.Header + type UsersService struct + Aliases *UsersAliasesService + Photos *UsersPhotosService + func NewUsersService(s *Service) *UsersService + func (r *UsersService) Delete(userKey string) *UsersDeleteCall + func (r *UsersService) Get(userKey string) *UsersGetCall + func (r *UsersService) Insert(user *User) *UsersInsertCall + func (r *UsersService) List() *UsersListCall + func (r *UsersService) MakeAdmin(userKey string, usermakeadmin *UserMakeAdmin) *UsersMakeAdminCall + func (r *UsersService) Patch(userKey string, user *User) *UsersPatchCall + func (r *UsersService) SignOut(userKey string) *UsersSignOutCall + func (r *UsersService) Undelete(userKey string, userundelete *UserUndelete) *UsersUndeleteCall + func (r *UsersService) Update(userKey string, user *User) *UsersUpdateCall + func (r *UsersService) Watch(channel *Channel) *UsersWatchCall + type UsersSignOutCall struct + func (c *UsersSignOutCall) Context(ctx context.Context) *UsersSignOutCall + func (c *UsersSignOutCall) Do(opts ...googleapi.CallOption) error + func (c *UsersSignOutCall) Fields(s ...googleapi.Field) *UsersSignOutCall + func (c *UsersSignOutCall) Header() http.Header + type UsersUndeleteCall struct + func (c *UsersUndeleteCall) Context(ctx context.Context) *UsersUndeleteCall + func (c *UsersUndeleteCall) Do(opts ...googleapi.CallOption) error + func (c *UsersUndeleteCall) Fields(s ...googleapi.Field) *UsersUndeleteCall + func (c *UsersUndeleteCall) Header() http.Header + type UsersUpdateCall struct + func (c *UsersUpdateCall) Context(ctx context.Context) *UsersUpdateCall + func (c *UsersUpdateCall) Do(opts ...googleapi.CallOption) (*User, error) + func (c *UsersUpdateCall) Fields(s ...googleapi.Field) *UsersUpdateCall + func (c *UsersUpdateCall) Header() http.Header + type UsersWatchCall struct + func (c *UsersWatchCall) Context(ctx context.Context) *UsersWatchCall + func (c *UsersWatchCall) CustomFieldMask(customFieldMask string) *UsersWatchCall + func (c *UsersWatchCall) Customer(customer string) *UsersWatchCall + func (c *UsersWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error) + func (c *UsersWatchCall) Domain(domain string) *UsersWatchCall + func (c *UsersWatchCall) Event(event string) *UsersWatchCall + func (c *UsersWatchCall) Fields(s ...googleapi.Field) *UsersWatchCall + func (c *UsersWatchCall) Header() http.Header + func (c *UsersWatchCall) MaxResults(maxResults int64) *UsersWatchCall + func (c *UsersWatchCall) OrderBy(orderBy string) *UsersWatchCall + func (c *UsersWatchCall) PageToken(pageToken string) *UsersWatchCall + func (c *UsersWatchCall) Projection(projection string) *UsersWatchCall + func (c *UsersWatchCall) Query(query string) *UsersWatchCall + func (c *UsersWatchCall) ShowDeleted(showDeleted string) *UsersWatchCall + func (c *UsersWatchCall) SortOrder(sortOrder string) *UsersWatchCall + func (c *UsersWatchCall) ViewType(viewType string) *UsersWatchCall + type VerificationCode struct + Etag string + ForceSendFields []string + Kind string + NullFields []string + UserId string + VerificationCode string + func (s *VerificationCode) MarshalJSON() ([]byte, error) + type VerificationCodes struct + Etag string + ForceSendFields []string + Items []*VerificationCode + Kind string + NullFields []string + func (s *VerificationCodes) MarshalJSON() ([]byte, error) + type VerificationCodesGenerateCall struct + func (c *VerificationCodesGenerateCall) Context(ctx context.Context) *VerificationCodesGenerateCall + func (c *VerificationCodesGenerateCall) Do(opts ...googleapi.CallOption) error + func (c *VerificationCodesGenerateCall) Fields(s ...googleapi.Field) *VerificationCodesGenerateCall + func (c *VerificationCodesGenerateCall) Header() http.Header + type VerificationCodesInvalidateCall struct + func (c *VerificationCodesInvalidateCall) Context(ctx context.Context) *VerificationCodesInvalidateCall + func (c *VerificationCodesInvalidateCall) Do(opts ...googleapi.CallOption) error + func (c *VerificationCodesInvalidateCall) Fields(s ...googleapi.Field) *VerificationCodesInvalidateCall + func (c *VerificationCodesInvalidateCall) Header() http.Header + type VerificationCodesListCall struct + func (c *VerificationCodesListCall) Context(ctx context.Context) *VerificationCodesListCall + func (c *VerificationCodesListCall) Do(opts ...googleapi.CallOption) (*VerificationCodes, error) + func (c *VerificationCodesListCall) Fields(s ...googleapi.Field) *VerificationCodesListCall + func (c *VerificationCodesListCall) Header() http.Header + func (c *VerificationCodesListCall) IfNoneMatch(entityTag string) *VerificationCodesListCall + type VerificationCodesService struct + func NewVerificationCodesService(s *Service) *VerificationCodesService + func (r *VerificationCodesService) Generate(userKey string) *VerificationCodesGenerateCall + func (r *VerificationCodesService) Invalidate(userKey string) *VerificationCodesInvalidateCall + func (r *VerificationCodesService) List(userKey string) *VerificationCodesListCall