Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const ManufacturercenterScope + type AccountsProductsDeleteCall struct + func (c *AccountsProductsDeleteCall) Context(ctx context.Context) *AccountsProductsDeleteCall + func (c *AccountsProductsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AccountsProductsDeleteCall) Fields(s ...googleapi.Field) *AccountsProductsDeleteCall + func (c *AccountsProductsDeleteCall) Header() http.Header + type AccountsProductsGetCall struct + func (c *AccountsProductsGetCall) Context(ctx context.Context) *AccountsProductsGetCall + func (c *AccountsProductsGetCall) Do(opts ...googleapi.CallOption) (*Product, error) + func (c *AccountsProductsGetCall) Fields(s ...googleapi.Field) *AccountsProductsGetCall + func (c *AccountsProductsGetCall) Header() http.Header + func (c *AccountsProductsGetCall) IfNoneMatch(entityTag string) *AccountsProductsGetCall + func (c *AccountsProductsGetCall) Include(include ...string) *AccountsProductsGetCall + type AccountsProductsListCall struct + func (c *AccountsProductsListCall) Context(ctx context.Context) *AccountsProductsListCall + func (c *AccountsProductsListCall) Do(opts ...googleapi.CallOption) (*ListProductsResponse, error) + func (c *AccountsProductsListCall) Fields(s ...googleapi.Field) *AccountsProductsListCall + func (c *AccountsProductsListCall) Header() http.Header + func (c *AccountsProductsListCall) IfNoneMatch(entityTag string) *AccountsProductsListCall + func (c *AccountsProductsListCall) Include(include ...string) *AccountsProductsListCall + func (c *AccountsProductsListCall) PageSize(pageSize int64) *AccountsProductsListCall + func (c *AccountsProductsListCall) PageToken(pageToken string) *AccountsProductsListCall + func (c *AccountsProductsListCall) Pages(ctx context.Context, f func(*ListProductsResponse) error) error + type AccountsProductsService struct + func NewAccountsProductsService(s *Service) *AccountsProductsService + func (r *AccountsProductsService) Delete(parent string, name string) *AccountsProductsDeleteCall + func (r *AccountsProductsService) Get(parent string, name string) *AccountsProductsGetCall + func (r *AccountsProductsService) List(parent string) *AccountsProductsListCall + func (r *AccountsProductsService) Update(parent string, name string, attributes *Attributes) *AccountsProductsUpdateCall + type AccountsProductsUpdateCall struct + func (c *AccountsProductsUpdateCall) Context(ctx context.Context) *AccountsProductsUpdateCall + func (c *AccountsProductsUpdateCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AccountsProductsUpdateCall) Fields(s ...googleapi.Field) *AccountsProductsUpdateCall + func (c *AccountsProductsUpdateCall) Header() http.Header + type AccountsService struct + Products *AccountsProductsService + func NewAccountsService(s *Service) *AccountsService + type Attributes struct + AdditionalImageLink []*Image + AgeGroup string + Brand string + Capacity *Capacity + Color string + Count *Count + Description string + DisclosureDate string + ExcludedDestination []string + FeatureDescription []*FeatureDescription + Flavor string + ForceSendFields []string + Format string + Gender string + Gtin []string + ImageLink *Image + IncludedDestination []string + ItemGroupId string + Material string + Mpn string + NullFields []string + Pattern string + ProductDetail []*ProductDetail + ProductLine string + ProductName string + ProductPageUrl string + ProductType []string + ReleaseDate string + RichProductContent []string + Scent string + Size string + SizeSystem string + SizeType string + SuggestedRetailPrice *Price + TargetClientId string + Theme string + Title string + VideoLink []string + func (s *Attributes) MarshalJSON() ([]byte, error) + type Capacity struct + ForceSendFields []string + NullFields []string + Unit string + Value int64 + func (s *Capacity) MarshalJSON() ([]byte, error) + type Count struct + ForceSendFields []string + NullFields []string + Unit string + Value int64 + func (s *Count) MarshalJSON() ([]byte, error) + type DestinationStatus struct + Destination string + ForceSendFields []string + NullFields []string + Status string + func (s *DestinationStatus) MarshalJSON() ([]byte, error) + type Empty struct + type FeatureDescription struct + ForceSendFields []string + Headline string + Image *Image + NullFields []string + Text string + func (s *FeatureDescription) MarshalJSON() ([]byte, error) + type Image struct + ForceSendFields []string + ImageUrl string + NullFields []string + Status string + Type string + func (s *Image) MarshalJSON() ([]byte, error) + type Issue struct + Attribute string + Description string + Destination string + ForceSendFields []string + NullFields []string + Resolution string + Severity string + Timestamp string + Title string + Type string + func (s *Issue) MarshalJSON() ([]byte, error) + type ListProductsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Products []*Product + func (s *ListProductsResponse) MarshalJSON() ([]byte, error) + type Price struct + Amount string + Currency string + ForceSendFields []string + NullFields []string + func (s *Price) MarshalJSON() ([]byte, error) + type Product struct + Attributes *Attributes + ContentLanguage string + DestinationStatuses []*DestinationStatus + ForceSendFields []string + Issues []*Issue + Name string + NullFields []string + Parent string + ProductId string + TargetCountry string + func (s *Product) MarshalJSON() ([]byte, error) + type ProductDetail struct + AttributeName string + AttributeValue string + ForceSendFields []string + NullFields []string + SectionName string + func (s *ProductDetail) MarshalJSON() ([]byte, error) + type Service struct + Accounts *AccountsService + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)