Liking cljdoc? Tell your friends :D

happygapi.cloudsearch.indexing

Cloud Search API: indexing. Cloud Search provides cloud-based search capabilities over Google Workspace data. The Cloud Search API allows indexing of non-Google Workspace data into Cloud Search. See: https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing

Cloud Search API: indexing.
Cloud Search provides cloud-based search capabilities over Google Workspace data. The Cloud Search API allows indexing of non-Google Workspace data into Cloud Search.
See: https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing
raw docstring

datasources-deleteSchema$clj

(datasources-deleteSchema$ auth parameters)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/deleteSchema

Required parameters: name

Optional parameters: debugOptions.enableDebugging

Deletes the schema of a data source. Note: This API requires an admin or service account to execute.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/deleteSchema

Required parameters: name

Optional parameters: debugOptions.enableDebugging

Deletes the schema of a data source. **Note:** This API requires an admin or service account to execute.
sourceraw docstring

datasources-getSchema$clj

(datasources-getSchema$ auth parameters)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/getSchema

Required parameters: name

Optional parameters: debugOptions.enableDebugging

Gets the schema of a data source. Note: This API requires an admin or service account to execute.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/getSchema

Required parameters: name

Optional parameters: debugOptions.enableDebugging

Gets the schema of a data source. **Note:** This API requires an admin or service account to execute.
sourceraw docstring

datasources-items-delete$clj

(datasources-items-delete$ auth parameters)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/delete

Required parameters: name

Optional parameters: version, debugOptions.enableDebugging, mode, connectorName

Deletes Item resource for the specified resource name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/delete

Required parameters: name

Optional parameters: version, debugOptions.enableDebugging, mode, connectorName

Deletes Item resource for the specified resource name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-deleteQueueItems$clj

(datasources-items-deleteQueueItems$ auth parameters body)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/deleteQueueItems

Required parameters: name

Optional parameters: none

Body:

{:debugOptions {:enableDebugging boolean}, :connectorName string, :queue string}

Deletes all items in a queue. This method is useful for deleting stale items. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/deleteQueueItems

Required parameters: name

Optional parameters: none

Body: 

{:debugOptions {:enableDebugging boolean},
 :connectorName string,
 :queue string}

Deletes all items in a queue. This method is useful for deleting stale items. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-get$clj

(datasources-items-get$ auth parameters)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/get

Required parameters: name

Optional parameters: debugOptions.enableDebugging, connectorName

Gets Item resource by item name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/get

Required parameters: name

Optional parameters: debugOptions.enableDebugging, connectorName

Gets Item resource by item name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-index$clj

(datasources-items-index$ auth parameters body)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/index

Required parameters: name

Optional parameters: none

Body:

{:debugOptions {:enableDebugging boolean}, :connectorName string, :mode string, :indexItemOptions {:allowUnknownGsuitePrincipals boolean}, :item {:payload string, :queue string, :content ItemContent, :name string, :status ItemStatus, :acl ItemAcl, :itemType string, :version string, :structuredData ItemStructuredData, :metadata ItemMetadata}}

Updates Item ACL, metadata, and content. It will insert the Item if it does not exist. This method does not support partial updates. Fields with no provided values are cleared out in the Cloud Search index. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/index

Required parameters: name

Optional parameters: none

Body: 

{:debugOptions {:enableDebugging boolean},
 :connectorName string,
 :mode string,
 :indexItemOptions {:allowUnknownGsuitePrincipals boolean},
 :item {:payload string,
        :queue string,
        :content ItemContent,
        :name string,
        :status ItemStatus,
        :acl ItemAcl,
        :itemType string,
        :version string,
        :structuredData ItemStructuredData,
        :metadata ItemMetadata}}

Updates Item ACL, metadata, and content. It will insert the Item if it does not exist. This method does not support partial updates. Fields with no provided values are cleared out in the Cloud Search index. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-list$clj

(datasources-items-list$ auth parameters)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/list

Required parameters: name

Optional parameters: pageSize, debugOptions.enableDebugging, brief, pageToken, connectorName

Lists all or a subset of Item resources. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/list

Required parameters: name

Optional parameters: pageSize, debugOptions.enableDebugging, brief, pageToken, connectorName

