Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const CloudSearchDebugScope + const CloudSearchIndexingScope + const CloudSearchQueryScope + const CloudSearchScope + const CloudSearchSettingsIndexingScope + const CloudSearchSettingsQueryScope + const CloudSearchSettingsScope + const CloudSearchStatsIndexingScope + const CloudSearchStatsScope + type Action struct + ForceSendFields []string + NullFields []string + Title string + Url string + func (s *Action) MarshalJSON() ([]byte, error) + type AuditLoggingSettings struct + ForceSendFields []string + LogAdminReadActions bool + LogDataReadActions bool + LogDataWriteActions bool + NullFields []string + Project string + func (s *AuditLoggingSettings) MarshalJSON() ([]byte, error) + type BackgroundColoredText struct + BackgroundColor string + ForceSendFields []string + NullFields []string + Text string + func (s *BackgroundColoredText) MarshalJSON() ([]byte, error) + type BooleanOperatorOptions struct + ForceSendFields []string + NullFields []string + OperatorName string + func (s *BooleanOperatorOptions) MarshalJSON() ([]byte, error) + type BooleanPropertyOptions struct + ForceSendFields []string + NullFields []string + OperatorOptions *BooleanOperatorOptions + func (s *BooleanPropertyOptions) MarshalJSON() ([]byte, error) + type CheckAccessResponse struct + ForceSendFields []string + HasAccess bool + NullFields []string + func (s *CheckAccessResponse) MarshalJSON() ([]byte, error) + type CompositeFilter struct + ForceSendFields []string + LogicOperator string + NullFields []string + SubFilters []*Filter + func (s *CompositeFilter) MarshalJSON() ([]byte, error) + type Content struct + Actions []*Action + Description *SafeHtmlProto + ForceSendFields []string + NullFields []string + Subtitle *BackgroundColoredText + Title *BackgroundColoredText + func (s *Content) MarshalJSON() ([]byte, error) + type Context struct + App []string + DayOfWeek []int64 + EndDateSec int64 + EndDayOffsetSec int64 + ForceSendFields []string + Locale []string + Location []string + NullFields []string + Query []string + StartDateSec int64 + StartDayOffsetSec int64 + Surface []string + Type []string + func (s *Context) MarshalJSON() ([]byte, error) + type ContextAttribute struct + ForceSendFields []string + Name string + NullFields []string + Values []string + func (s *ContextAttribute) MarshalJSON() ([]byte, error) + type CustomerIndexStats struct + Date *Date + ForceSendFields []string + ItemCountByStatus []*ItemCountByStatus + NullFields []string + func (s *CustomerIndexStats) MarshalJSON() ([]byte, error) + type CustomerQueryStats struct + Date *Date + ForceSendFields []string + NullFields []string + QueryCountByStatus []*QueryCountByStatus + func (s *CustomerQueryStats) MarshalJSON() ([]byte, error) + type CustomerSearchApplicationStats struct + Count int64 + Date *Date + ForceSendFields []string + NullFields []string + func (s *CustomerSearchApplicationStats) MarshalJSON() ([]byte, error) + type CustomerSessionStats struct + Date *Date + ForceSendFields []string + NullFields []string + SearchSessionsCount int64 + func (s *CustomerSessionStats) MarshalJSON() ([]byte, error) + type CustomerSettings struct + AuditLoggingSettings *AuditLoggingSettings + ForceSendFields []string + NullFields []string + VpcSettings *VPCSettings + func (s *CustomerSettings) MarshalJSON() ([]byte, error) + type CustomerUserStats struct + Date *Date + ForceSendFields []string + NullFields []string + OneDayActiveUsersCount int64 + SevenDaysActiveUsersCount int64 + ThirtyDaysActiveUsersCount int64 + func (s *CustomerUserStats) MarshalJSON() ([]byte, error) + type DataSource struct + DisableModifications bool + DisableServing bool + DisplayName string + ForceSendFields []string + IndexingServiceAccounts []string + ItemsVisibility []*GSuitePrincipal + Name string + NullFields []string + OperationIds []string + ReturnThumbnailUrls bool + ShortName string + func (s *DataSource) MarshalJSON() ([]byte, error) + type DataSourceIndexStats struct + Date *Date + ForceSendFields []string + ItemCountByStatus []*ItemCountByStatus + NullFields []string + func (s *DataSourceIndexStats) MarshalJSON() ([]byte, error) + type DataSourceRestriction struct + FilterOptions []*FilterOptions + ForceSendFields []string + NullFields []string + Source *Source + func (s *DataSourceRestriction) MarshalJSON() ([]byte, error) + type Date struct + Day int64 + ForceSendFields []string + Month int64 + NullFields []string + Year int64 + func (s *Date) MarshalJSON() ([]byte, error) + type DateOperatorOptions struct + ForceSendFields []string + GreaterThanOperatorName string + LessThanOperatorName string + NullFields []string + OperatorName string + func (s *DateOperatorOptions) MarshalJSON() ([]byte, error) + type DatePropertyOptions struct + ForceSendFields []string + NullFields []string + OperatorOptions *DateOperatorOptions + func (s *DatePropertyOptions) MarshalJSON() ([]byte, error) + type DateValues struct + ForceSendFields []string + NullFields []string + Values []*Date + func (s *DateValues) MarshalJSON() ([]byte, error) + type DebugDatasourcesItemsCheckAccessCall struct + func (c *DebugDatasourcesItemsCheckAccessCall) Context(ctx context.Context) *DebugDatasourcesItemsCheckAccessCall + func (c *DebugDatasourcesItemsCheckAccessCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *DebugDatasourcesItemsCheckAccessCall + func (c *DebugDatasourcesItemsCheckAccessCall) Do(opts ...googleapi.CallOption) (*CheckAccessResponse, error) + func (c *DebugDatasourcesItemsCheckAccessCall) Fields(s ...googleapi.Field) *DebugDatasourcesItemsCheckAccessCall + func (c *DebugDatasourcesItemsCheckAccessCall) Header() http.Header + type DebugDatasourcesItemsSearchByViewUrlCall struct + func (c *DebugDatasourcesItemsSearchByViewUrlCall) Context(ctx context.Context) *DebugDatasourcesItemsSearchByViewUrlCall + func (c *DebugDatasourcesItemsSearchByViewUrlCall) Do(opts ...googleapi.CallOption) (*SearchItemsByViewUrlResponse, error) + func (c *DebugDatasourcesItemsSearchByViewUrlCall) Fields(s ...googleapi.Field) *DebugDatasourcesItemsSearchByViewUrlCall + func (c *DebugDatasourcesItemsSearchByViewUrlCall) Header() http.Header + func (c *DebugDatasourcesItemsSearchByViewUrlCall) Pages(ctx context.Context, f func(*SearchItemsByViewUrlResponse) error) error + type DebugDatasourcesItemsService struct + Unmappedids *DebugDatasourcesItemsUnmappedidsService + func NewDebugDatasourcesItemsService(s *Service) *DebugDatasourcesItemsService + func (r *DebugDatasourcesItemsService) CheckAccess(name string, principal *Principal) *DebugDatasourcesItemsCheckAccessCall + func (r *DebugDatasourcesItemsService) SearchByViewUrl(name string, searchitemsbyviewurlrequest *SearchItemsByViewUrlRequest) *DebugDatasourcesItemsSearchByViewUrlCall + type DebugDatasourcesItemsUnmappedidsListCall struct + func (c *DebugDatasourcesItemsUnmappedidsListCall) Context(ctx context.Context) *DebugDatasourcesItemsUnmappedidsListCall + func (c *DebugDatasourcesItemsUnmappedidsListCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *DebugDatasourcesItemsUnmappedidsListCall + func (c *DebugDatasourcesItemsUnmappedidsListCall) Do(opts ...googleapi.CallOption) (*ListUnmappedIdentitiesResponse, error) + func (c *DebugDatasourcesItemsUnmappedidsListCall) Fields(s ...googleapi.Field) *DebugDatasourcesItemsUnmappedidsListCall + func (c *DebugDatasourcesItemsUnmappedidsListCall) Header() http.Header + func (c *DebugDatasourcesItemsUnmappedidsListCall) IfNoneMatch(entityTag string) *DebugDatasourcesItemsUnmappedidsListCall + func (c *DebugDatasourcesItemsUnmappedidsListCall) PageSize(pageSize int64) *DebugDatasourcesItemsUnmappedidsListCall + func (c *DebugDatasourcesItemsUnmappedidsListCall) PageToken(pageToken string) *DebugDatasourcesItemsUnmappedidsListCall + func (c *DebugDatasourcesItemsUnmappedidsListCall) Pages(ctx context.Context, f func(*ListUnmappedIdentitiesResponse) error) error + type DebugDatasourcesItemsUnmappedidsService struct + func NewDebugDatasourcesItemsUnmappedidsService(s *Service) *DebugDatasourcesItemsUnmappedidsService + func (r *DebugDatasourcesItemsUnmappedidsService) List(parent string) *DebugDatasourcesItemsUnmappedidsListCall + type DebugDatasourcesService struct + Items *DebugDatasourcesItemsService + func NewDebugDatasourcesService(s *Service) *DebugDatasourcesService + type DebugIdentitysourcesItemsListForunmappedidentityCall struct + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) Context(ctx context.Context) *DebugIdentitysourcesItemsListForunmappedidentityCall + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *DebugIdentitysourcesItemsListForunmappedidentityCall + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) Do(opts ...googleapi.CallOption) (*ListItemNamesForUnmappedIdentityResponse, error) + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) Fields(s ...googleapi.Field) *DebugIdentitysourcesItemsListForunmappedidentityCall + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) GroupResourceName(groupResourceName string) *DebugIdentitysourcesItemsListForunmappedidentityCall + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) Header() http.Header + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) IfNoneMatch(entityTag string) *DebugIdentitysourcesItemsListForunmappedidentityCall + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) PageSize(pageSize int64) *DebugIdentitysourcesItemsListForunmappedidentityCall + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) PageToken(pageToken string) *DebugIdentitysourcesItemsListForunmappedidentityCall + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) Pages(ctx context.Context, f func(*ListItemNamesForUnmappedIdentityResponse) error) error + func (c *DebugIdentitysourcesItemsListForunmappedidentityCall) UserResourceName(userResourceName string) *DebugIdentitysourcesItemsListForunmappedidentityCall + type DebugIdentitysourcesItemsService struct + func NewDebugIdentitysourcesItemsService(s *Service) *DebugIdentitysourcesItemsService + func (r *DebugIdentitysourcesItemsService) ListForunmappedidentity(parent string) *DebugIdentitysourcesItemsListForunmappedidentityCall + type DebugIdentitysourcesService struct + Items *DebugIdentitysourcesItemsService + Unmappedids *DebugIdentitysourcesUnmappedidsService + func NewDebugIdentitysourcesService(s *Service) *DebugIdentitysourcesService + type DebugIdentitysourcesUnmappedidsListCall struct + func (c *DebugIdentitysourcesUnmappedidsListCall) Context(ctx context.Context) *DebugIdentitysourcesUnmappedidsListCall + func (c *DebugIdentitysourcesUnmappedidsListCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *DebugIdentitysourcesUnmappedidsListCall + func (c *DebugIdentitysourcesUnmappedidsListCall) Do(opts ...googleapi.CallOption) (*ListUnmappedIdentitiesResponse, error) + func (c *DebugIdentitysourcesUnmappedidsListCall) Fields(s ...googleapi.Field) *DebugIdentitysourcesUnmappedidsListCall + func (c *DebugIdentitysourcesUnmappedidsListCall) Header() http.Header + func (c *DebugIdentitysourcesUnmappedidsListCall) IfNoneMatch(entityTag string) *DebugIdentitysourcesUnmappedidsListCall + func (c *DebugIdentitysourcesUnmappedidsListCall) PageSize(pageSize int64) *DebugIdentitysourcesUnmappedidsListCall + func (c *DebugIdentitysourcesUnmappedidsListCall) PageToken(pageToken string) *DebugIdentitysourcesUnmappedidsListCall + func (c *DebugIdentitysourcesUnmappedidsListCall) Pages(ctx context.Context, f func(*ListUnmappedIdentitiesResponse) error) error + func (c *DebugIdentitysourcesUnmappedidsListCall) ResolutionStatusCode(resolutionStatusCode string) *DebugIdentitysourcesUnmappedidsListCall + type DebugIdentitysourcesUnmappedidsService struct + func NewDebugIdentitysourcesUnmappedidsService(s *Service) *DebugIdentitysourcesUnmappedidsService + func (r *DebugIdentitysourcesUnmappedidsService) List(parent string) *DebugIdentitysourcesUnmappedidsListCall + type DebugOptions struct + EnableDebugging bool + ForceSendFields []string + NullFields []string + func (s *DebugOptions) MarshalJSON() ([]byte, error) + type DebugService struct + Datasources *DebugDatasourcesService + Identitysources *DebugIdentitysourcesService + func NewDebugService(s *Service) *DebugService + type DeleteQueueItemsRequest struct + ConnectorName string + DebugOptions *DebugOptions + ForceSendFields []string + NullFields []string + Queue string + func (s *DeleteQueueItemsRequest) MarshalJSON() ([]byte, error) + type DisplayedProperty struct + ForceSendFields []string + NullFields []string + PropertyName string + func (s *DisplayedProperty) MarshalJSON() ([]byte, error) + type DoubleOperatorOptions struct + ForceSendFields []string + NullFields []string + OperatorName string + func (s *DoubleOperatorOptions) MarshalJSON() ([]byte, error) + type DoublePropertyOptions struct + ForceSendFields []string + NullFields []string + OperatorOptions *DoubleOperatorOptions + func (s *DoublePropertyOptions) MarshalJSON() ([]byte, error) + type DoubleValues struct + ForceSendFields []string + NullFields []string + Values []float64 + func (s *DoubleValues) MarshalJSON() ([]byte, error) + func (s *DoubleValues) UnmarshalJSON(data []byte) error + type DriveFollowUpRestrict struct + ForceSendFields []string + NullFields []string + Type string + func (s *DriveFollowUpRestrict) MarshalJSON() ([]byte, error) + type DriveLocationRestrict struct + ForceSendFields []string + NullFields []string + Type string + func (s *DriveLocationRestrict) MarshalJSON() ([]byte, error) + type DriveMimeTypeRestrict struct + ForceSendFields []string + NullFields []string + Type string + func (s *DriveMimeTypeRestrict) MarshalJSON() ([]byte, error) + type DriveTimeSpanRestrict struct + ForceSendFields []string + NullFields []string + Type string + func (s *DriveTimeSpanRestrict) MarshalJSON() ([]byte, error) + type EmailAddress struct + CustomType string + EmailAddress string + EmailUrl string + ForceSendFields []string + NullFields []string + Primary bool + Type string + func (s *EmailAddress) MarshalJSON() ([]byte, error) + type EnterpriseTopazFrontendTeamsLink struct + ForceSendFields []string + NullFields []string + Type string + Url *SafeUrlProto + func (s *EnterpriseTopazFrontendTeamsLink) MarshalJSON() ([]byte, error) + type EnterpriseTopazFrontendTeamsPersonCorePhoneNumber struct + ForceSendFields []string + NullFields []string + PhoneNumber string + PhoneUrl *SafeUrlProto + Type string + func (s *EnterpriseTopazFrontendTeamsPersonCorePhoneNumber) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAgendaEntry struct + AgendaItemUrl string + Chronology string + Creator *EnterpriseTopazSidekickPerson + CurrentUserAttendingStatus string + Description string + Document []*EnterpriseTopazSidekickCommonDocument + EndDate string + EndTime string + EndTimeMs int64 + EventId string + ForceSendFields []string + GuestsCanInviteOthers bool + GuestsCanModify bool + GuestsCanSeeGuests bool + HangoutId string + HangoutUrl string + Invitee []*EnterpriseTopazSidekickPerson + IsAllDay bool + LastModificationTimeMs int64 + Location string + NotifyToUser bool + NullFields []string + OtherAttendeesExcluded bool + RequesterIsOwner bool + ShowFullEventDetailsToUse bool + StartDate string + StartTime string + StartTimeMs int64 + TimeZone string + Title string + func (s *EnterpriseTopazSidekickAgendaEntry) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAgendaGroupCardProto struct + AgendaItem []*EnterpriseTopazSidekickAgendaItem + Context *EnterpriseTopazSidekickAgendaGroupCardProtoContext + CurrentAgendaItem *EnterpriseTopazSidekickAgendaItem + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickAgendaGroupCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAgendaGroupCardProtoContext struct + Context string + Date string + EventsRestrict string + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickAgendaGroupCardProtoContext) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAgendaItem struct + ConflictedGroup *EnterpriseTopazSidekickConflictingEventsCardProto + ForceSendFields []string + GapBefore *EnterpriseTopazSidekickGap + Meeting *EnterpriseTopazSidekickAgendaEntry + NullFields []string + func (s *EnterpriseTopazSidekickAgendaItem) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAnswerAnswerList struct + ForceSendFields []string + LabeledAnswer []*EnterpriseTopazSidekickAnswerAnswerListLabeledAnswer + NullFields []string + Type string + func (s *EnterpriseTopazSidekickAnswerAnswerList) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAnswerAnswerListLabeledAnswer struct + Answer string + ForceSendFields []string + Label string + NullFields []string + func (s *EnterpriseTopazSidekickAnswerAnswerListLabeledAnswer) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAnswerSuggestedQueryAnswerCard struct + ForceSendFields []string + NullFields []string + SuggestedQueryCategory []*EnterpriseTopazSidekickAnswerSuggestedQueryCategory + func (s *EnterpriseTopazSidekickAnswerSuggestedQueryAnswerCard) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAnswerSuggestedQueryCategory struct + Category string + ForceSendFields []string + IsEnabled bool + NullFields []string + Query []string + func (s *EnterpriseTopazSidekickAnswerSuggestedQueryCategory) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickAssistCardProto struct + AgendaGroupCardProto *EnterpriseTopazSidekickAgendaGroupCardProto + CardMetadata *EnterpriseTopazSidekickCardMetadata + CardType string + ConflictingMeetingsCard *EnterpriseTopazSidekickConflictingEventsCardProto + DocumentListCard *EnterpriseTopazSidekickDocumentPerCategoryList + DocumentsWithMentions *EnterpriseTopazSidekickDocumentPerCategoryList + FindMeetingTimeCard *EnterpriseTopazSidekickFindMeetingTimeCardProto + ForceSendFields []string + GenericAnswerCard *EnterpriseTopazSidekickGenericAnswerCard + GetAndKeepAheadCard *EnterpriseTopazSidekickGetAndKeepAheadCardProto + Meeting *EnterpriseTopazSidekickAgendaEntry + MeetingNotesCard *EnterpriseTopazSidekickMeetingNotesCardProto + MeetingNotesCardRequest *EnterpriseTopazSidekickMeetingNotesCardRequest + NullFields []string + PeopleDisambiguationCard *EnterpriseTopazSidekickPeopleDisambiguationCard + PeoplePromotionCard *PeoplePromotionCard + PersonAnswerCard *EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard + PersonProfileCard *EnterpriseTopazSidekickPersonProfileCard + PersonalizedDocsCard *EnterpriseTopazSidekickPersonalizedDocsCardProto + RelatedPeopleAnswerCard *EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard + ShareMeetingDocsCard *EnterpriseTopazSidekickShareMeetingDocsCardProto + SharedDocuments *EnterpriseTopazSidekickDocumentPerCategoryList + SuggestedQueryAnswerCard *EnterpriseTopazSidekickAnswerSuggestedQueryAnswerCard + ThirdPartyAnswerCard *ThirdPartyGenericCard + WorkInProgressCardProto *EnterpriseTopazSidekickRecentDocumentsCardProto + func (s *EnterpriseTopazSidekickAssistCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickCardMetadata struct + CardCategory string + CardId string + Chronology string + DebugInfo string + ForceSendFields []string + NlpMetadata *EnterpriseTopazSidekickNlpMetadata + NullFields []string + RankingParams *EnterpriseTopazSidekickRankingParams + RenderMode string + func (s *EnterpriseTopazSidekickCardMetadata) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickCommonDebugInfo struct + ForceSendFields []string + Message string + NullFields []string + func (s *EnterpriseTopazSidekickCommonDebugInfo) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickCommonDocument struct + AccessType string + DebugInfo *EnterpriseTopazSidekickCommonDebugInfo + DocumentId string + DriveDocumentMetadata *EnterpriseTopazSidekickCommonDocumentDriveDocumentMetadata + ForceSendFields []string + GenericUrl string + Justification *EnterpriseTopazSidekickCommonDocumentJustification + MimeType string + NullFields []string + Provenance string + Reason string + Snippet string + ThumbnailUrl string + Title string + Type string + Url string + func (s *EnterpriseTopazSidekickCommonDocument) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickCommonDocumentDriveDocumentMetadata struct + DocumentId string + ForceSendFields []string + IsPrivate bool + LastCommentTimeMs uint64 + LastEditTimeMs uint64 + LastModificationTimeMillis int64 + LastUpdatedTimeMs uint64 + LastViewTimeMs uint64 + NullFields []string + Owner *EnterpriseTopazSidekickCommonPerson + Scope string + func (s *EnterpriseTopazSidekickCommonDocumentDriveDocumentMetadata) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickCommonDocumentJustification struct + ForceSendFields []string + Justification string + NullFields []string + Reason string + func (s *EnterpriseTopazSidekickCommonDocumentJustification) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickCommonPerson struct + Birthday *EnterpriseTopazSidekickCommonPersonBirthday + CellPhone string + Department string + DeskLocation string + DeskPhone string + DisplayName string + Email string + FamilyName string + ForceSendFields []string + FullAddress string + GaiaId int64 + GivenName string + JobTitle string + Manager *EnterpriseTopazSidekickCommonPerson + NullFields []string + ObfuscatedId string + PhotoUrl string + StreetAddress string + func (s *EnterpriseTopazSidekickCommonPerson) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickCommonPersonBirthday struct + ForceSendFields []string + NullFields []string + Value string + func (s *EnterpriseTopazSidekickCommonPersonBirthday) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickConflictingEventsCardProto struct + ConflictingEvent []*EnterpriseTopazSidekickAgendaEntry + ForceSendFields []string + MainEvent *EnterpriseTopazSidekickAgendaEntry + NullFields []string + func (s *EnterpriseTopazSidekickConflictingEventsCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickDocumentGroup struct + ForceSendFields []string + GroupType string + NullFields []string + PersonalizedDocument []*EnterpriseTopazSidekickCommonDocument + func (s *EnterpriseTopazSidekickDocumentGroup) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickDocumentPerCategoryList struct + Documents []*EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry + ForceSendFields []string + HelpMessage string + ListType string + ListTypeDescription string + NullFields []string + ResponseMessage string + func (s *EnterpriseTopazSidekickDocumentPerCategoryList) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry struct + Category string + Document *EnterpriseTopazSidekickCommonDocument + ForceSendFields []string + NullFields []string + Rationale string + func (s *EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickFindMeetingTimeCardProto struct + CommonAvailableTimeSlots []*EnterpriseTopazSidekickTimeSlot + ForceSendFields []string + Invitees []*EnterpriseTopazSidekickPerson + NullFields []string + Requester *EnterpriseTopazSidekickPerson + ScheduledMeeting *EnterpriseTopazSidekickScheduledMeeting + SkippedInvitees []*EnterpriseTopazSidekickPerson + TimeBoundaries *EnterpriseTopazSidekickTimeSlot + TimezoneId string + func (s *EnterpriseTopazSidekickFindMeetingTimeCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickGap struct + DisplayRemainingTime string + EndTime string + EndTimeMs uint64 + ForceSendFields []string + NullFields []string + RemainingTime string + StartTime string + StartTimeMs uint64 + func (s *EnterpriseTopazSidekickGap) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickGenericAnswerCard struct + Answer string + ForceSendFields []string + NullFields []string + Title string + func (s *EnterpriseTopazSidekickGenericAnswerCard) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickGetAndKeepAheadCardProto struct + DeclinedEvents *EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents + ForceSendFields []string + MentionedDocuments *EnterpriseTopazSidekickDocumentPerCategoryList + NullFields []string + SharedDocuments *EnterpriseTopazSidekickDocumentPerCategoryList + func (s *EnterpriseTopazSidekickGetAndKeepAheadCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents struct + Events []*EnterpriseTopazSidekickAgendaEntry + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickMeetingNotesCardError struct + Description string + Event *EnterpriseTopazSidekickAgendaEntry + ForceSendFields []string + NullFields []string + Reason string + func (s *EnterpriseTopazSidekickMeetingNotesCardError) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickMeetingNotesCardProto struct + Event *EnterpriseTopazSidekickAgendaEntry + FileId string + ForceSendFields []string + NullFields []string + Title string + Url string + func (s *EnterpriseTopazSidekickMeetingNotesCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickMeetingNotesCardRequest struct + CanCreateFor []string + Error *EnterpriseTopazSidekickMeetingNotesCardError + Event *EnterpriseTopazSidekickAgendaEntry + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickMeetingNotesCardRequest) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickNlpMetadata struct + Confidence float64 + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickNlpMetadata) MarshalJSON() ([]byte, error) + func (s *EnterpriseTopazSidekickNlpMetadata) UnmarshalJSON(data []byte) error + type EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo struct + Disambiguation []*EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson + ForceSendFields []string + Name string + NullFields []string + func (s *EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson struct + ForceSendFields []string + NullFields []string + Person *EnterpriseTopazSidekickCommonPerson + Query string + func (s *EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader struct + ForceSendFields []string + NullFields []string + Title string + func (s *EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard struct + Answer []*SafeHtmlProto + AnswerText *EnterpriseTopazSidekickAnswerAnswerList + DisambiguationInfo *EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo + ForceSendFields []string + Header *EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader + NullFields []string + ResponseStatus string + StatusMessage string + Subject *EnterpriseTopazSidekickCommonPerson + func (s *EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard struct + DisambiguationInfo *EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo + ForceSendFields []string + Header *EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader + NullFields []string + RelatedPeople []*EnterpriseTopazSidekickCommonPerson + RelationType string + ResponseStatus string + StatusMessage string + Subject *EnterpriseTopazSidekickCommonPerson + func (s *EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPeopleDisambiguationCard struct + ForceSendFields []string + NullFields []string + Person []*EnterpriseTopazSidekickCommonPerson + func (s *EnterpriseTopazSidekickPeopleDisambiguationCard) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPerson struct + AffinityLevel string + AttendingStatus string + Email string + ForceSendFields []string + GaiaId int64 + IsGroup bool + Name string + NullFields []string + ObfuscatedGaiaId string + PhotoUrl string + func (s *EnterpriseTopazSidekickPerson) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPersonProfileCard struct + ForceSendFields []string + NullFields []string + RelatedPeople []*EnterpriseTopazSidekickPersonProfileCardRelatedPeople + Subject *EnterpriseTopazSidekickCommonPerson + func (s *EnterpriseTopazSidekickPersonProfileCard) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPersonProfileCardRelatedPeople struct + ForceSendFields []string + NullFields []string + RelatedPerson []*EnterpriseTopazSidekickCommonPerson + Relation string + func (s *EnterpriseTopazSidekickPersonProfileCardRelatedPeople) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickPersonalizedDocsCardProto struct + DocumentGroup []*EnterpriseTopazSidekickDocumentGroup + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickPersonalizedDocsCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickRankingParams struct + EndTimeMs uint64 + ForceSendFields []string + NullFields []string + Priority string + Score float64 + SpanMs uint64 + StartTimeMs uint64 + Type string + func (s *EnterpriseTopazSidekickRankingParams) MarshalJSON() ([]byte, error) + func (s *EnterpriseTopazSidekickRankingParams) UnmarshalJSON(data []byte) error + type EnterpriseTopazSidekickRecentDocumentsCardProto struct + Document []*EnterpriseTopazSidekickCommonDocument + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickRecentDocumentsCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickScheduledMeeting struct + ForceSendFields []string + MeetingLocation string + MeetingTime *EnterpriseTopazSidekickTimeSlot + MeetingTitle string + NullFields []string + func (s *EnterpriseTopazSidekickScheduledMeeting) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickShareMeetingDocsCardProto struct + Document []*EnterpriseTopazSidekickCommonDocument + Event *EnterpriseTopazSidekickAgendaEntry + ForceSendFields []string + NullFields []string + func (s *EnterpriseTopazSidekickShareMeetingDocsCardProto) MarshalJSON() ([]byte, error) + type EnterpriseTopazSidekickTimeSlot struct + EndTimeDay string + EndTimeHourAndMinute string + EndTimeInMillis int64 + ForceSendFields []string + NullFields []string + StartTimeDay string + StartTimeHourAndMinute string + StartTimeInMillis int64 + func (s *EnterpriseTopazSidekickTimeSlot) MarshalJSON() ([]byte, error) + type EnumOperatorOptions struct + ForceSendFields []string + NullFields []string + OperatorName string + func (s *EnumOperatorOptions) MarshalJSON() ([]byte, error) + type EnumPropertyOptions struct + ForceSendFields []string + NullFields []string + OperatorOptions *EnumOperatorOptions + OrderedRanking string + PossibleValues []*EnumValuePair + func (s *EnumPropertyOptions) MarshalJSON() ([]byte, error) + type EnumValuePair struct + ForceSendFields []string + IntegerValue int64 + NullFields []string + StringValue string + func (s *EnumValuePair) MarshalJSON() ([]byte, error) + type EnumValues struct + ForceSendFields []string + NullFields []string + Values []string + func (s *EnumValues) MarshalJSON() ([]byte, error) + type ErrorInfo struct + ErrorMessages []*ErrorMessage + ForceSendFields []string + NullFields []string + func (s *ErrorInfo) MarshalJSON() ([]byte, error) + type ErrorMessage struct + ErrorMessage string + ForceSendFields []string + NullFields []string + Source *Source + func (s *ErrorMessage) MarshalJSON() ([]byte, error) + type FacetBucket struct + Count int64 + Filter *Filter + ForceSendFields []string + NullFields []string + Percentage int64 + Value *Value + func (s *FacetBucket) MarshalJSON() ([]byte, error) + type FacetOptions struct + ForceSendFields []string + IntegerFacetingOptions *IntegerFacetingOptions + NullFields []string + NumFacetBuckets int64 + ObjectType string + OperatorName string + SourceName string + func (s *FacetOptions) MarshalJSON() ([]byte, error) + type FacetResult struct + Buckets []*FacetBucket + ForceSendFields []string + NullFields []string + ObjectType string + OperatorName string + SourceName string + func (s *FacetResult) MarshalJSON() ([]byte, error) + type FieldViolation struct + Description string + Field string + ForceSendFields []string + NullFields []string + func (s *FieldViolation) MarshalJSON() ([]byte, error) + type Filter struct + CompositeFilter *CompositeFilter + ForceSendFields []string + NullFields []string + ValueFilter *ValueFilter + func (s *Filter) MarshalJSON() ([]byte, error) + type FilterOptions struct + Filter *Filter + ForceSendFields []string + NullFields []string + ObjectType string + func (s *FilterOptions) MarshalJSON() ([]byte, error) + type FreshnessOptions struct + ForceSendFields []string + FreshnessDuration string + FreshnessProperty string + NullFields []string + func (s *FreshnessOptions) MarshalJSON() ([]byte, error) + type GSuitePrincipal struct + ForceSendFields []string + GsuiteDomain bool + GsuiteGroupEmail string + GsuiteUserEmail string + NullFields []string + func (s *GSuitePrincipal) MarshalJSON() ([]byte, error) + type GetCustomerIndexStatsResponse struct + AverageIndexedItemCount int64 + ForceSendFields []string + NullFields []string + Stats []*CustomerIndexStats + func (s *GetCustomerIndexStatsResponse) MarshalJSON() ([]byte, error) + type GetCustomerQueryStatsResponse struct + ForceSendFields []string + NullFields []string + Stats []*CustomerQueryStats + TotalQueryCount int64 + func (s *GetCustomerQueryStatsResponse) MarshalJSON() ([]byte, error) + type GetCustomerSearchApplicationStatsResponse struct + AverageSearchApplicationCount int64 + ForceSendFields []string + NullFields []string + Stats []*CustomerSearchApplicationStats + func (s *GetCustomerSearchApplicationStatsResponse) MarshalJSON() ([]byte, error) + type GetCustomerSessionStatsResponse struct + ForceSendFields []string + NullFields []string + Stats []*CustomerSessionStats + func (s *GetCustomerSessionStatsResponse) MarshalJSON() ([]byte, error) + type GetCustomerUserStatsResponse struct + ForceSendFields []string + NullFields []string + Stats []*CustomerUserStats + func (s *GetCustomerUserStatsResponse) MarshalJSON() ([]byte, error) + type GetDataSourceIndexStatsResponse struct + AverageIndexedItemCount int64 + ForceSendFields []string + NullFields []string + Stats []*DataSourceIndexStats + func (s *GetDataSourceIndexStatsResponse) MarshalJSON() ([]byte, error) + type GetSearchApplicationQueryStatsResponse struct + ForceSendFields []string + NullFields []string + Stats []*SearchApplicationQueryStats + TotalQueryCount int64 + func (s *GetSearchApplicationQueryStatsResponse) MarshalJSON() ([]byte, error) + type GetSearchApplicationSessionStatsResponse struct + ForceSendFields []string + NullFields []string + Stats []*SearchApplicationSessionStats + func (s *GetSearchApplicationSessionStatsResponse) MarshalJSON() ([]byte, error) + type GetSearchApplicationUserStatsResponse struct + ForceSendFields []string + NullFields []string + Stats []*SearchApplicationUserStats + func (s *GetSearchApplicationUserStatsResponse) MarshalJSON() ([]byte, error) + type HtmlOperatorOptions struct + ForceSendFields []string + NullFields []string + OperatorName string + func (s *HtmlOperatorOptions) MarshalJSON() ([]byte, error) + type HtmlPropertyOptions struct + ForceSendFields []string + NullFields []string + OperatorOptions *HtmlOperatorOptions + RetrievalImportance *RetrievalImportance + func (s *HtmlPropertyOptions) MarshalJSON() ([]byte, error) + type HtmlValues struct + ForceSendFields []string + NullFields []string + Values []string + func (s *HtmlValues) MarshalJSON() ([]byte, error) + type IndexItemOptions struct + AllowUnknownGsuitePrincipals bool + ForceSendFields []string + NullFields []string + func (s *IndexItemOptions) MarshalJSON() ([]byte, error) + type IndexItemRequest struct + ConnectorName string + DebugOptions *DebugOptions + ForceSendFields []string + IndexItemOptions *IndexItemOptions + Item *Item + Mode string + NullFields []string + func (s *IndexItemRequest) MarshalJSON() ([]byte, error) + type IndexingDatasourcesDeleteSchemaCall struct + func (c *IndexingDatasourcesDeleteSchemaCall) Context(ctx context.Context) *IndexingDatasourcesDeleteSchemaCall + func (c *IndexingDatasourcesDeleteSchemaCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *IndexingDatasourcesDeleteSchemaCall + func (c *IndexingDatasourcesDeleteSchemaCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *IndexingDatasourcesDeleteSchemaCall) Fields(s ...googleapi.Field) *IndexingDatasourcesDeleteSchemaCall + func (c *IndexingDatasourcesDeleteSchemaCall) Header() http.Header + type IndexingDatasourcesGetSchemaCall struct + func (c *IndexingDatasourcesGetSchemaCall) Context(ctx context.Context) *IndexingDatasourcesGetSchemaCall + func (c *IndexingDatasourcesGetSchemaCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *IndexingDatasourcesGetSchemaCall + func (c *IndexingDatasourcesGetSchemaCall) Do(opts ...googleapi.CallOption) (*Schema, error) + func (c *IndexingDatasourcesGetSchemaCall) Fields(s ...googleapi.Field) *IndexingDatasourcesGetSchemaCall + func (c *IndexingDatasourcesGetSchemaCall) Header() http.Header + func (c *IndexingDatasourcesGetSchemaCall) IfNoneMatch(entityTag string) *IndexingDatasourcesGetSchemaCall + type IndexingDatasourcesItemsDeleteCall struct + func (c *IndexingDatasourcesItemsDeleteCall) ConnectorName(connectorName string) *IndexingDatasourcesItemsDeleteCall + func (c *IndexingDatasourcesItemsDeleteCall) Context(ctx context.Context) *IndexingDatasourcesItemsDeleteCall + func (c *IndexingDatasourcesItemsDeleteCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *IndexingDatasourcesItemsDeleteCall + func (c *IndexingDatasourcesItemsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *IndexingDatasourcesItemsDeleteCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsDeleteCall + func (c *IndexingDatasourcesItemsDeleteCall) Header() http.Header + func (c *IndexingDatasourcesItemsDeleteCall) Mode(mode string) *IndexingDatasourcesItemsDeleteCall + func (c *IndexingDatasourcesItemsDeleteCall) Version(version string) *IndexingDatasourcesItemsDeleteCall + type IndexingDatasourcesItemsDeleteQueueItemsCall struct + func (c *IndexingDatasourcesItemsDeleteQueueItemsCall) Context(ctx context.Context) *IndexingDatasourcesItemsDeleteQueueItemsCall + func (c *IndexingDatasourcesItemsDeleteQueueItemsCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *IndexingDatasourcesItemsDeleteQueueItemsCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsDeleteQueueItemsCall + func (c *IndexingDatasourcesItemsDeleteQueueItemsCall) Header() http.Header + type IndexingDatasourcesItemsGetCall struct + func (c *IndexingDatasourcesItemsGetCall) ConnectorName(connectorName string) *IndexingDatasourcesItemsGetCall + func (c *IndexingDatasourcesItemsGetCall) Context(ctx context.Context) *IndexingDatasourcesItemsGetCall + func (c *IndexingDatasourcesItemsGetCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *IndexingDatasourcesItemsGetCall + func (c *IndexingDatasourcesItemsGetCall) Do(opts ...googleapi.CallOption) (*Item, error) + func (c *IndexingDatasourcesItemsGetCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsGetCall + func (c *IndexingDatasourcesItemsGetCall) Header() http.Header + func (c *IndexingDatasourcesItemsGetCall) IfNoneMatch(entityTag string) *IndexingDatasourcesItemsGetCall + type IndexingDatasourcesItemsIndexCall struct + func (c *IndexingDatasourcesItemsIndexCall) Context(ctx context.Context) *IndexingDatasourcesItemsIndexCall + func (c *IndexingDatasourcesItemsIndexCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *IndexingDatasourcesItemsIndexCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsIndexCall + func (c *IndexingDatasourcesItemsIndexCall) Header() http.Header + type IndexingDatasourcesItemsListCall struct + func (c *IndexingDatasourcesItemsListCall) Brief(brief bool) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) ConnectorName(connectorName string) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) Context(ctx context.Context) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) Do(opts ...googleapi.CallOption) (*ListItemsResponse, error) + func (c *IndexingDatasourcesItemsListCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) Header() http.Header + func (c *IndexingDatasourcesItemsListCall) IfNoneMatch(entityTag string) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) PageSize(pageSize int64) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) PageToken(pageToken string) *IndexingDatasourcesItemsListCall + func (c *IndexingDatasourcesItemsListCall) Pages(ctx context.Context, f func(*ListItemsResponse) error) error + type IndexingDatasourcesItemsPollCall struct + func (c *IndexingDatasourcesItemsPollCall) Context(ctx context.Context) *IndexingDatasourcesItemsPollCall + func (c *IndexingDatasourcesItemsPollCall) Do(opts ...googleapi.CallOption) (*PollItemsResponse, error) + func (c *IndexingDatasourcesItemsPollCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsPollCall + func (c *IndexingDatasourcesItemsPollCall) Header() http.Header + type IndexingDatasourcesItemsPushCall struct + func (c *IndexingDatasourcesItemsPushCall) Context(ctx context.Context) *IndexingDatasourcesItemsPushCall + func (c *IndexingDatasourcesItemsPushCall) Do(opts ...googleapi.CallOption) (*Item, error) + func (c *IndexingDatasourcesItemsPushCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsPushCall + func (c *IndexingDatasourcesItemsPushCall) Header() http.Header + type IndexingDatasourcesItemsService struct + func NewIndexingDatasourcesItemsService(s *Service) *IndexingDatasourcesItemsService + func (r *IndexingDatasourcesItemsService) Delete(name string) *IndexingDatasourcesItemsDeleteCall + func (r *IndexingDatasourcesItemsService) DeleteQueueItems(name string, deletequeueitemsrequest *DeleteQueueItemsRequest) *IndexingDatasourcesItemsDeleteQueueItemsCall + func (r *IndexingDatasourcesItemsService) Get(name string) *IndexingDatasourcesItemsGetCall + func (r *IndexingDatasourcesItemsService) Index(name string, indexitemrequest *IndexItemRequest) *IndexingDatasourcesItemsIndexCall + func (r *IndexingDatasourcesItemsService) List(name string) *IndexingDatasourcesItemsListCall + func (r *IndexingDatasourcesItemsService) Poll(name string, pollitemsrequest *PollItemsRequest) *IndexingDatasourcesItemsPollCall + func (r *IndexingDatasourcesItemsService) Push(name string, pushitemrequest *PushItemRequest) *IndexingDatasourcesItemsPushCall + func (r *IndexingDatasourcesItemsService) Unreserve(name string, unreserveitemsrequest *UnreserveItemsRequest) *IndexingDatasourcesItemsUnreserveCall + func (r *IndexingDatasourcesItemsService) Upload(name string, startuploaditemrequest *StartUploadItemRequest) *IndexingDatasourcesItemsUploadCall + type IndexingDatasourcesItemsUnreserveCall struct + func (c *IndexingDatasourcesItemsUnreserveCall) Context(ctx context.Context) *IndexingDatasourcesItemsUnreserveCall + func (c *IndexingDatasourcesItemsUnreserveCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *IndexingDatasourcesItemsUnreserveCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsUnreserveCall + func (c *IndexingDatasourcesItemsUnreserveCall) Header() http.Header + type IndexingDatasourcesItemsUploadCall struct + func (c *IndexingDatasourcesItemsUploadCall) Context(ctx context.Context) *IndexingDatasourcesItemsUploadCall + func (c *IndexingDatasourcesItemsUploadCall) Do(opts ...googleapi.CallOption) (*UploadItemRef, error) + func (c *IndexingDatasourcesItemsUploadCall) Fields(s ...googleapi.Field) *IndexingDatasourcesItemsUploadCall + func (c *IndexingDatasourcesItemsUploadCall) Header() http.Header + type IndexingDatasourcesService struct + Items *IndexingDatasourcesItemsService + func NewIndexingDatasourcesService(s *Service) *IndexingDatasourcesService + func (r *IndexingDatasourcesService) DeleteSchema(name string) *IndexingDatasourcesDeleteSchemaCall + func (r *IndexingDatasourcesService) GetSchema(name string) *IndexingDatasourcesGetSchemaCall + func (r *IndexingDatasourcesService) UpdateSchema(name string, updateschemarequest *UpdateSchemaRequest) *IndexingDatasourcesUpdateSchemaCall + type IndexingDatasourcesUpdateSchemaCall struct + func (c *IndexingDatasourcesUpdateSchemaCall) Context(ctx context.Context) *IndexingDatasourcesUpdateSchemaCall + func (c *IndexingDatasourcesUpdateSchemaCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *IndexingDatasourcesUpdateSchemaCall) Fields(s ...googleapi.Field) *IndexingDatasourcesUpdateSchemaCall + func (c *IndexingDatasourcesUpdateSchemaCall) Header() http.Header + type IndexingService struct + Datasources *IndexingDatasourcesService + func NewIndexingService(s *Service) *IndexingService + type InitializeCustomerRequest struct + type IntegerFacetingOptions struct + ForceSendFields []string + IntegerBuckets googleapi.Int64s + NullFields []string + func (s *IntegerFacetingOptions) MarshalJSON() ([]byte, error) + type IntegerOperatorOptions struct + ForceSendFields []string + GreaterThanOperatorName string + LessThanOperatorName string + NullFields []string + OperatorName string + func (s *IntegerOperatorOptions) MarshalJSON() ([]byte, error) + type IntegerPropertyOptions struct + ForceSendFields []string + IntegerFacetingOptions *IntegerFacetingOptions + MaximumValue int64 + MinimumValue int64 + NullFields []string + OperatorOptions *IntegerOperatorOptions + OrderedRanking string + func (s *IntegerPropertyOptions) MarshalJSON() ([]byte, error) + type IntegerValues struct + ForceSendFields []string + NullFields []string + Values googleapi.Int64s + func (s *IntegerValues) MarshalJSON() ([]byte, error) + type Interaction struct + ForceSendFields []string + InteractionTime string + NullFields []string + Principal *Principal + Type string + func (s *Interaction) MarshalJSON() ([]byte, error) + type Item struct + Acl *ItemAcl + Content *ItemContent + ForceSendFields []string + ItemType string + Metadata *ItemMetadata + Name string + NullFields []string + Payload string + Queue string + Status *ItemStatus + StructuredData *ItemStructuredData + Version string + func (s *Item) MarshalJSON() ([]byte, error) + type ItemAcl struct + AclInheritanceType string + DeniedReaders []*Principal + ForceSendFields []string + InheritAclFrom string + NullFields []string + Owners []*Principal + Readers []*Principal + func (s *ItemAcl) MarshalJSON() ([]byte, error) + type ItemContent struct + ContentDataRef *UploadItemRef + ContentFormat string + ForceSendFields []string + Hash string + InlineContent string + NullFields []string + func (s *ItemContent) MarshalJSON() ([]byte, error) + type ItemCountByStatus struct + Count int64 + ForceSendFields []string + IndexedItemsCount int64 + NullFields []string + StatusCode string + func (s *ItemCountByStatus) MarshalJSON() ([]byte, error) + type ItemMetadata struct + ContainerName string + ContentLanguage string + ContextAttributes []*ContextAttribute + CreateTime string + ForceSendFields []string + Hash string + Interactions []*Interaction + Keywords []string + MimeType string + NullFields []string + ObjectType string + SearchQualityMetadata *SearchQualityMetadata + SourceRepositoryUrl string + Title string + UpdateTime string + func (s *ItemMetadata) MarshalJSON() ([]byte, error) + type ItemStatus struct + Code string + ForceSendFields []string + NullFields []string + ProcessingErrors []*ProcessingError + RepositoryErrors []*RepositoryError + func (s *ItemStatus) MarshalJSON() ([]byte, error) + type ItemStructuredData struct + ForceSendFields []string + Hash string + NullFields []string + Object *StructuredDataObject + func (s *ItemStructuredData) MarshalJSON() ([]byte, error) + type ListDataSourceResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Sources []*DataSource + func (s *ListDataSourceResponse) MarshalJSON() ([]byte, error) + type ListItemNamesForUnmappedIdentityResponse struct + ForceSendFields []string + ItemNames []string + NextPageToken string + NullFields []string + func (s *ListItemNamesForUnmappedIdentityResponse) MarshalJSON() ([]byte, error) + type ListItemsResponse struct + ForceSendFields []string + Items []*Item + NextPageToken string + NullFields []string + func (s *ListItemsResponse) MarshalJSON() ([]byte, error) + type ListOperationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Operations []*Operation + func (s *ListOperationsResponse) MarshalJSON() ([]byte, error) + type ListQuerySourcesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Sources []*QuerySource + func (s *ListQuerySourcesResponse) MarshalJSON() ([]byte, error) + type ListSearchApplicationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + SearchApplications []*SearchApplication + func (s *ListSearchApplicationsResponse) MarshalJSON() ([]byte, error) + type ListUnmappedIdentitiesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + UnmappedIdentities []*UnmappedIdentity + func (s *ListUnmappedIdentitiesResponse) MarshalJSON() ([]byte, error) + type MapInfo struct + ForceSendFields []string + Lat float64 + LocationUrl *SafeUrlProto + Long float64 + MapTile []*MapTile + NullFields []string + Zoom int64 + func (s *MapInfo) MarshalJSON() ([]byte, error) + func (s *MapInfo) UnmarshalJSON(data []byte) error + type MapTile struct + ForceSendFields []string + ImageUrl *SafeUrlProto + NullFields []string + TileX float64 + TileY float64 + func (s *MapTile) MarshalJSON() ([]byte, error) + func (s *MapTile) UnmarshalJSON(data []byte) error + type MatchRange struct + End int64 + ForceSendFields []string + NullFields []string + Start int64 + func (s *MatchRange) MarshalJSON() ([]byte, error) + type Media struct + ForceSendFields []string + NullFields []string + ResourceName string + func (s *Media) MarshalJSON() ([]byte, error) + type MediaService struct + func NewMediaService(s *Service) *MediaService + func (r *MediaService) Upload(resourceName string, media *Media) *MediaUploadCall + type MediaUploadCall struct + func (c *MediaUploadCall) Context(ctx context.Context) *MediaUploadCall + func (c *MediaUploadCall) Do(opts ...googleapi.CallOption) (*Media, error) + func (c *MediaUploadCall) Fields(s ...googleapi.Field) *MediaUploadCall + func (c *MediaUploadCall) Header() http.Header + func (c *MediaUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *MediaUploadCall + func (c *MediaUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *MediaUploadCall + func (c *MediaUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *MediaUploadCall + type Metadata struct + CreateTime string + DisplayOptions *ResultDisplayMetadata + Fields []*NamedProperty + ForceSendFields []string + MimeType string + NullFields []string + ObjectType string + Owner *Person + Source *Source + ThumbnailUrl string + UpdateTime string + func (s *Metadata) MarshalJSON() ([]byte, error) + type Metaline struct + ForceSendFields []string + NullFields []string + Properties []*DisplayedProperty + func (s *Metaline) MarshalJSON() ([]byte, error) + type Name struct + DisplayName string + ForceSendFields []string + NullFields []string + func (s *Name) MarshalJSON() ([]byte, error) + type NamedProperty struct + BooleanValue bool + DateValues *DateValues + DoubleValues *DoubleValues + EnumValues *EnumValues + ForceSendFields []string + HtmlValues *HtmlValues + IntegerValues *IntegerValues + Name string + NullFields []string + ObjectValues *ObjectValues + TextValues *TextValues + TimestampValues *TimestampValues + func (s *NamedProperty) MarshalJSON() ([]byte, error) + type ObjectDefinition struct + ForceSendFields []string + Name string + NullFields []string + Options *ObjectOptions + PropertyDefinitions []*PropertyDefinition + func (s *ObjectDefinition) MarshalJSON() ([]byte, error) + type ObjectDisplayOptions struct + ForceSendFields []string + Metalines []*Metaline + NullFields []string + ObjectDisplayLabel string + func (s *ObjectDisplayOptions) MarshalJSON() ([]byte, error) + type ObjectOptions struct + DisplayOptions *ObjectDisplayOptions + ForceSendFields []string + FreshnessOptions *FreshnessOptions + NullFields []string + SuggestionFilteringOperators []string + func (s *ObjectOptions) MarshalJSON() ([]byte, error) + type ObjectPropertyOptions struct + ForceSendFields []string + NullFields []string + SubobjectProperties []*PropertyDefinition + func (s *ObjectPropertyOptions) MarshalJSON() ([]byte, error) + type ObjectValues struct + ForceSendFields []string + NullFields []string + Values []*StructuredDataObject + func (s *ObjectValues) MarshalJSON() ([]byte, error) + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s *Operation) MarshalJSON() ([]byte, error) + type OperationsGetCall struct + func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall + func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall + func (c *OperationsGetCall) Header() http.Header + func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall + type OperationsLroListCall struct + func (c *OperationsLroListCall) Context(ctx context.Context) *OperationsLroListCall + func (c *OperationsLroListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error) + func (c *OperationsLroListCall) Fields(s ...googleapi.Field) *OperationsLroListCall + func (c *OperationsLroListCall) Filter(filter string) *OperationsLroListCall + func (c *OperationsLroListCall) Header() http.Header + func (c *OperationsLroListCall) IfNoneMatch(entityTag string) *OperationsLroListCall + func (c *OperationsLroListCall) PageSize(pageSize int64) *OperationsLroListCall + func (c *OperationsLroListCall) PageToken(pageToken string) *OperationsLroListCall + func (c *OperationsLroListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error + type OperationsLroService struct + func NewOperationsLroService(s *Service) *OperationsLroService + func (r *OperationsLroService) List(name string) *OperationsLroListCall + type OperationsService struct + Lro *OperationsLroService + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) Get(name string) *OperationsGetCall + type PeoplePromotionCard struct + ForceSendFields []string + NullFields []string + People []*PersonCore + func (s *PeoplePromotionCard) MarshalJSON() ([]byte, error) + type PeopleSuggestion struct + ForceSendFields []string + NullFields []string + Person *Person + func (s *PeopleSuggestion) MarshalJSON() ([]byte, error) + type Person struct + EmailAddresses []*EmailAddress + ForceSendFields []string + Name string + NullFields []string + ObfuscatedId string + PersonNames []*Name + PhoneNumbers []*PhoneNumber + Photos []*Photo + func (s *Person) MarshalJSON() ([]byte, error) + type PersonCore struct + AddressMeAs string + AdminTo []*PersonCore + Admins []*PersonCore + AvailabilityStatus string + Birthday *Date + CalendarUrl *SafeUrlProto + ChatUrl *SafeUrlProto + CostCenter string + Department string + DirectReports []*PersonCore + DottedLineManagers []*PersonCore + DottedLineReports []*PersonCore + Emails []string + EmployeeId string + Fingerprint string + ForceSendFields []string + FtePermille int64 + GeoLocation *MapInfo + GmailUrl string + JobTitle string + KeywordTypes []string + Keywords map[string]string + Links []*EnterpriseTopazFrontendTeamsLink + Location string + Managers []*PersonCore + Mission string + Name string + NullFields []string + OfficeLocation string + PersonId string + PhoneNumbers []*EnterpriseTopazFrontendTeamsPersonCorePhoneNumber + PhotoUrl *SafeUrlProto + PostalAddress string + TotalDirectReportsCount int64 + TotalDlrCount int64 + TotalFteCount int64 + Username string + WaldoComeBackTime string + func (s *PersonCore) MarshalJSON() ([]byte, error) + type PhoneNumber struct + ForceSendFields []string + NullFields []string + PhoneNumber string + Type string + func (s *PhoneNumber) MarshalJSON() ([]byte, error) + type Photo struct + ForceSendFields []string + NullFields []string + Url string + func (s *Photo) MarshalJSON() ([]byte, error) + type PollItemsRequest struct + ConnectorName string + DebugOptions *DebugOptions + ForceSendFields []string + Limit int64 + NullFields []string + Queue string + StatusCodes []string + func (s *PollItemsRequest) MarshalJSON() ([]byte, error) + type PollItemsResponse struct + ForceSendFields []string + Items []*Item + NullFields []string + func (s *PollItemsResponse) MarshalJSON() ([]byte, error) + type Principal struct + ForceSendFields []string + GroupResourceName string + GsuitePrincipal *GSuitePrincipal + NullFields []string + UserResourceName string + func (s *Principal) MarshalJSON() ([]byte, error) + type ProcessingError struct + Code string + ErrorMessage string + FieldViolations []*FieldViolation + ForceSendFields []string + NullFields []string + func (s *ProcessingError) MarshalJSON() ([]byte, error) + type PropertyDefinition struct + BooleanPropertyOptions *BooleanPropertyOptions + DatePropertyOptions *DatePropertyOptions + DisplayOptions *PropertyDisplayOptions + DoublePropertyOptions *DoublePropertyOptions + EnumPropertyOptions *EnumPropertyOptions + ForceSendFields []string + HtmlPropertyOptions *HtmlPropertyOptions + IntegerPropertyOptions *IntegerPropertyOptions + IsFacetable bool + IsRepeatable bool + IsReturnable bool + IsSortable bool + IsSuggestable bool + IsWildcardSearchable bool + Name string + NullFields []string + ObjectPropertyOptions *ObjectPropertyOptions + TextPropertyOptions *TextPropertyOptions + TimestampPropertyOptions *TimestampPropertyOptions + func (s *PropertyDefinition) MarshalJSON() ([]byte, error) + type PropertyDisplayOptions struct + DisplayLabel string + ForceSendFields []string + NullFields []string + func (s *PropertyDisplayOptions) MarshalJSON() ([]byte, error) + type PushItem struct + ContentHash string + ForceSendFields []string + MetadataHash string + NullFields []string + Payload string + Queue string + RepositoryError *RepositoryError + StructuredDataHash string + Type string + func (s *PushItem) MarshalJSON() ([]byte, error) + type PushItemRequest struct + ConnectorName string + DebugOptions *DebugOptions + ForceSendFields []string + Item *PushItem + NullFields []string + func (s *PushItemRequest) MarshalJSON() ([]byte, error) + type QueryActivity struct + ForceSendFields []string + NullFields []string + Query string + func (s *QueryActivity) MarshalJSON() ([]byte, error) + type QueryCountByStatus struct + Count int64 + ForceSendFields []string + NullFields []string + StatusCode int64 + func (s *QueryCountByStatus) MarshalJSON() ([]byte, error) + type QueryInterpretation struct + ForceSendFields []string + InterpretationType string + InterpretedQuery string + NullFields []string + Reason string + func (s *QueryInterpretation) MarshalJSON() ([]byte, error) + type QueryInterpretationConfig struct + ForceDisableSupplementalResults bool + ForceSendFields []string + ForceVerbatimMode bool + NullFields []string + func (s *QueryInterpretationConfig) MarshalJSON() ([]byte, error) + type QueryInterpretationOptions struct + DisableNlInterpretation bool + DisableSupplementalResults bool + EnableVerbatimMode bool + ForceSendFields []string + NullFields []string + func (s *QueryInterpretationOptions) MarshalJSON() ([]byte, error) + type QueryItem struct + ForceSendFields []string + IsSynthetic bool + NullFields []string + func (s *QueryItem) MarshalJSON() ([]byte, error) + type QueryOperator struct + DisplayName string + EnumValues []string + ForceSendFields []string + GreaterThanOperatorName string + IsFacetable bool + IsRepeatable bool + IsReturnable bool + IsSortable bool + IsSuggestable bool + LessThanOperatorName string + NullFields []string + ObjectType string + OperatorName string + Type string + func (s *QueryOperator) MarshalJSON() ([]byte, error) + type QueryRemoveActivityCall struct + func (c *QueryRemoveActivityCall) Context(ctx context.Context) *QueryRemoveActivityCall + func (c *QueryRemoveActivityCall) Do(opts ...googleapi.CallOption) (*RemoveActivityResponse, error) + func (c *QueryRemoveActivityCall) Fields(s ...googleapi.Field) *QueryRemoveActivityCall + func (c *QueryRemoveActivityCall) Header() http.Header + type QuerySearchCall struct + func (c *QuerySearchCall) Context(ctx context.Context) *QuerySearchCall + func (c *QuerySearchCall) Do(opts ...googleapi.CallOption) (*SearchResponse, error) + func (c *QuerySearchCall) Fields(s ...googleapi.Field) *QuerySearchCall + func (c *QuerySearchCall) Header() http.Header + type QueryService struct + Sources *QuerySourcesService + func NewQueryService(s *Service) *QueryService + func (r *QueryService) RemoveActivity(removeactivityrequest *RemoveActivityRequest) *QueryRemoveActivityCall + func (r *QueryService) Search(searchrequest *SearchRequest) *QuerySearchCall + func (r *QueryService) Suggest(suggestrequest *SuggestRequest) *QuerySuggestCall + type QuerySource struct + DisplayName string + ForceSendFields []string + NullFields []string + Operators []*QueryOperator + ShortName string + Source *Source + func (s *QuerySource) MarshalJSON() ([]byte, error) + type QuerySourcesListCall struct + func (c *QuerySourcesListCall) Context(ctx context.Context) *QuerySourcesListCall + func (c *QuerySourcesListCall) Do(opts ...googleapi.CallOption) (*ListQuerySourcesResponse, error) + func (c *QuerySourcesListCall) Fields(s ...googleapi.Field) *QuerySourcesListCall + func (c *QuerySourcesListCall) Header() http.Header + func (c *QuerySourcesListCall) IfNoneMatch(entityTag string) *QuerySourcesListCall + func (c *QuerySourcesListCall) PageToken(pageToken string) *QuerySourcesListCall + func (c *QuerySourcesListCall) Pages(ctx context.Context, f func(*ListQuerySourcesResponse) error) error + func (c *QuerySourcesListCall) RequestOptionsDebugOptionsEnableDebugging(requestOptionsDebugOptionsEnableDebugging bool) *QuerySourcesListCall + func (c *QuerySourcesListCall) RequestOptionsLanguageCode(requestOptionsLanguageCode string) *QuerySourcesListCall + func (c *QuerySourcesListCall) RequestOptionsSearchApplicationId(requestOptionsSearchApplicationId string) *QuerySourcesListCall + func (c *QuerySourcesListCall) RequestOptionsTimeZone(requestOptionsTimeZone string) *QuerySourcesListCall + type QuerySourcesService struct + func NewQuerySourcesService(s *Service) *QuerySourcesService + func (r *QuerySourcesService) List() *QuerySourcesListCall + type QuerySuggestCall struct + func (c *QuerySuggestCall) Context(ctx context.Context) *QuerySuggestCall + func (c *QuerySuggestCall) Do(opts ...googleapi.CallOption) (*SuggestResponse, error) + func (c *QuerySuggestCall) Fields(s ...googleapi.Field) *QuerySuggestCall + func (c *QuerySuggestCall) Header() http.Header + type QuerySuggestion struct + type RemoveActivityRequest struct + ForceSendFields []string + NullFields []string + RequestOptions *RequestOptions + UserActivity *UserActivity + func (s *RemoveActivityRequest) MarshalJSON() ([]byte, error) + type RemoveActivityResponse struct + type RepositoryError struct + ErrorMessage string + ForceSendFields []string + HttpStatusCode int64 + NullFields []string + Type string + func (s *RepositoryError) MarshalJSON() ([]byte, error) + type RequestOptions struct + DebugOptions *DebugOptions + ForceSendFields []string + LanguageCode string + NullFields []string + SearchApplicationId string + TimeZone string + func (s *RequestOptions) MarshalJSON() ([]byte, error) + type ResetSearchApplicationRequest struct + DebugOptions *DebugOptions + ForceSendFields []string + NullFields []string + func (s *ResetSearchApplicationRequest) MarshalJSON() ([]byte, error) + type ResponseDebugInfo struct + ForceSendFields []string + FormattedDebugInfo string + NullFields []string + func (s *ResponseDebugInfo) MarshalJSON() ([]byte, error) + type RestrictItem struct + DriveFollowUpRestrict *DriveFollowUpRestrict + DriveLocationRestrict *DriveLocationRestrict + DriveMimeTypeRestrict *DriveMimeTypeRestrict + DriveTimeSpanRestrict *DriveTimeSpanRestrict + ForceSendFields []string + NullFields []string + SearchOperator string + func (s *RestrictItem) MarshalJSON() ([]byte, error) + type ResultCounts struct + ForceSendFields []string + NullFields []string + SourceResultCounts []*SourceResultCount + func (s *ResultCounts) MarshalJSON() ([]byte, error) + type ResultDebugInfo struct + ForceSendFields []string + FormattedDebugInfo string + NullFields []string + func (s *ResultDebugInfo) MarshalJSON() ([]byte, error) + type ResultDisplayField struct + ForceSendFields []string + Label string + NullFields []string + OperatorName string + Property *NamedProperty + func (s *ResultDisplayField) MarshalJSON() ([]byte, error) + type ResultDisplayLine struct + Fields []*ResultDisplayField + ForceSendFields []string + NullFields []string + func (s *ResultDisplayLine) MarshalJSON() ([]byte, error) + type ResultDisplayMetadata struct + ForceSendFields []string + Metalines []*ResultDisplayLine + NullFields []string + ObjectTypeLabel string + func (s *ResultDisplayMetadata) MarshalJSON() ([]byte, error) + type RetrievalImportance struct + ForceSendFields []string + Importance string + NullFields []string + func (s *RetrievalImportance) MarshalJSON() ([]byte, error) + type SafeHtmlProto struct + ForceSendFields []string + NullFields []string + PrivateDoNotAccessOrElseSafeHtmlWrappedValue string + func (s *SafeHtmlProto) MarshalJSON() ([]byte, error) + type SafeUrlProto struct + ForceSendFields []string + NullFields []string + PrivateDoNotAccessOrElseSafeUrlWrappedValue string + func (s *SafeUrlProto) MarshalJSON() ([]byte, error) + type Schema struct + ForceSendFields []string + NullFields []string + ObjectDefinitions []*ObjectDefinition + OperationIds []string + func (s *Schema) MarshalJSON() ([]byte, error) + type ScoringConfig struct + DisableFreshness bool + DisablePersonalization bool + ForceSendFields []string + NullFields []string + func (s *ScoringConfig) MarshalJSON() ([]byte, error) + type SearchApplication struct + DataSourceRestrictions []*DataSourceRestriction + DefaultFacetOptions []*FacetOptions + DefaultSortOptions *SortOptions + DisplayName string + EnableAuditLog bool + ForceSendFields []string + Name string + NullFields []string + OperationIds []string + QueryInterpretationConfig *QueryInterpretationConfig + ReturnResultThumbnailUrls bool + ScoringConfig *ScoringConfig + SourceConfig []*SourceConfig + func (s *SearchApplication) MarshalJSON() ([]byte, error) + type SearchApplicationQueryStats struct + Date *Date + ForceSendFields []string + NullFields []string + QueryCountByStatus []*QueryCountByStatus + func (s *SearchApplicationQueryStats) MarshalJSON() ([]byte, error) + type SearchApplicationSessionStats struct + Date *Date + ForceSendFields []string + NullFields []string + SearchSessionsCount int64 + func (s *SearchApplicationSessionStats) MarshalJSON() ([]byte, error) + type SearchApplicationUserStats struct + Date *Date + ForceSendFields []string + NullFields []string + OneDayActiveUsersCount int64 + SevenDaysActiveUsersCount int64 + ThirtyDaysActiveUsersCount int64 + func (s *SearchApplicationUserStats) MarshalJSON() ([]byte, error) + type SearchItemsByViewUrlRequest struct + DebugOptions *DebugOptions + ForceSendFields []string + NullFields []string + PageToken string + ViewUrl string + func (s *SearchItemsByViewUrlRequest) MarshalJSON() ([]byte, error) + type SearchItemsByViewUrlResponse struct + ForceSendFields []string + Items []*Item + NextPageToken string + NullFields []string + func (s *SearchItemsByViewUrlResponse) MarshalJSON() ([]byte, error) + type SearchQualityMetadata struct + ForceSendFields []string + NullFields []string + Quality float64 + func (s *SearchQualityMetadata) MarshalJSON() ([]byte, error) + func (s *SearchQualityMetadata) UnmarshalJSON(data []byte) error + type SearchRequest struct + ContextAttributes []*ContextAttribute + DataSourceRestrictions []*DataSourceRestriction + FacetOptions []*FacetOptions + ForceSendFields []string + NullFields []string + PageSize int64 + Query string + QueryInterpretationOptions *QueryInterpretationOptions + RequestOptions *RequestOptions + SortOptions *SortOptions + Start int64 + func (s *SearchRequest) MarshalJSON() ([]byte, error) + type SearchResponse struct + DebugInfo *ResponseDebugInfo + ErrorInfo *ErrorInfo + FacetResults []*FacetResult + ForceSendFields []string + HasMoreResults bool + NullFields []string + QueryInterpretation *QueryInterpretation + ResultCountEstimate int64 + ResultCountExact int64 + ResultCounts *ResultCounts + Results []*SearchResult + SpellResults []*SpellResult + StructuredResults []*StructuredResult + func (s *SearchResponse) MarshalJSON() ([]byte, error) + type SearchResult struct + ClusteredResults []*SearchResult + DebugInfo *ResultDebugInfo + ForceSendFields []string + Metadata *Metadata + NullFields []string + Snippet *Snippet + Title string + Url string + func (s *SearchResult) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Debug *DebugService + Indexing *IndexingService + Media *MediaService + Operations *OperationsService + Query *QueryService + Settings *SettingsService + Stats *StatsService + UserAgent string + V1 *V1Service + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SettingsDatasourcesCreateCall struct + func (c *SettingsDatasourcesCreateCall) Context(ctx context.Context) *SettingsDatasourcesCreateCall + func (c *SettingsDatasourcesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsDatasourcesCreateCall) Fields(s ...googleapi.Field) *SettingsDatasourcesCreateCall + func (c *SettingsDatasourcesCreateCall) Header() http.Header + type SettingsDatasourcesDeleteCall struct + func (c *SettingsDatasourcesDeleteCall) Context(ctx context.Context) *SettingsDatasourcesDeleteCall + func (c *SettingsDatasourcesDeleteCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *SettingsDatasourcesDeleteCall + func (c *SettingsDatasourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsDatasourcesDeleteCall) Fields(s ...googleapi.Field) *SettingsDatasourcesDeleteCall + func (c *SettingsDatasourcesDeleteCall) Header() http.Header + type SettingsDatasourcesGetCall struct + func (c *SettingsDatasourcesGetCall) Context(ctx context.Context) *SettingsDatasourcesGetCall + func (c *SettingsDatasourcesGetCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *SettingsDatasourcesGetCall + func (c *SettingsDatasourcesGetCall) Do(opts ...googleapi.CallOption) (*DataSource, error) + func (c *SettingsDatasourcesGetCall) Fields(s ...googleapi.Field) *SettingsDatasourcesGetCall + func (c *SettingsDatasourcesGetCall) Header() http.Header + func (c *SettingsDatasourcesGetCall) IfNoneMatch(entityTag string) *SettingsDatasourcesGetCall + type SettingsDatasourcesListCall struct + func (c *SettingsDatasourcesListCall) Context(ctx context.Context) *SettingsDatasourcesListCall + func (c *SettingsDatasourcesListCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *SettingsDatasourcesListCall + func (c *SettingsDatasourcesListCall) Do(opts ...googleapi.CallOption) (*ListDataSourceResponse, error) + func (c *SettingsDatasourcesListCall) Fields(s ...googleapi.Field) *SettingsDatasourcesListCall + func (c *SettingsDatasourcesListCall) Header() http.Header + func (c *SettingsDatasourcesListCall) IfNoneMatch(entityTag string) *SettingsDatasourcesListCall + func (c *SettingsDatasourcesListCall) PageSize(pageSize int64) *SettingsDatasourcesListCall + func (c *SettingsDatasourcesListCall) PageToken(pageToken string) *SettingsDatasourcesListCall + func (c *SettingsDatasourcesListCall) Pages(ctx context.Context, f func(*ListDataSourceResponse) error) error + type SettingsDatasourcesPatchCall struct + func (c *SettingsDatasourcesPatchCall) Context(ctx context.Context) *SettingsDatasourcesPatchCall + func (c *SettingsDatasourcesPatchCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *SettingsDatasourcesPatchCall + func (c *SettingsDatasourcesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsDatasourcesPatchCall) Fields(s ...googleapi.Field) *SettingsDatasourcesPatchCall + func (c *SettingsDatasourcesPatchCall) Header() http.Header + func (c *SettingsDatasourcesPatchCall) UpdateMask(updateMask string) *SettingsDatasourcesPatchCall + type SettingsDatasourcesService struct + func NewSettingsDatasourcesService(s *Service) *SettingsDatasourcesService + func (r *SettingsDatasourcesService) Create(datasource *DataSource) *SettingsDatasourcesCreateCall + func (r *SettingsDatasourcesService) Delete(name string) *SettingsDatasourcesDeleteCall + func (r *SettingsDatasourcesService) Get(name string) *SettingsDatasourcesGetCall + func (r *SettingsDatasourcesService) List() *SettingsDatasourcesListCall + func (r *SettingsDatasourcesService) Patch(name string, datasource *DataSource) *SettingsDatasourcesPatchCall + func (r *SettingsDatasourcesService) Update(name string, updatedatasourcerequest *UpdateDataSourceRequest) *SettingsDatasourcesUpdateCall + type SettingsDatasourcesUpdateCall struct + func (c *SettingsDatasourcesUpdateCall) Context(ctx context.Context) *SettingsDatasourcesUpdateCall + func (c *SettingsDatasourcesUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsDatasourcesUpdateCall) Fields(s ...googleapi.Field) *SettingsDatasourcesUpdateCall + func (c *SettingsDatasourcesUpdateCall) Header() http.Header + type SettingsGetCustomerCall struct + func (c *SettingsGetCustomerCall) Context(ctx context.Context) *SettingsGetCustomerCall + func (c *SettingsGetCustomerCall) Do(opts ...googleapi.CallOption) (*CustomerSettings, error) + func (c *SettingsGetCustomerCall) Fields(s ...googleapi.Field) *SettingsGetCustomerCall + func (c *SettingsGetCustomerCall) Header() http.Header + func (c *SettingsGetCustomerCall) IfNoneMatch(entityTag string) *SettingsGetCustomerCall + type SettingsSearchapplicationsCreateCall struct + func (c *SettingsSearchapplicationsCreateCall) Context(ctx context.Context) *SettingsSearchapplicationsCreateCall + func (c *SettingsSearchapplicationsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsSearchapplicationsCreateCall) Fields(s ...googleapi.Field) *SettingsSearchapplicationsCreateCall + func (c *SettingsSearchapplicationsCreateCall) Header() http.Header + type SettingsSearchapplicationsDeleteCall struct + func (c *SettingsSearchapplicationsDeleteCall) Context(ctx context.Context) *SettingsSearchapplicationsDeleteCall + func (c *SettingsSearchapplicationsDeleteCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *SettingsSearchapplicationsDeleteCall + func (c *SettingsSearchapplicationsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsSearchapplicationsDeleteCall) Fields(s ...googleapi.Field) *SettingsSearchapplicationsDeleteCall + func (c *SettingsSearchapplicationsDeleteCall) Header() http.Header + type SettingsSearchapplicationsGetCall struct + func (c *SettingsSearchapplicationsGetCall) Context(ctx context.Context) *SettingsSearchapplicationsGetCall + func (c *SettingsSearchapplicationsGetCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *SettingsSearchapplicationsGetCall + func (c *SettingsSearchapplicationsGetCall) Do(opts ...googleapi.CallOption) (*SearchApplication, error) + func (c *SettingsSearchapplicationsGetCall) Fields(s ...googleapi.Field) *SettingsSearchapplicationsGetCall + func (c *SettingsSearchapplicationsGetCall) Header() http.Header + func (c *SettingsSearchapplicationsGetCall) IfNoneMatch(entityTag string) *SettingsSearchapplicationsGetCall + type SettingsSearchapplicationsListCall struct + func (c *SettingsSearchapplicationsListCall) Context(ctx context.Context) *SettingsSearchapplicationsListCall + func (c *SettingsSearchapplicationsListCall) DebugOptionsEnableDebugging(debugOptionsEnableDebugging bool) *SettingsSearchapplicationsListCall + func (c *SettingsSearchapplicationsListCall) Do(opts ...googleapi.CallOption) (*ListSearchApplicationsResponse, error) + func (c *SettingsSearchapplicationsListCall) Fields(s ...googleapi.Field) *SettingsSearchapplicationsListCall + func (c *SettingsSearchapplicationsListCall) Header() http.Header + func (c *SettingsSearchapplicationsListCall) IfNoneMatch(entityTag string) *SettingsSearchapplicationsListCall + func (c *SettingsSearchapplicationsListCall) PageSize(pageSize int64) *SettingsSearchapplicationsListCall + func (c *SettingsSearchapplicationsListCall) PageToken(pageToken string) *SettingsSearchapplicationsListCall + func (c *SettingsSearchapplicationsListCall) Pages(ctx context.Context, f func(*ListSearchApplicationsResponse) error) error + type SettingsSearchapplicationsPatchCall struct + func (c *SettingsSearchapplicationsPatchCall) Context(ctx context.Context) *SettingsSearchapplicationsPatchCall + func (c *SettingsSearchapplicationsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsSearchapplicationsPatchCall) Fields(s ...googleapi.Field) *SettingsSearchapplicationsPatchCall + func (c *SettingsSearchapplicationsPatchCall) Header() http.Header + func (c *SettingsSearchapplicationsPatchCall) UpdateMask(updateMask string) *SettingsSearchapplicationsPatchCall + type SettingsSearchapplicationsResetCall struct + func (c *SettingsSearchapplicationsResetCall) Context(ctx context.Context) *SettingsSearchapplicationsResetCall + func (c *SettingsSearchapplicationsResetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsSearchapplicationsResetCall) Fields(s ...googleapi.Field) *SettingsSearchapplicationsResetCall + func (c *SettingsSearchapplicationsResetCall) Header() http.Header + type SettingsSearchapplicationsService struct + func NewSettingsSearchapplicationsService(s *Service) *SettingsSearchapplicationsService + func (r *SettingsSearchapplicationsService) Create(searchapplication *SearchApplication) *SettingsSearchapplicationsCreateCall + func (r *SettingsSearchapplicationsService) Delete(name string) *SettingsSearchapplicationsDeleteCall + func (r *SettingsSearchapplicationsService) Get(name string) *SettingsSearchapplicationsGetCall + func (r *SettingsSearchapplicationsService) List() *SettingsSearchapplicationsListCall + func (r *SettingsSearchapplicationsService) Patch(name string, searchapplication *SearchApplication) *SettingsSearchapplicationsPatchCall + func (r *SettingsSearchapplicationsService) Reset(name string, resetsearchapplicationrequest *ResetSearchApplicationRequest) *SettingsSearchapplicationsResetCall + func (r *SettingsSearchapplicationsService) Update(name string, searchapplication *SearchApplication) *SettingsSearchapplicationsUpdateCall + type SettingsSearchapplicationsUpdateCall struct + func (c *SettingsSearchapplicationsUpdateCall) Context(ctx context.Context) *SettingsSearchapplicationsUpdateCall + func (c *SettingsSearchapplicationsUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsSearchapplicationsUpdateCall) Fields(s ...googleapi.Field) *SettingsSearchapplicationsUpdateCall + func (c *SettingsSearchapplicationsUpdateCall) Header() http.Header + func (c *SettingsSearchapplicationsUpdateCall) UpdateMask(updateMask string) *SettingsSearchapplicationsUpdateCall + type SettingsService struct + Datasources *SettingsDatasourcesService + Searchapplications *SettingsSearchapplicationsService + func NewSettingsService(s *Service) *SettingsService + func (r *SettingsService) GetCustomer() *SettingsGetCustomerCall + func (r *SettingsService) UpdateCustomer(customersettings *CustomerSettings) *SettingsUpdateCustomerCall + type SettingsUpdateCustomerCall struct + func (c *SettingsUpdateCustomerCall) Context(ctx context.Context) *SettingsUpdateCustomerCall + func (c *SettingsUpdateCustomerCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SettingsUpdateCustomerCall) Fields(s ...googleapi.Field) *SettingsUpdateCustomerCall + func (c *SettingsUpdateCustomerCall) Header() http.Header + func (c *SettingsUpdateCustomerCall) UpdateMask(updateMask string) *SettingsUpdateCustomerCall + type Snippet struct + ForceSendFields []string + MatchRanges []*MatchRange + NullFields []string + Snippet string + func (s *Snippet) MarshalJSON() ([]byte, error) + type SortOptions struct + ForceSendFields []string + NullFields []string + OperatorName string + SortOrder string + func (s *SortOptions) MarshalJSON() ([]byte, error) + type Source struct + ForceSendFields []string + Name string + NullFields []string + PredefinedSource string + func (s *Source) MarshalJSON() ([]byte, error) + type SourceConfig struct + CrowdingConfig *SourceCrowdingConfig + ForceSendFields []string + NullFields []string + ScoringConfig *SourceScoringConfig + Source *Source + func (s *SourceConfig) MarshalJSON() ([]byte, error) + type SourceCrowdingConfig struct + ForceSendFields []string + NullFields []string + NumResults int64 + NumSuggestions int64 + func (s *SourceCrowdingConfig) MarshalJSON() ([]byte, error) + type SourceResultCount struct + ForceSendFields []string + HasMoreResults bool + NullFields []string + ResultCountEstimate int64 + ResultCountExact int64 + Source *Source + func (s *SourceResultCount) MarshalJSON() ([]byte, error) + type SourceScoringConfig struct + ForceSendFields []string + NullFields []string + SourceImportance string + func (s *SourceScoringConfig) MarshalJSON() ([]byte, error) + type SpellResult struct + ForceSendFields []string + NullFields []string + SuggestedQuery string + SuggestedQueryHtml *SafeHtmlProto + SuggestionType string + func (s *SpellResult) MarshalJSON() ([]byte, error) + type StartUploadItemRequest struct + ConnectorName string + DebugOptions *DebugOptions + ForceSendFields []string + NullFields []string + func (s *StartUploadItemRequest) MarshalJSON() ([]byte, error) + type StatsGetIndexCall struct + func (c *StatsGetIndexCall) Context(ctx context.Context) *StatsGetIndexCall + func (c *StatsGetIndexCall) Do(opts ...googleapi.CallOption) (*GetCustomerIndexStatsResponse, error) + func (c *StatsGetIndexCall) Fields(s ...googleapi.Field) *StatsGetIndexCall + func (c *StatsGetIndexCall) FromDateDay(fromDateDay int64) *StatsGetIndexCall + func (c *StatsGetIndexCall) FromDateMonth(fromDateMonth int64) *StatsGetIndexCall + func (c *StatsGetIndexCall) FromDateYear(fromDateYear int64) *StatsGetIndexCall + func (c *StatsGetIndexCall) Header() http.Header + func (c *StatsGetIndexCall) IfNoneMatch(entityTag string) *StatsGetIndexCall + func (c *StatsGetIndexCall) ToDateDay(toDateDay int64) *StatsGetIndexCall + func (c *StatsGetIndexCall) ToDateMonth(toDateMonth int64) *StatsGetIndexCall + func (c *StatsGetIndexCall) ToDateYear(toDateYear int64) *StatsGetIndexCall + type StatsGetQueryCall struct + func (c *StatsGetQueryCall) Context(ctx context.Context) *StatsGetQueryCall + func (c *StatsGetQueryCall) Do(opts ...googleapi.CallOption) (*GetCustomerQueryStatsResponse, error) + func (c *StatsGetQueryCall) Fields(s ...googleapi.Field) *StatsGetQueryCall + func (c *StatsGetQueryCall) FromDateDay(fromDateDay int64) *StatsGetQueryCall + func (c *StatsGetQueryCall) FromDateMonth(fromDateMonth int64) *StatsGetQueryCall + func (c *StatsGetQueryCall) FromDateYear(fromDateYear int64) *StatsGetQueryCall + func (c *StatsGetQueryCall) Header() http.Header + func (c *StatsGetQueryCall) IfNoneMatch(entityTag string) *StatsGetQueryCall + func (c *StatsGetQueryCall) ToDateDay(toDateDay int64) *StatsGetQueryCall + func (c *StatsGetQueryCall) ToDateMonth(toDateMonth int64) *StatsGetQueryCall + func (c *StatsGetQueryCall) ToDateYear(toDateYear int64) *StatsGetQueryCall + type StatsGetSearchapplicationCall struct + func (c *StatsGetSearchapplicationCall) Context(ctx context.Context) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) Do(opts ...googleapi.CallOption) (*GetCustomerSearchApplicationStatsResponse, error) + func (c *StatsGetSearchapplicationCall) EndDateDay(endDateDay int64) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) EndDateMonth(endDateMonth int64) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) EndDateYear(endDateYear int64) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) Fields(s ...googleapi.Field) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) Header() http.Header + func (c *StatsGetSearchapplicationCall) IfNoneMatch(entityTag string) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) StartDateDay(startDateDay int64) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) StartDateMonth(startDateMonth int64) *StatsGetSearchapplicationCall + func (c *StatsGetSearchapplicationCall) StartDateYear(startDateYear int64) *StatsGetSearchapplicationCall + type StatsGetSessionCall struct + func (c *StatsGetSessionCall) Context(ctx context.Context) *StatsGetSessionCall + func (c *StatsGetSessionCall) Do(opts ...googleapi.CallOption) (*GetCustomerSessionStatsResponse, error) + func (c *StatsGetSessionCall) Fields(s ...googleapi.Field) *StatsGetSessionCall + func (c *StatsGetSessionCall) FromDateDay(fromDateDay int64) *StatsGetSessionCall + func (c *StatsGetSessionCall) FromDateMonth(fromDateMonth int64) *StatsGetSessionCall + func (c *StatsGetSessionCall) FromDateYear(fromDateYear int64) *StatsGetSessionCall + func (c *StatsGetSessionCall) Header() http.Header + func (c *StatsGetSessionCall) IfNoneMatch(entityTag string) *StatsGetSessionCall + func (c *StatsGetSessionCall) ToDateDay(toDateDay int64) *StatsGetSessionCall + func (c *StatsGetSessionCall) ToDateMonth(toDateMonth int64) *StatsGetSessionCall + func (c *StatsGetSessionCall) ToDateYear(toDateYear int64) *StatsGetSessionCall + type StatsGetUserCall struct + func (c *StatsGetUserCall) Context(ctx context.Context) *StatsGetUserCall + func (c *StatsGetUserCall) Do(opts ...googleapi.CallOption) (*GetCustomerUserStatsResponse, error) + func (c *StatsGetUserCall) Fields(s ...googleapi.Field) *StatsGetUserCall + func (c *StatsGetUserCall) FromDateDay(fromDateDay int64) *StatsGetUserCall + func (c *StatsGetUserCall) FromDateMonth(fromDateMonth int64) *StatsGetUserCall + func (c *StatsGetUserCall) FromDateYear(fromDateYear int64) *StatsGetUserCall + func (c *StatsGetUserCall) Header() http.Header + func (c *StatsGetUserCall) IfNoneMatch(entityTag string) *StatsGetUserCall + func (c *StatsGetUserCall) ToDateDay(toDateDay int64) *StatsGetUserCall + func (c *StatsGetUserCall) ToDateMonth(toDateMonth int64) *StatsGetUserCall + func (c *StatsGetUserCall) ToDateYear(toDateYear int64) *StatsGetUserCall + type StatsIndexDatasourcesGetCall struct + func (c *StatsIndexDatasourcesGetCall) Context(ctx context.Context) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) Do(opts ...googleapi.CallOption) (*GetDataSourceIndexStatsResponse, error) + func (c *StatsIndexDatasourcesGetCall) Fields(s ...googleapi.Field) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) FromDateDay(fromDateDay int64) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) FromDateMonth(fromDateMonth int64) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) FromDateYear(fromDateYear int64) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) Header() http.Header + func (c *StatsIndexDatasourcesGetCall) IfNoneMatch(entityTag string) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) ToDateDay(toDateDay int64) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) ToDateMonth(toDateMonth int64) *StatsIndexDatasourcesGetCall + func (c *StatsIndexDatasourcesGetCall) ToDateYear(toDateYear int64) *StatsIndexDatasourcesGetCall + type StatsIndexDatasourcesService struct + func NewStatsIndexDatasourcesService(s *Service) *StatsIndexDatasourcesService + func (r *StatsIndexDatasourcesService) Get(name string) *StatsIndexDatasourcesGetCall + type StatsIndexService struct + Datasources *StatsIndexDatasourcesService + func NewStatsIndexService(s *Service) *StatsIndexService + type StatsQuerySearchapplicationsGetCall struct + func (c *StatsQuerySearchapplicationsGetCall) Context(ctx context.Context) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) Do(opts ...googleapi.CallOption) (*GetSearchApplicationQueryStatsResponse, error) + func (c *StatsQuerySearchapplicationsGetCall) Fields(s ...googleapi.Field) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) FromDateDay(fromDateDay int64) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) FromDateMonth(fromDateMonth int64) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) FromDateYear(fromDateYear int64) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) Header() http.Header + func (c *StatsQuerySearchapplicationsGetCall) IfNoneMatch(entityTag string) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) ToDateDay(toDateDay int64) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) ToDateMonth(toDateMonth int64) *StatsQuerySearchapplicationsGetCall + func (c *StatsQuerySearchapplicationsGetCall) ToDateYear(toDateYear int64) *StatsQuerySearchapplicationsGetCall + type StatsQuerySearchapplicationsService struct + func NewStatsQuerySearchapplicationsService(s *Service) *StatsQuerySearchapplicationsService + func (r *StatsQuerySearchapplicationsService) Get(name string) *StatsQuerySearchapplicationsGetCall + type StatsQueryService struct + Searchapplications *StatsQuerySearchapplicationsService + func NewStatsQueryService(s *Service) *StatsQueryService + type StatsService struct + Index *StatsIndexService + Query *StatsQueryService + Session *StatsSessionService + User *StatsUserService + func NewStatsService(s *Service) *StatsService + func (r *StatsService) GetIndex() *StatsGetIndexCall + func (r *StatsService) GetQuery() *StatsGetQueryCall + func (r *StatsService) GetSearchapplication() *StatsGetSearchapplicationCall + func (r *StatsService) GetSession() *StatsGetSessionCall + func (r *StatsService) GetUser() *StatsGetUserCall + type StatsSessionSearchapplicationsGetCall struct + func (c *StatsSessionSearchapplicationsGetCall) Context(ctx context.Context) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) Do(opts ...googleapi.CallOption) (*GetSearchApplicationSessionStatsResponse, error) + func (c *StatsSessionSearchapplicationsGetCall) Fields(s ...googleapi.Field) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) FromDateDay(fromDateDay int64) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) FromDateMonth(fromDateMonth int64) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) FromDateYear(fromDateYear int64) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) Header() http.Header + func (c *StatsSessionSearchapplicationsGetCall) IfNoneMatch(entityTag string) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) ToDateDay(toDateDay int64) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) ToDateMonth(toDateMonth int64) *StatsSessionSearchapplicationsGetCall + func (c *StatsSessionSearchapplicationsGetCall) ToDateYear(toDateYear int64) *StatsSessionSearchapplicationsGetCall + type StatsSessionSearchapplicationsService struct + func NewStatsSessionSearchapplicationsService(s *Service) *StatsSessionSearchapplicationsService + func (r *StatsSessionSearchapplicationsService) Get(name string) *StatsSessionSearchapplicationsGetCall + type StatsSessionService struct + Searchapplications *StatsSessionSearchapplicationsService + func NewStatsSessionService(s *Service) *StatsSessionService + type StatsUserSearchapplicationsGetCall struct + func (c *StatsUserSearchapplicationsGetCall) Context(ctx context.Context) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) Do(opts ...googleapi.CallOption) (*GetSearchApplicationUserStatsResponse, error) + func (c *StatsUserSearchapplicationsGetCall) Fields(s ...googleapi.Field) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) FromDateDay(fromDateDay int64) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) FromDateMonth(fromDateMonth int64) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) FromDateYear(fromDateYear int64) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) Header() http.Header + func (c *StatsUserSearchapplicationsGetCall) IfNoneMatch(entityTag string) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) ToDateDay(toDateDay int64) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) ToDateMonth(toDateMonth int64) *StatsUserSearchapplicationsGetCall + func (c *StatsUserSearchapplicationsGetCall) ToDateYear(toDateYear int64) *StatsUserSearchapplicationsGetCall + type StatsUserSearchapplicationsService struct + func NewStatsUserSearchapplicationsService(s *Service) *StatsUserSearchapplicationsService + func (r *StatsUserSearchapplicationsService) Get(name string) *StatsUserSearchapplicationsGetCall + type StatsUserService struct + Searchapplications *StatsUserSearchapplicationsService + func NewStatsUserService(s *Service) *StatsUserService + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type StructuredDataObject struct + ForceSendFields []string + NullFields []string + Properties []*NamedProperty + func (s *StructuredDataObject) MarshalJSON() ([]byte, error) + type StructuredResult struct + ForceSendFields []string + NullFields []string + Person *Person + func (s *StructuredResult) MarshalJSON() ([]byte, error) + type SuggestRequest struct + DataSourceRestrictions []*DataSourceRestriction + ForceSendFields []string + NullFields []string + Query string + RequestOptions *RequestOptions + func (s *SuggestRequest) MarshalJSON() ([]byte, error) + type SuggestResponse struct + ForceSendFields []string + NullFields []string + SuggestResults []*SuggestResult + func (s *SuggestResponse) MarshalJSON() ([]byte, error) + type SuggestResult struct + ForceSendFields []string + NullFields []string + PeopleSuggestion *PeopleSuggestion + QuerySuggestion *QuerySuggestion + Source *Source + SuggestedQuery string + func (s *SuggestResult) MarshalJSON() ([]byte, error) + type TextOperatorOptions struct + ExactMatchWithOperator bool + ForceSendFields []string + NullFields []string + OperatorName string + func (s *TextOperatorOptions) MarshalJSON() ([]byte, error) + type TextPropertyOptions struct + ForceSendFields []string + NullFields []string + OperatorOptions *TextOperatorOptions + RetrievalImportance *RetrievalImportance + func (s *TextPropertyOptions) MarshalJSON() ([]byte, error) + type TextValues struct + ForceSendFields []string + NullFields []string + Values []string + func (s *TextValues) MarshalJSON() ([]byte, error) + type ThirdPartyGenericCard struct + CardId string + Category string + Content *Content + Context *Context + ForceSendFields []string + IsDismissible bool + NullFields []string + Priority int64 + func (s *ThirdPartyGenericCard) MarshalJSON() ([]byte, error) + type TimestampOperatorOptions struct + ForceSendFields []string + GreaterThanOperatorName string + LessThanOperatorName string + NullFields []string + OperatorName string + func (s *TimestampOperatorOptions) MarshalJSON() ([]byte, error) + type TimestampPropertyOptions struct + ForceSendFields []string + NullFields []string + OperatorOptions *TimestampOperatorOptions + func (s *TimestampPropertyOptions) MarshalJSON() ([]byte, error) + type TimestampValues struct + ForceSendFields []string + NullFields []string + Values []string + func (s *TimestampValues) MarshalJSON() ([]byte, error) + type UnmappedIdentity struct + ExternalIdentity *Principal + ForceSendFields []string + NullFields []string + ResolutionStatusCode string + func (s *UnmappedIdentity) MarshalJSON() ([]byte, error) + type UnreserveItemsRequest struct + ConnectorName string + DebugOptions *DebugOptions + ForceSendFields []string + NullFields []string + Queue string + func (s *UnreserveItemsRequest) MarshalJSON() ([]byte, error) + type UpdateDataSourceRequest struct + DebugOptions *DebugOptions + ForceSendFields []string + NullFields []string + Source *DataSource + UpdateMask string + func (s *UpdateDataSourceRequest) MarshalJSON() ([]byte, error) + type UpdateSchemaRequest struct + DebugOptions *DebugOptions + ForceSendFields []string + NullFields []string + Schema *Schema + ValidateOnly bool + func (s *UpdateSchemaRequest) MarshalJSON() ([]byte, error) + type UploadItemRef struct + ForceSendFields []string + Name string + NullFields []string + func (s *UploadItemRef) MarshalJSON() ([]byte, error) + type UserActivity struct + ForceSendFields []string + NullFields []string + QueryActivity *QueryActivity + func (s *UserActivity) MarshalJSON() ([]byte, error) + type V1InitializeCustomerCall struct + func (c *V1InitializeCustomerCall) Context(ctx context.Context) *V1InitializeCustomerCall + func (c *V1InitializeCustomerCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *V1InitializeCustomerCall) Fields(s ...googleapi.Field) *V1InitializeCustomerCall + func (c *V1InitializeCustomerCall) Header() http.Header + type V1Service struct + func NewV1Service(s *Service) *V1Service + func (r *V1Service) InitializeCustomer(initializecustomerrequest *InitializeCustomerRequest) *V1InitializeCustomerCall + type VPCSettings struct + ForceSendFields []string + NullFields []string + Project string + func (s *VPCSettings) MarshalJSON() ([]byte, error) + type Value struct + BooleanValue bool + DateValue *Date + DoubleValue float64 + ForceSendFields []string + IntegerValue int64 + NullFields []string + StringValue string + TimestampValue string + func (s *Value) MarshalJSON() ([]byte, error) + func (s *Value) UnmarshalJSON(data []byte) error + type ValueFilter struct + ForceSendFields []string + NullFields []string + OperatorName string + Value *Value + func (s *ValueFilter) MarshalJSON() ([]byte, error)