Skip to content

Commit

Permalink
feat(discoveryengine): update the api
Browse files Browse the repository at this point in the history
#### discoveryengine:v1alpha

The following keys were added:
- resources.projects.resources.locations.resources.collections.resources.dataStores.resources.suggestionDenyListEntries.methods.import (Total Keys: 12)
- resources.projects.resources.locations.resources.collections.resources.dataStores.resources.suggestionDenyListEntries.methods.purge (Total Keys: 12)
- resources.projects.resources.locations.resources.dataStores.resources.suggestionDenyListEntries.methods.import (Total Keys: 12)
- resources.projects.resources.locations.resources.dataStores.resources.suggestionDenyListEntries.methods.purge (Total Keys: 12)
- schemas.GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig.properties.location.type (Total Keys: 1)
- schemas.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesRequest (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesRequest (Total Keys: 2)
- schemas.GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry (Total Keys: 4)
- schemas.GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesResponse (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesResponse (Total Keys: 6)

#### discoveryengine:v1beta

The following keys were added:
- resources.projects.resources.locations.resources.collections.resources.dataStores.resources.suggestionDenyListEntries.methods.import (Total Keys: 12)
- resources.projects.resources.locations.resources.collections.resources.dataStores.resources.suggestionDenyListEntries.methods.purge (Total Keys: 12)
- resources.projects.resources.locations.resources.dataStores.resources.suggestionDenyListEntries.methods.import (Total Keys: 12)
- resources.projects.resources.locations.resources.dataStores.resources.suggestionDenyListEntries.methods.purge (Total Keys: 12)
- schemas.GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig.properties.location.type (Total Keys: 1)
- schemas.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesResponse (Total Keys: 8)
- schemas.GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest (Total Keys: 2)
- schemas.GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesResponse (Total Keys: 6)
- schemas.GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 9ef09a5 commit 8b6261f
Show file tree
Hide file tree
Showing 35 changed files with 1,855 additions and 246 deletions.
24 changes: 12 additions & 12 deletions docs/dyn/discoveryengine_v1alpha.locations.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Method Details</h3>
&quot;content&quot;: { # Unstructured data linked to this document. # The unstructured data linked to this document. Content must be set if this document is under a `CONTENT_REQUIRED` data store.
&quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the content. Supported types: * `application/pdf` (PDF, only native PDFs are supported for now) * `text/html` (HTML) * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX) * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX) * `text/plain` (TXT) See https://www.iana.org/assignments/media-types/media-types.xhtml.
&quot;rawBytes&quot;: &quot;A String&quot;, # The content represented as a stream of bytes. The maximum length is 1,000,000 bytes (1 MB / ~0.95 MiB). Note: As with all `bytes` fields, this field is represented as pure binary in Protocol Buffers and base64-encoded string in JSON. For example, `abc123!?$*&amp;()&#x27;-=@~` should be represented as `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See https://developers.google.com/protocol-buffers/docs/proto3#json.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 100 MB.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 2.5 MB for text-based formats, 100 MB for other formats.
},
&quot;derivedStructData&quot;: { # Output only. This field is OUTPUT_ONLY. It contains derived data that are not in the original input document.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Expand Down Expand Up @@ -148,7 +148,7 @@ <h3>Method Details</h3>
&quot;content&quot;: { # Unstructured data linked to this document. # The unstructured data linked to this document. Content must be set if this document is under a `CONTENT_REQUIRED` data store.
&quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the content. Supported types: * `application/pdf` (PDF, only native PDFs are supported for now) * `text/html` (HTML) * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX) * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX) * `text/plain` (TXT) See https://www.iana.org/assignments/media-types/media-types.xhtml.
&quot;rawBytes&quot;: &quot;A String&quot;, # The content represented as a stream of bytes. The maximum length is 1,000,000 bytes (1 MB / ~0.95 MiB). Note: As with all `bytes` fields, this field is represented as pure binary in Protocol Buffers and base64-encoded string in JSON. For example, `abc123!?$*&amp;()&#x27;-=@~` should be represented as `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See https://developers.google.com/protocol-buffers/docs/proto3#json.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 100 MB.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 2.5 MB for text-based formats, 100 MB for other formats.
},
&quot;derivedStructData&quot;: { # Output only. This field is OUTPUT_ONLY. It contains derived data that are not in the original input document.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Expand Down Expand Up @@ -200,7 +200,7 @@ <h3>Method Details</h3>
&quot;content&quot;: { # Unstructured data linked to this document. # The unstructured data linked to this document. Content must be set if this document is under a `CONTENT_REQUIRED` data store.
&quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the content. Supported types: * `application/pdf` (PDF, only native PDFs are supported for now) * `text/html` (HTML) * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX) * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX) * `text/plain` (TXT) See https://www.iana.org/assignments/media-types/media-types.xhtml.
&quot;rawBytes&quot;: &quot;A String&quot;, # The content represented as a stream of bytes. The maximum length is 1,000,000 bytes (1 MB / ~0.95 MiB). Note: As with all `bytes` fields, this field is represented as pure binary in Protocol Buffers and base64-encoded string in JSON. For example, `abc123!?$*&amp;()&#x27;-=@~` should be represented as `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See https://developers.google.com/protocol-buffers/docs/proto3#json.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 100 MB.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 2.5 MB for text-based formats, 100 MB for other formats.
},
&quot;derivedStructData&quot;: { # Output only. This field is OUTPUT_ONLY. It contains derived data that are not in the original input document.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Expand Down Expand Up @@ -255,7 +255,7 @@ <h3>Method Details</h3>
&quot;content&quot;: { # Unstructured data linked to this document. # The unstructured data linked to this document. Content must be set if this document is under a `CONTENT_REQUIRED` data store.
&quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the content. Supported types: * `application/pdf` (PDF, only native PDFs are supported for now) * `text/html` (HTML) * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX) * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX) * `text/plain` (TXT) See https://www.iana.org/assignments/media-types/media-types.xhtml.
&quot;rawBytes&quot;: &quot;A String&quot;, # The content represented as a stream of bytes. The maximum length is 1,000,000 bytes (1 MB / ~0.95 MiB). Note: As with all `bytes` fields, this field is represented as pure binary in Protocol Buffers and base64-encoded string in JSON. For example, `abc123!?$*&amp;()&#x27;-=@~` should be represented as `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See https://developers.google.com/protocol-buffers/docs/proto3#json.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 100 MB.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 2.5 MB for text-based formats, 100 MB for other formats.
},
&quot;derivedStructData&quot;: { # Output only. This field is OUTPUT_ONLY. It contains derived data that are not in the original input document.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Expand Down Expand Up @@ -325,7 +325,7 @@ <h3>Method Details</h3>
&quot;content&quot;: { # Unstructured data linked to this document. # The unstructured data linked to this document. Content must be set if this document is under a `CONTENT_REQUIRED` data store.
&quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the content. Supported types: * `application/pdf` (PDF, only native PDFs are supported for now) * `text/html` (HTML) * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX) * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX) * `text/plain` (TXT) See https://www.iana.org/assignments/media-types/media-types.xhtml.
&quot;rawBytes&quot;: &quot;A String&quot;, # The content represented as a stream of bytes. The maximum length is 1,000,000 bytes (1 MB / ~0.95 MiB). Note: As with all `bytes` fields, this field is represented as pure binary in Protocol Buffers and base64-encoded string in JSON. For example, `abc123!?$*&amp;()&#x27;-=@~` should be represented as `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See https://developers.google.com/protocol-buffers/docs/proto3#json.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 100 MB.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 2.5 MB for text-based formats, 100 MB for other formats.
},
&quot;derivedStructData&quot;: { # Output only. This field is OUTPUT_ONLY. It contains derived data that are not in the original input document.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Expand Down Expand Up @@ -371,7 +371,7 @@ <h3>Method Details</h3>
&quot;content&quot;: { # Unstructured data linked to this document. # The unstructured data linked to this document. Content must be set if this document is under a `CONTENT_REQUIRED` data store.
&quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the content. Supported types: * `application/pdf` (PDF, only native PDFs are supported for now) * `text/html` (HTML) * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX) * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX) * `text/plain` (TXT) See https://www.iana.org/assignments/media-types/media-types.xhtml.
&quot;rawBytes&quot;: &quot;A String&quot;, # The content represented as a stream of bytes. The maximum length is 1,000,000 bytes (1 MB / ~0.95 MiB). Note: As with all `bytes` fields, this field is represented as pure binary in Protocol Buffers and base64-encoded string in JSON. For example, `abc123!?$*&amp;()&#x27;-=@~` should be represented as `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See https://developers.google.com/protocol-buffers/docs/proto3#json.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 100 MB.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 2.5 MB for text-based formats, 100 MB for other formats.
},
&quot;derivedStructData&quot;: { # Output only. This field is OUTPUT_ONLY. It contains derived data that are not in the original input document.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Expand Down Expand Up @@ -399,7 +399,7 @@ <h3>Method Details</h3>
&quot;content&quot;: { # Unstructured data linked to this document. # The unstructured data linked to this document. Content must be set if this document is under a `CONTENT_REQUIRED` data store.
&quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the content. Supported types: * `application/pdf` (PDF, only native PDFs are supported for now) * `text/html` (HTML) * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX) * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX) * `text/plain` (TXT) See https://www.iana.org/assignments/media-types/media-types.xhtml.
&quot;rawBytes&quot;: &quot;A String&quot;, # The content represented as a stream of bytes. The maximum length is 1,000,000 bytes (1 MB / ~0.95 MiB). Note: As with all `bytes` fields, this field is represented as pure binary in Protocol Buffers and base64-encoded string in JSON. For example, `abc123!?$*&amp;()&#x27;-=@~` should be represented as `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See https://developers.google.com/protocol-buffers/docs/proto3#json.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 100 MB.
&quot;uri&quot;: &quot;A String&quot;, # The URI of the content. Only Cloud Storage URIs (e.g. `gs://bucket-name/path/to/file`) are supported. The maximum file size is 2.5 MB for text-based formats, 100 MB for other formats.
},
&quot;derivedStructData&quot;: { # Output only. This field is OUTPUT_ONLY. It contains derived data that are not in the original input document.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
Expand Down

0 comments on commit 8b6261f

Please sign in to comment.