Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const AdminDatatransferReadonlyScope + const AdminDatatransferScope + type Application struct + Etag string + ForceSendFields []string + Id int64 + Kind string + Name string + NullFields []string + TransferParams []*ApplicationTransferParam + func (s *Application) MarshalJSON() ([]byte, error) + type ApplicationDataTransfer struct + ApplicationId int64 + ApplicationTransferParams []*ApplicationTransferParam + ApplicationTransferStatus string + ForceSendFields []string + NullFields []string + func (s *ApplicationDataTransfer) MarshalJSON() ([]byte, error) + type ApplicationTransferParam struct + ForceSendFields []string + Key string + NullFields []string + Value []string + func (s *ApplicationTransferParam) MarshalJSON() ([]byte, error) + type ApplicationsGetCall struct + func (c *ApplicationsGetCall) Context(ctx context.Context) *ApplicationsGetCall + func (c *ApplicationsGetCall) Do(opts ...googleapi.CallOption) (*Application, error) + func (c *ApplicationsGetCall) Fields(s ...googleapi.Field) *ApplicationsGetCall + func (c *ApplicationsGetCall) Header() http.Header + func (c *ApplicationsGetCall) IfNoneMatch(entityTag string) *ApplicationsGetCall + type ApplicationsListCall struct + func (c *ApplicationsListCall) Context(ctx context.Context) *ApplicationsListCall + func (c *ApplicationsListCall) CustomerId(customerId string) *ApplicationsListCall + func (c *ApplicationsListCall) Do(opts ...googleapi.CallOption) (*ApplicationsListResponse, error) + func (c *ApplicationsListCall) Fields(s ...googleapi.Field) *ApplicationsListCall + func (c *ApplicationsListCall) Header() http.Header + func (c *ApplicationsListCall) IfNoneMatch(entityTag string) *ApplicationsListCall + func (c *ApplicationsListCall) MaxResults(maxResults int64) *ApplicationsListCall + func (c *ApplicationsListCall) PageToken(pageToken string) *ApplicationsListCall + func (c *ApplicationsListCall) Pages(ctx context.Context, f func(*ApplicationsListResponse) error) error + type ApplicationsListResponse struct + Applications []*Application + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + func (s *ApplicationsListResponse) MarshalJSON() ([]byte, error) + type ApplicationsService struct + func NewApplicationsService(s *Service) *ApplicationsService + func (r *ApplicationsService) Get(applicationId int64) *ApplicationsGetCall + func (r *ApplicationsService) List() *ApplicationsListCall + type DataTransfer struct + ApplicationDataTransfers []*ApplicationDataTransfer + Etag string + ForceSendFields []string + Id string + Kind string + NewOwnerUserId string + NullFields []string + OldOwnerUserId string + OverallTransferStatusCode string + RequestTime string + func (s *DataTransfer) MarshalJSON() ([]byte, error) + type DataTransfersListResponse struct + DataTransfers []*DataTransfer + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + func (s *DataTransfersListResponse) MarshalJSON() ([]byte, error) + type Service struct + Applications *ApplicationsService + BasePath string + Transfers *TransfersService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type TransfersGetCall struct + func (c *TransfersGetCall) Context(ctx context.Context) *TransfersGetCall + func (c *TransfersGetCall) Do(opts ...googleapi.CallOption) (*DataTransfer, error) + func (c *TransfersGetCall) Fields(s ...googleapi.Field) *TransfersGetCall + func (c *TransfersGetCall) Header() http.Header + func (c *TransfersGetCall) IfNoneMatch(entityTag string) *TransfersGetCall + type TransfersInsertCall struct + func (c *TransfersInsertCall) Context(ctx context.Context) *TransfersInsertCall + func (c *TransfersInsertCall) Do(opts ...googleapi.CallOption) (*DataTransfer, error) + func (c *TransfersInsertCall) Fields(s ...googleapi.Field) *TransfersInsertCall + func (c *TransfersInsertCall) Header() http.Header + type TransfersListCall struct + func (c *TransfersListCall) Context(ctx context.Context) *TransfersListCall + func (c *TransfersListCall) CustomerId(customerId string) *TransfersListCall + func (c *TransfersListCall) Do(opts ...googleapi.CallOption) (*DataTransfersListResponse, error) + func (c *TransfersListCall) Fields(s ...googleapi.Field) *TransfersListCall + func (c *TransfersListCall) Header() http.Header + func (c *TransfersListCall) IfNoneMatch(entityTag string) *TransfersListCall + func (c *TransfersListCall) MaxResults(maxResults int64) *TransfersListCall + func (c *TransfersListCall) NewOwnerUserId(newOwnerUserId string) *TransfersListCall + func (c *TransfersListCall) OldOwnerUserId(oldOwnerUserId string) *TransfersListCall + func (c *TransfersListCall) PageToken(pageToken string) *TransfersListCall + func (c *TransfersListCall) Pages(ctx context.Context, f func(*DataTransfersListResponse) error) error + func (c *TransfersListCall) Status(status string) *TransfersListCall + type TransfersService struct + func NewTransfersService(s *Service) *TransfersService + func (r *TransfersService) Get(dataTransferId string) *TransfersGetCall + func (r *TransfersService) Insert(datatransfer *DataTransfer) *TransfersInsertCall + func (r *TransfersService) List() *TransfersListCall