Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + type EntitiesSearchCall struct + func (c *EntitiesSearchCall) Context(ctx context.Context) *EntitiesSearchCall + func (c *EntitiesSearchCall) Do(opts ...googleapi.CallOption) (*SearchResponse, error) + func (c *EntitiesSearchCall) Fields(s ...googleapi.Field) *EntitiesSearchCall + func (c *EntitiesSearchCall) Header() http.Header + func (c *EntitiesSearchCall) Ids(ids ...string) *EntitiesSearchCall + func (c *EntitiesSearchCall) IfNoneMatch(entityTag string) *EntitiesSearchCall + func (c *EntitiesSearchCall) Indent(indent bool) *EntitiesSearchCall + func (c *EntitiesSearchCall) Languages(languages ...string) *EntitiesSearchCall + func (c *EntitiesSearchCall) Limit(limit int64) *EntitiesSearchCall + func (c *EntitiesSearchCall) Prefix(prefix bool) *EntitiesSearchCall + func (c *EntitiesSearchCall) Query(query string) *EntitiesSearchCall + func (c *EntitiesSearchCall) Types(types ...string) *EntitiesSearchCall + type EntitiesService struct + func NewEntitiesService(s *Service) *EntitiesService + func (r *EntitiesService) Search() *EntitiesSearchCall + type SearchResponse struct + ForceSendFields []string + ItemListElement []interface{} + NullFields []string + func (s *SearchResponse) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Entities *EntitiesService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)