Lists all or a subset of Item resources. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-poll$clj

(datasources-items-poll$ auth parameters body)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/poll

Required parameters: name

Optional parameters: none

Body:

{:connectorName string, :debugOptions {:enableDebugging boolean}, :limit integer, :queue string, :statusCodes [string]}

Polls for unreserved items from the indexing queue and marks a set as reserved, starting with items that have the oldest timestamp from the highest priority ItemStatus. The priority order is as follows: ERROR MODIFIED NEW_ITEM ACCEPTED Reserving items ensures that polling from other threads cannot create overlapping sets. After handling the reserved items, the client should put items back into the unreserved state, either by calling index, or by calling push with the type REQUEUE. Items automatically become available (unreserved) after 4 hours even if no update or push method is called. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/poll

Required parameters: name

Optional parameters: none

Body: 

{:connectorName string,
 :debugOptions {:enableDebugging boolean},
 :limit integer,
 :queue string,
 :statusCodes [string]}

Polls for unreserved items from the indexing queue and marks a set as reserved, starting with items that have the oldest timestamp from the highest priority ItemStatus. The priority order is as follows: ERROR MODIFIED NEW_ITEM ACCEPTED Reserving items ensures that polling from other threads cannot create overlapping sets. After handling the reserved items, the client should put items back into the unreserved state, either by calling index, or by calling push with the type REQUEUE. Items automatically become available (unreserved) after 4 hours even if no update or push method is called. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-push$clj

(datasources-items-push$ auth parameters body)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/push

Required parameters: name

Optional parameters: none

Body:

{:item {:queue string, :contentHash string, :payload string, :repositoryError RepositoryError, :structuredDataHash string, :type string, :metadataHash string}, :connectorName string, :debugOptions {:enableDebugging boolean}}

Pushes an item onto a queue for later polling and updating. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/push

Required parameters: name

Optional parameters: none

Body: 

{:item {:queue string,
        :contentHash string,
        :payload string,
        :repositoryError RepositoryError,
        :structuredDataHash string,
        :type string,
        :metadataHash string},
 :connectorName string,
 :debugOptions {:enableDebugging boolean}}

Pushes an item onto a queue for later polling and updating. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-unreserve$clj

(datasources-items-unreserve$ auth parameters body)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/unreserve

Required parameters: name

Optional parameters: none

Body:

{:debugOptions {:enableDebugging boolean}, :queue string, :connectorName string}

Unreserves all items from a queue, making them all eligible to be polled. This method is useful for resetting the indexing queue after a connector has been restarted. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/unreserve

Required parameters: name

Optional parameters: none

Body: 

{:debugOptions {:enableDebugging boolean},
 :queue string,
 :connectorName string}

Unreserves all items from a queue, making them all eligible to be polled. This method is useful for resetting the indexing queue after a connector has been restarted. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-items-upload$clj

(datasources-items-upload$ auth parameters body)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/upload

Required parameters: name

Optional parameters: none

Body:

{:connectorName string, :debugOptions {:enableDebugging boolean}}

Creates an upload session for uploading item content. For items smaller than 100 KB, it's easier to embed the content inline within an index request. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/items/upload

Required parameters: name

Optional parameters: none

Body: 

{:connectorName string, :debugOptions {:enableDebugging boolean}}

Creates an upload session for uploading item content. For items smaller than 100 KB, it's easier to embed the content inline within an index request. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
sourceraw docstring

datasources-updateSchema$clj

(datasources-updateSchema$ auth parameters body)

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/updateSchema

Required parameters: name

Optional parameters: none

Body:

{:validateOnly boolean, :debugOptions {:enableDebugging boolean}, :schema {:objectDefinitions [ObjectDefinition], :operationIds [string]}}

Updates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. Note: This API requires an admin or service account to execute.

https://developers.google.com/cloud-search/docs/guides/api/reference/rest/v1/indexing/datasources/updateSchema

Required parameters: name

Optional parameters: none

Body: 

{:validateOnly boolean,
 :debugOptions {:enableDebugging boolean},
 :schema {:objectDefinitions [ObjectDefinition],
          :operationIds [string]}}

Updates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. **Note:** This API requires an admin or service account to execute.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close