Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of cloudsearch v1 client #1558

Merged
merged 1 commit into from Nov 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/cloudsearch_v1.rb
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://developers.google.com/cloud-search/docs/guides/
module CloudsearchV1
VERSION = 'V1'
REVISION = '20200929'
REVISION = '20201110'

# Index and serve your organization's data with Cloud Search
AUTH_CLOUD_SEARCH = 'https://www.googleapis.com/auth/cloud_search'
Expand Down
15 changes: 10 additions & 5 deletions generated/google/apis/cloudsearch_v1/classes.rb
Expand Up @@ -250,9 +250,10 @@ def update!(**args)
class DataSource
include Google::Apis::Core::Hashable

# If true, Indexing API rejects any modification calls to this datasource such
# as create, update, and delete. Disabling this does not imply halting process
# of previously accepted data.
# 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.
# Corresponds to the JSON property `disableModifications`
# @return [Boolean]
attr_accessor :disable_modifications
Expand Down Expand Up @@ -1662,7 +1663,9 @@ class Item
# @return [Google::Apis::CloudsearchV1::ItemAcl]
attr_accessor :acl

# Content of an item to be indexed and surfaced by Cloud Search.
# Content of an item to be indexed and surfaced by Cloud Search. Only UTF-8
# encoded strings are allowed as inlineContent. If the content is uploaded and
# not binary, it must be UTF-8 encoded.
# Corresponds to the JSON property `content`
# @return [Google::Apis::CloudsearchV1::ItemContent]
attr_accessor :content
Expand Down Expand Up @@ -1796,7 +1799,9 @@ def update!(**args)
end
end

# Content of an item to be indexed and surfaced by Cloud Search.
# Content of an item to be indexed and surfaced by Cloud Search. Only UTF-8
# encoded strings are allowed as inlineContent. If the content is uploaded and
# not binary, it must be UTF-8 encoded.
class ItemContent
include Google::Apis::Core::Hashable

Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/cloudsearch_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "68c128a0d3480caeabaeaa3a073946818a3f35d5"
}
}
]
Expand Down