GoogleApi.CloudSearch.V1.Model.DataSource (google_api_cloud_search v0.9.0) View Source
Datasource is a logical namespace for items to be indexed. All items must belong to a datasource. This is the prerequisite before items can be indexed into Cloud Search.
Attributes
-
disableModifications
(type:boolean()
, default:nil
) - If true, sets the datasource to read-only mode. In read-only mode, the Indexing API rejects any requests to index or delete items in this source. Enabling read-only mode does not stop the processing of previously accepted data. -
disableServing
(type:boolean()
, default:nil
) - Disable serving any search or assist results. -
displayName
(type:String.t
, default:nil
) - Required. Display name of the datasource The maximum length is 300 characters. -
indexingServiceAccounts
(type:list(String.t)
, default:nil
) - List of service accounts that have indexing access. -
itemsVisibility
(type:list(GoogleApi.CloudSearch.V1.Model.GSuitePrincipal.t)
, default:nil
) - This field restricts visibility to items at the datasource level. Items within the datasource are restricted to the union of users and groups included in this field. Note that, this does not ensure access to a specific item, as users need to have ACL permissions on the contained items. This ensures a high level access on the entire datasource, and that the individual items are not shared outside this visibility. -
name
(type:String.t
, default:nil
) - Name of the datasource resource. Format: datasources/{source_id}. The name is ignored when creating a datasource. -
operationIds
(type:list(String.t)
, default:nil
) - IDs of the Long Running Operations (LROs) currently running for this schema. -
shortName
(type:String.t
, default:nil
) - A short name or alias for the source. This value will be used to match the 'source' operator. For example, if the short name is <value> then queries like source:<value> will only return results for this source. The value must be unique across all datasources. The value must only contain alphanumeric characters (a-zA-Z0-9). The value cannot start with 'google' and cannot be one of the following: mail, gmail, docs, drive, groups, sites, calendar, hangouts, gplus, keep, people, teams. Its maximum length is 32 characters.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.DataSource{ disableModifications: boolean() | nil, disableServing: boolean() | nil, displayName: String.t() | nil, indexingServiceAccounts: [String.t()] | nil, itemsVisibility: [GoogleApi.CloudSearch.V1.Model.GSuitePrincipal.t()] | nil, name: String.t() | nil, operationIds: [String.t()] | nil, shortName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.