Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + type AmpUrl struct + AmpUrl string + CdnAmpUrl string + ForceSendFields []string + NullFields []string + OriginalUrl string + func (s *AmpUrl) MarshalJSON() ([]byte, error) + type AmpUrlError struct + ErrorCode string + ErrorMessage string + ForceSendFields []string + NullFields []string + OriginalUrl string + func (s *AmpUrlError) MarshalJSON() ([]byte, error) + type AmpUrlsBatchGetCall struct + func (c *AmpUrlsBatchGetCall) Context(ctx context.Context) *AmpUrlsBatchGetCall + func (c *AmpUrlsBatchGetCall) Do(opts ...googleapi.CallOption) (*BatchGetAmpUrlsResponse, error) + func (c *AmpUrlsBatchGetCall) Fields(s ...googleapi.Field) *AmpUrlsBatchGetCall + func (c *AmpUrlsBatchGetCall) Header() http.Header + type AmpUrlsService struct + func NewAmpUrlsService(s *Service) *AmpUrlsService + func (r *AmpUrlsService) BatchGet(batchgetampurlsrequest *BatchGetAmpUrlsRequest) *AmpUrlsBatchGetCall + type BatchGetAmpUrlsRequest struct + ForceSendFields []string + LookupStrategy string + NullFields []string + Urls []string + func (s *BatchGetAmpUrlsRequest) MarshalJSON() ([]byte, error) + type BatchGetAmpUrlsResponse struct + AmpUrls []*AmpUrl + ForceSendFields []string + NullFields []string + UrlErrors []*AmpUrlError + func (s *BatchGetAmpUrlsResponse) MarshalJSON() ([]byte, error) + type Service struct + AmpUrls *AmpUrlsService + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)