Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + type Empty struct + type ListPlaceActionLinksResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + PlaceActionLinks []*PlaceActionLink + func (s ListPlaceActionLinksResponse) MarshalJSON() ([]byte, error) + type ListPlaceActionTypeMetadataResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + PlaceActionTypeMetadata []*PlaceActionTypeMetadata + func (s ListPlaceActionTypeMetadataResponse) MarshalJSON() ([]byte, error) + type LocationsPlaceActionLinksCreateCall struct + func (c *LocationsPlaceActionLinksCreateCall) Context(ctx context.Context) *LocationsPlaceActionLinksCreateCall + func (c *LocationsPlaceActionLinksCreateCall) Do(opts ...googleapi.CallOption) (*PlaceActionLink, error) + func (c *LocationsPlaceActionLinksCreateCall) Fields(s ...googleapi.Field) *LocationsPlaceActionLinksCreateCall + func (c *LocationsPlaceActionLinksCreateCall) Header() http.Header + type LocationsPlaceActionLinksDeleteCall struct + func (c *LocationsPlaceActionLinksDeleteCall) Context(ctx context.Context) *LocationsPlaceActionLinksDeleteCall + func (c *LocationsPlaceActionLinksDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *LocationsPlaceActionLinksDeleteCall) Fields(s ...googleapi.Field) *LocationsPlaceActionLinksDeleteCall + func (c *LocationsPlaceActionLinksDeleteCall) Header() http.Header + type LocationsPlaceActionLinksGetCall struct + func (c *LocationsPlaceActionLinksGetCall) Context(ctx context.Context) *LocationsPlaceActionLinksGetCall + func (c *LocationsPlaceActionLinksGetCall) Do(opts ...googleapi.CallOption) (*PlaceActionLink, error) + func (c *LocationsPlaceActionLinksGetCall) Fields(s ...googleapi.Field) *LocationsPlaceActionLinksGetCall + func (c *LocationsPlaceActionLinksGetCall) Header() http.Header + func (c *LocationsPlaceActionLinksGetCall) IfNoneMatch(entityTag string) *LocationsPlaceActionLinksGetCall + type LocationsPlaceActionLinksListCall struct + func (c *LocationsPlaceActionLinksListCall) Context(ctx context.Context) *LocationsPlaceActionLinksListCall + func (c *LocationsPlaceActionLinksListCall) Do(opts ...googleapi.CallOption) (*ListPlaceActionLinksResponse, error) + func (c *LocationsPlaceActionLinksListCall) Fields(s ...googleapi.Field) *LocationsPlaceActionLinksListCall + func (c *LocationsPlaceActionLinksListCall) Filter(filter string) *LocationsPlaceActionLinksListCall + func (c *LocationsPlaceActionLinksListCall) Header() http.Header + func (c *LocationsPlaceActionLinksListCall) IfNoneMatch(entityTag string) *LocationsPlaceActionLinksListCall + func (c *LocationsPlaceActionLinksListCall) PageSize(pageSize int64) *LocationsPlaceActionLinksListCall + func (c *LocationsPlaceActionLinksListCall) PageToken(pageToken string) *LocationsPlaceActionLinksListCall + func (c *LocationsPlaceActionLinksListCall) Pages(ctx context.Context, f func(*ListPlaceActionLinksResponse) error) error + type LocationsPlaceActionLinksPatchCall struct + func (c *LocationsPlaceActionLinksPatchCall) Context(ctx context.Context) *LocationsPlaceActionLinksPatchCall + func (c *LocationsPlaceActionLinksPatchCall) Do(opts ...googleapi.CallOption) (*PlaceActionLink, error) + func (c *LocationsPlaceActionLinksPatchCall) Fields(s ...googleapi.Field) *LocationsPlaceActionLinksPatchCall + func (c *LocationsPlaceActionLinksPatchCall) Header() http.Header + func (c *LocationsPlaceActionLinksPatchCall) UpdateMask(updateMask string) *LocationsPlaceActionLinksPatchCall + type LocationsPlaceActionLinksService struct + func NewLocationsPlaceActionLinksService(s *Service) *LocationsPlaceActionLinksService + func (r *LocationsPlaceActionLinksService) Create(parent string, placeactionlink *PlaceActionLink) *LocationsPlaceActionLinksCreateCall + func (r *LocationsPlaceActionLinksService) Delete(name string) *LocationsPlaceActionLinksDeleteCall + func (r *LocationsPlaceActionLinksService) Get(name string) *LocationsPlaceActionLinksGetCall + func (r *LocationsPlaceActionLinksService) List(parent string) *LocationsPlaceActionLinksListCall + func (r *LocationsPlaceActionLinksService) Patch(name string, placeactionlink *PlaceActionLink) *LocationsPlaceActionLinksPatchCall + type LocationsService struct + PlaceActionLinks *LocationsPlaceActionLinksService + func NewLocationsService(s *Service) *LocationsService + type PlaceActionLink struct + CreateTime string + ForceSendFields []string + IsEditable bool + IsPreferred bool + Name string + NullFields []string + PlaceActionType string + ProviderType string + UpdateTime string + Uri string + func (s PlaceActionLink) MarshalJSON() ([]byte, error) + type PlaceActionTypeMetadata struct + DisplayName string + ForceSendFields []string + NullFields []string + PlaceActionType string + func (s PlaceActionTypeMetadata) MarshalJSON() ([]byte, error) + type PlaceActionTypeMetadataListCall struct + func (c *PlaceActionTypeMetadataListCall) Context(ctx context.Context) *PlaceActionTypeMetadataListCall + func (c *PlaceActionTypeMetadataListCall) Do(opts ...googleapi.CallOption) (*ListPlaceActionTypeMetadataResponse, error) + func (c *PlaceActionTypeMetadataListCall) Fields(s ...googleapi.Field) *PlaceActionTypeMetadataListCall + func (c *PlaceActionTypeMetadataListCall) Filter(filter string) *PlaceActionTypeMetadataListCall + func (c *PlaceActionTypeMetadataListCall) Header() http.Header + func (c *PlaceActionTypeMetadataListCall) IfNoneMatch(entityTag string) *PlaceActionTypeMetadataListCall + func (c *PlaceActionTypeMetadataListCall) LanguageCode(languageCode string) *PlaceActionTypeMetadataListCall + func (c *PlaceActionTypeMetadataListCall) PageSize(pageSize int64) *PlaceActionTypeMetadataListCall + func (c *PlaceActionTypeMetadataListCall) PageToken(pageToken string) *PlaceActionTypeMetadataListCall + func (c *PlaceActionTypeMetadataListCall) Pages(ctx context.Context, f func(*ListPlaceActionTypeMetadataResponse) error) error + type PlaceActionTypeMetadataService struct + func NewPlaceActionTypeMetadataService(s *Service) *PlaceActionTypeMetadataService + func (r *PlaceActionTypeMetadataService) List() *PlaceActionTypeMetadataListCall + type Service struct + BasePath string + Locations *LocationsService + PlaceActionTypeMetadata *PlaceActionTypeMetadataService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)