Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + type AcceptInvitationRequest struct + type Account struct + AccountName string + AccountNumber string + ForceSendFields []string + Name string + NullFields []string + OrganizationInfo *OrganizationInfo + PermissionLevel string + PrimaryOwner string + Role string + Type string + VerificationState string + VettedState string + func (s *Account) MarshalJSON() ([]byte, error) + type AccountsAdminsCreateCall struct + func (c *AccountsAdminsCreateCall) Context(ctx context.Context) *AccountsAdminsCreateCall + func (c *AccountsAdminsCreateCall) Do(opts ...googleapi.CallOption) (*Admin, error) + func (c *AccountsAdminsCreateCall) Fields(s ...googleapi.Field) *AccountsAdminsCreateCall + func (c *AccountsAdminsCreateCall) Header() http.Header + type AccountsAdminsDeleteCall struct + func (c *AccountsAdminsDeleteCall) Context(ctx context.Context) *AccountsAdminsDeleteCall + func (c *AccountsAdminsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AccountsAdminsDeleteCall) Fields(s ...googleapi.Field) *AccountsAdminsDeleteCall + func (c *AccountsAdminsDeleteCall) Header() http.Header + type AccountsAdminsListCall struct + func (c *AccountsAdminsListCall) Context(ctx context.Context) *AccountsAdminsListCall + func (c *AccountsAdminsListCall) Do(opts ...googleapi.CallOption) (*ListAccountAdminsResponse, error) + func (c *AccountsAdminsListCall) Fields(s ...googleapi.Field) *AccountsAdminsListCall + func (c *AccountsAdminsListCall) Header() http.Header + func (c *AccountsAdminsListCall) IfNoneMatch(entityTag string) *AccountsAdminsListCall + type AccountsAdminsPatchCall struct + func (c *AccountsAdminsPatchCall) Context(ctx context.Context) *AccountsAdminsPatchCall + func (c *AccountsAdminsPatchCall) Do(opts ...googleapi.CallOption) (*Admin, error) + func (c *AccountsAdminsPatchCall) Fields(s ...googleapi.Field) *AccountsAdminsPatchCall + func (c *AccountsAdminsPatchCall) Header() http.Header + func (c *AccountsAdminsPatchCall) UpdateMask(updateMask string) *AccountsAdminsPatchCall + type AccountsAdminsService struct + func NewAccountsAdminsService(s *Service) *AccountsAdminsService + func (r *AccountsAdminsService) Create(parent string, admin *Admin) *AccountsAdminsCreateCall + func (r *AccountsAdminsService) Delete(name string) *AccountsAdminsDeleteCall + func (r *AccountsAdminsService) List(parent string) *AccountsAdminsListCall + func (r *AccountsAdminsService) Patch(name string, admin *Admin) *AccountsAdminsPatchCall + type AccountsCreateCall struct + func (c *AccountsCreateCall) Context(ctx context.Context) *AccountsCreateCall + func (c *AccountsCreateCall) Do(opts ...googleapi.CallOption) (*Account, error) + func (c *AccountsCreateCall) Fields(s ...googleapi.Field) *AccountsCreateCall + func (c *AccountsCreateCall) Header() http.Header + type AccountsGetCall struct + func (c *AccountsGetCall) Context(ctx context.Context) *AccountsGetCall + func (c *AccountsGetCall) Do(opts ...googleapi.CallOption) (*Account, error) + func (c *AccountsGetCall) Fields(s ...googleapi.Field) *AccountsGetCall + func (c *AccountsGetCall) Header() http.Header + func (c *AccountsGetCall) IfNoneMatch(entityTag string) *AccountsGetCall + type AccountsInvitationsAcceptCall struct + func (c *AccountsInvitationsAcceptCall) Context(ctx context.Context) *AccountsInvitationsAcceptCall + func (c *AccountsInvitationsAcceptCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AccountsInvitationsAcceptCall) Fields(s ...googleapi.Field) *AccountsInvitationsAcceptCall + func (c *AccountsInvitationsAcceptCall) Header() http.Header + type AccountsInvitationsDeclineCall struct + func (c *AccountsInvitationsDeclineCall) Context(ctx context.Context) *AccountsInvitationsDeclineCall + func (c *AccountsInvitationsDeclineCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AccountsInvitationsDeclineCall) Fields(s ...googleapi.Field) *AccountsInvitationsDeclineCall + func (c *AccountsInvitationsDeclineCall) Header() http.Header + type AccountsInvitationsListCall struct + func (c *AccountsInvitationsListCall) Context(ctx context.Context) *AccountsInvitationsListCall + func (c *AccountsInvitationsListCall) Do(opts ...googleapi.CallOption) (*ListInvitationsResponse, error) + func (c *AccountsInvitationsListCall) Fields(s ...googleapi.Field) *AccountsInvitationsListCall + func (c *AccountsInvitationsListCall) Filter(filter string) *AccountsInvitationsListCall + func (c *AccountsInvitationsListCall) Header() http.Header + func (c *AccountsInvitationsListCall) IfNoneMatch(entityTag string) *AccountsInvitationsListCall + type AccountsInvitationsService struct + func NewAccountsInvitationsService(s *Service) *AccountsInvitationsService + func (r *AccountsInvitationsService) Accept(name string, acceptinvitationrequest *AcceptInvitationRequest) *AccountsInvitationsAcceptCall + func (r *AccountsInvitationsService) Decline(name string, declineinvitationrequest *DeclineInvitationRequest) *AccountsInvitationsDeclineCall + func (r *AccountsInvitationsService) List(parent string) *AccountsInvitationsListCall + type AccountsListCall struct + func (c *AccountsListCall) Context(ctx context.Context) *AccountsListCall + func (c *AccountsListCall) Do(opts ...googleapi.CallOption) (*ListAccountsResponse, error) + func (c *AccountsListCall) Fields(s ...googleapi.Field) *AccountsListCall + func (c *AccountsListCall) Filter(filter string) *AccountsListCall + func (c *AccountsListCall) Header() http.Header + func (c *AccountsListCall) IfNoneMatch(entityTag string) *AccountsListCall + func (c *AccountsListCall) PageSize(pageSize int64) *AccountsListCall + func (c *AccountsListCall) PageToken(pageToken string) *AccountsListCall + func (c *AccountsListCall) Pages(ctx context.Context, f func(*ListAccountsResponse) error) error + func (c *AccountsListCall) ParentAccount(parentAccount string) *AccountsListCall + type AccountsPatchCall struct + func (c *AccountsPatchCall) Context(ctx context.Context) *AccountsPatchCall + func (c *AccountsPatchCall) Do(opts ...googleapi.CallOption) (*Account, error) + func (c *AccountsPatchCall) Fields(s ...googleapi.Field) *AccountsPatchCall + func (c *AccountsPatchCall) Header() http.Header + func (c *AccountsPatchCall) UpdateMask(updateMask string) *AccountsPatchCall + func (c *AccountsPatchCall) ValidateOnly(validateOnly bool) *AccountsPatchCall + type AccountsService struct + Admins *AccountsAdminsService + Invitations *AccountsInvitationsService + func NewAccountsService(s *Service) *AccountsService + func (r *AccountsService) Create(account *Account) *AccountsCreateCall + func (r *AccountsService) Get(name string) *AccountsGetCall + func (r *AccountsService) List() *AccountsListCall + func (r *AccountsService) Patch(name string, account *Account) *AccountsPatchCall + type Admin struct + Account string + Admin string + ForceSendFields []string + Name string + NullFields []string + PendingInvitation bool + Role string + func (s *Admin) MarshalJSON() ([]byte, error) + type DeclineInvitationRequest struct + type Empty struct + type Invitation struct + ForceSendFields []string + Name string + NullFields []string + Role string + TargetAccount *Account + TargetLocation *TargetLocation + TargetType string + func (s *Invitation) MarshalJSON() ([]byte, error) + type ListAccountAdminsResponse struct + AccountAdmins []*Admin + ForceSendFields []string + NullFields []string + func (s *ListAccountAdminsResponse) MarshalJSON() ([]byte, error) + type ListAccountsResponse struct + Accounts []*Account + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListAccountsResponse) MarshalJSON() ([]byte, error) + type ListInvitationsResponse struct + ForceSendFields []string + Invitations []*Invitation + NullFields []string + func (s *ListInvitationsResponse) MarshalJSON() ([]byte, error) + type ListLocationAdminsResponse struct + Admins []*Admin + ForceSendFields []string + NullFields []string + func (s *ListLocationAdminsResponse) MarshalJSON() ([]byte, error) + type LocationsAdminsCreateCall struct + func (c *LocationsAdminsCreateCall) Context(ctx context.Context) *LocationsAdminsCreateCall + func (c *LocationsAdminsCreateCall) Do(opts ...googleapi.CallOption) (*Admin, error) + func (c *LocationsAdminsCreateCall) Fields(s ...googleapi.Field) *LocationsAdminsCreateCall + func (c *LocationsAdminsCreateCall) Header() http.Header + type LocationsAdminsDeleteCall struct + func (c *LocationsAdminsDeleteCall) Context(ctx context.Context) *LocationsAdminsDeleteCall + func (c *LocationsAdminsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *LocationsAdminsDeleteCall) Fields(s ...googleapi.Field) *LocationsAdminsDeleteCall + func (c *LocationsAdminsDeleteCall) Header() http.Header + type LocationsAdminsListCall struct + func (c *LocationsAdminsListCall) Context(ctx context.Context) *LocationsAdminsListCall + func (c *LocationsAdminsListCall) Do(opts ...googleapi.CallOption) (*ListLocationAdminsResponse, error) + func (c *LocationsAdminsListCall) Fields(s ...googleapi.Field) *LocationsAdminsListCall + func (c *LocationsAdminsListCall) Header() http.Header + func (c *LocationsAdminsListCall) IfNoneMatch(entityTag string) *LocationsAdminsListCall + type LocationsAdminsPatchCall struct + func (c *LocationsAdminsPatchCall) Context(ctx context.Context) *LocationsAdminsPatchCall + func (c *LocationsAdminsPatchCall) Do(opts ...googleapi.CallOption) (*Admin, error) + func (c *LocationsAdminsPatchCall) Fields(s ...googleapi.Field) *LocationsAdminsPatchCall + func (c *LocationsAdminsPatchCall) Header() http.Header + func (c *LocationsAdminsPatchCall) UpdateMask(updateMask string) *LocationsAdminsPatchCall + type LocationsAdminsService struct + func NewLocationsAdminsService(s *Service) *LocationsAdminsService + func (r *LocationsAdminsService) Create(parent string, admin *Admin) *LocationsAdminsCreateCall + func (r *LocationsAdminsService) Delete(name string) *LocationsAdminsDeleteCall + func (r *LocationsAdminsService) List(parent string) *LocationsAdminsListCall + func (r *LocationsAdminsService) Patch(name string, admin *Admin) *LocationsAdminsPatchCall + type LocationsService struct + Admins *LocationsAdminsService + func NewLocationsService(s *Service) *LocationsService + func (r *LocationsService) Transfer(name string, transferlocationrequest *TransferLocationRequest) *LocationsTransferCall + type LocationsTransferCall struct + func (c *LocationsTransferCall) Context(ctx context.Context) *LocationsTransferCall + func (c *LocationsTransferCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *LocationsTransferCall) Fields(s ...googleapi.Field) *LocationsTransferCall + func (c *LocationsTransferCall) Header() http.Header + type OrganizationInfo struct + Address *PostalAddress + ForceSendFields []string + NullFields []string + PhoneNumber string + RegisteredDomain string + func (s *OrganizationInfo) MarshalJSON() ([]byte, error) + type PostalAddress struct + AddressLines []string + AdministrativeArea string + ForceSendFields []string + LanguageCode string + Locality string + NullFields []string + Organization string + PostalCode string + Recipients []string + RegionCode string + Revision int64 + SortingCode string + Sublocality string + func (s *PostalAddress) MarshalJSON() ([]byte, error) + type Service struct + Accounts *AccountsService + BasePath string + Locations *LocationsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type TargetLocation struct + Address string + ForceSendFields []string + LocationName string + NullFields []string + func (s *TargetLocation) MarshalJSON() ([]byte, error) + type TransferLocationRequest struct + DestinationAccount string + ForceSendFields []string + NullFields []string + func (s *TransferLocationRequest) MarshalJSON() ([]byte, error)