google-cloud-discovery_engine-v1beta 0.a → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +149 -0
- data/README.md +144 -8
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/client.rb +429 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/credentials.rb +47 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/paths.rb +78 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/rest/client.rb +386 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/rest/service_stub.rb +114 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/rest.rb +52 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/client.rb +1159 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/credentials.rb +47 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/operations.rb +768 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/paths.rb +135 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/rest/client.rb +960 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/rest/operations.rb +919 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/rest/service_stub.rb +518 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/rest.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service.rb +58 -0
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/client.rb +486 -0
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/credentials.rb +47 -0
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/paths.rb +135 -0
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/rest/client.rb +443 -0
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/rest/service_stub.rb +116 -0
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/rest.rb +52 -0
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/rest.rb +42 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/client.rb +840 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/credentials.rb +47 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/operations.rb +768 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/paths.rb +127 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/rest/client.rb +680 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/rest/operations.rb +919 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/rest/service_stub.rb +382 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/rest.rb +53 -0
- data/lib/google/cloud/discovery_engine/v1beta/schema_service.rb +56 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/client.rb +511 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/credentials.rb +47 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/paths.rb +131 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/rest/client.rb +463 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/rest/service_stub.rb +116 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/rest.rb +52 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/client.rb +638 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/credentials.rb +47 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/operations.rb +768 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/paths.rb +131 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/rest/client.rb +542 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/rest/operations.rb +919 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/rest/service_stub.rb +250 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/rest.rb +53 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service.rb +56 -0
- data/lib/google/cloud/discovery_engine/v1beta/version.rb +7 -2
- data/lib/google/cloud/discovery_engine/v1beta.rb +50 -0
- data/lib/google/cloud/discoveryengine/v1beta/common_pb.rb +46 -0
- data/lib/google/cloud/discoveryengine/v1beta/completion_service_pb.rb +49 -0
- data/lib/google/cloud/discoveryengine/v1beta/completion_service_services_pb.rb +45 -0
- data/lib/google/cloud/discoveryengine/v1beta/document_pb.rb +48 -0
- data/lib/google/cloud/discoveryengine/v1beta/document_service_pb.rb +58 -0
- data/lib/google/cloud/discoveryengine/v1beta/document_service_services_pb.rb +81 -0
- data/lib/google/cloud/discoveryengine/v1beta/import_config_pb.rb +66 -0
- data/lib/google/cloud/discoveryengine/v1beta/purge_config_pb.rb +49 -0
- data/lib/google/cloud/discoveryengine/v1beta/recommendation_service_pb.rb +55 -0
- data/lib/google/cloud/discoveryengine/v1beta/recommendation_service_services_pb.rb +45 -0
- data/lib/google/cloud/discoveryengine/v1beta/schema_pb.rb +47 -0
- data/lib/google/cloud/discoveryengine/v1beta/schema_service_pb.rb +61 -0
- data/lib/google/cloud/discoveryengine/v1beta/schema_service_services_pb.rb +53 -0
- data/lib/google/cloud/discoveryengine/v1beta/search_service_pb.rb +71 -0
- data/lib/google/cloud/discoveryengine/v1beta/search_service_services_pb.rb +45 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_event_pb.rb +58 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_event_service_pb.rb +53 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_event_service_services_pb.rb +59 -0
- data/lib/google-cloud-discovery_engine-v1beta.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +381 -0
- data/proto_docs/google/api/field_behavior.rb +71 -0
- data/proto_docs/google/api/httpbody.rb +80 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +222 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/common.rb +107 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb +98 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/document.rb +107 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb +181 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb +340 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/purge_config.rb +84 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/recommendation_service.rb +210 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/schema.rb +45 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb +180 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb +603 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_event.rb +473 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_event_service.rb +64 -0
- data/proto_docs/google/longrunning/operations.rb +164 -0
- data/proto_docs/google/protobuf/any.rb +144 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/struct.rb +96 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- data/proto_docs/google/type/date.rb +53 -0
- metadata +254 -12
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2023 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Api
|
|
22
|
+
# A simple descriptor of a resource type.
|
|
23
|
+
#
|
|
24
|
+
# ResourceDescriptor annotates a resource message (either by means of a
|
|
25
|
+
# protobuf annotation or use in the service config), and associates the
|
|
26
|
+
# resource's schema, the resource type, and the pattern of the resource name.
|
|
27
|
+
#
|
|
28
|
+
# Example:
|
|
29
|
+
#
|
|
30
|
+
# message Topic {
|
|
31
|
+
# // Indicates this message defines a resource schema.
|
|
32
|
+
# // Declares the resource type in the format of {service}/{kind}.
|
|
33
|
+
# // For Kubernetes resources, the format is {api group}/{kind}.
|
|
34
|
+
# option (google.api.resource) = {
|
|
35
|
+
# type: "pubsub.googleapis.com/Topic"
|
|
36
|
+
# pattern: "projects/{project}/topics/{topic}"
|
|
37
|
+
# };
|
|
38
|
+
# }
|
|
39
|
+
#
|
|
40
|
+
# The ResourceDescriptor Yaml config will look like:
|
|
41
|
+
#
|
|
42
|
+
# resources:
|
|
43
|
+
# - type: "pubsub.googleapis.com/Topic"
|
|
44
|
+
# pattern: "projects/{project}/topics/{topic}"
|
|
45
|
+
#
|
|
46
|
+
# Sometimes, resources have multiple patterns, typically because they can
|
|
47
|
+
# live under multiple parents.
|
|
48
|
+
#
|
|
49
|
+
# Example:
|
|
50
|
+
#
|
|
51
|
+
# message LogEntry {
|
|
52
|
+
# option (google.api.resource) = {
|
|
53
|
+
# type: "logging.googleapis.com/LogEntry"
|
|
54
|
+
# pattern: "projects/{project}/logs/{log}"
|
|
55
|
+
# pattern: "folders/{folder}/logs/{log}"
|
|
56
|
+
# pattern: "organizations/{organization}/logs/{log}"
|
|
57
|
+
# pattern: "billingAccounts/{billing_account}/logs/{log}"
|
|
58
|
+
# };
|
|
59
|
+
# }
|
|
60
|
+
#
|
|
61
|
+
# The ResourceDescriptor Yaml config will look like:
|
|
62
|
+
#
|
|
63
|
+
# resources:
|
|
64
|
+
# - type: 'logging.googleapis.com/LogEntry'
|
|
65
|
+
# pattern: "projects/{project}/logs/{log}"
|
|
66
|
+
# pattern: "folders/{folder}/logs/{log}"
|
|
67
|
+
# pattern: "organizations/{organization}/logs/{log}"
|
|
68
|
+
# pattern: "billingAccounts/{billing_account}/logs/{log}"
|
|
69
|
+
# @!attribute [rw] type
|
|
70
|
+
# @return [::String]
|
|
71
|
+
# The resource type. It must be in the format of
|
|
72
|
+
# \\{service_name}/\\{resource_type_kind}. The `resource_type_kind` must be
|
|
73
|
+
# singular and must not include version numbers.
|
|
74
|
+
#
|
|
75
|
+
# Example: `storage.googleapis.com/Bucket`
|
|
76
|
+
#
|
|
77
|
+
# The value of the resource_type_kind must follow the regular expression
|
|
78
|
+
# /[A-Za-z][a-zA-Z0-9]+/. It should start with an upper case character and
|
|
79
|
+
# should use PascalCase (UpperCamelCase). The maximum number of
|
|
80
|
+
# characters allowed for the `resource_type_kind` is 100.
|
|
81
|
+
# @!attribute [rw] pattern
|
|
82
|
+
# @return [::Array<::String>]
|
|
83
|
+
# Optional. The relative resource name pattern associated with this resource
|
|
84
|
+
# type. The DNS prefix of the full resource name shouldn't be specified here.
|
|
85
|
+
#
|
|
86
|
+
# The path pattern must follow the syntax, which aligns with HTTP binding
|
|
87
|
+
# syntax:
|
|
88
|
+
#
|
|
89
|
+
# Template = Segment { "/" Segment } ;
|
|
90
|
+
# Segment = LITERAL | Variable ;
|
|
91
|
+
# Variable = "{" LITERAL "}" ;
|
|
92
|
+
#
|
|
93
|
+
# Examples:
|
|
94
|
+
#
|
|
95
|
+
# - "projects/\\{project}/topics/\\{topic}"
|
|
96
|
+
# - "projects/\\{project}/knowledgeBases/\\{knowledge_base}"
|
|
97
|
+
#
|
|
98
|
+
# The components in braces correspond to the IDs for each resource in the
|
|
99
|
+
# hierarchy. It is expected that, if multiple patterns are provided,
|
|
100
|
+
# the same component name (e.g. "project") refers to IDs of the same
|
|
101
|
+
# type of resource.
|
|
102
|
+
# @!attribute [rw] name_field
|
|
103
|
+
# @return [::String]
|
|
104
|
+
# Optional. The field on the resource that designates the resource name
|
|
105
|
+
# field. If omitted, this is assumed to be "name".
|
|
106
|
+
# @!attribute [rw] history
|
|
107
|
+
# @return [::Google::Api::ResourceDescriptor::History]
|
|
108
|
+
# Optional. The historical or future-looking state of the resource pattern.
|
|
109
|
+
#
|
|
110
|
+
# Example:
|
|
111
|
+
#
|
|
112
|
+
# // The InspectTemplate message originally only supported resource
|
|
113
|
+
# // names with organization, and project was added later.
|
|
114
|
+
# message InspectTemplate {
|
|
115
|
+
# option (google.api.resource) = {
|
|
116
|
+
# type: "dlp.googleapis.com/InspectTemplate"
|
|
117
|
+
# pattern:
|
|
118
|
+
# "organizations/{organization}/inspectTemplates/{inspect_template}"
|
|
119
|
+
# pattern: "projects/{project}/inspectTemplates/{inspect_template}"
|
|
120
|
+
# history: ORIGINALLY_SINGLE_PATTERN
|
|
121
|
+
# };
|
|
122
|
+
# }
|
|
123
|
+
# @!attribute [rw] plural
|
|
124
|
+
# @return [::String]
|
|
125
|
+
# The plural name used in the resource name and permission names, such as
|
|
126
|
+
# 'projects' for the resource name of 'projects/\\{project}' and the permission
|
|
127
|
+
# name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
|
|
128
|
+
# concept of the `plural` field in k8s CRD spec
|
|
129
|
+
# https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
|
|
130
|
+
#
|
|
131
|
+
# Note: The plural form is required even for singleton resources. See
|
|
132
|
+
# https://aip.dev/156
|
|
133
|
+
# @!attribute [rw] singular
|
|
134
|
+
# @return [::String]
|
|
135
|
+
# The same concept of the `singular` field in k8s CRD spec
|
|
136
|
+
# https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
|
|
137
|
+
# Such as "project" for the `resourcemanager.googleapis.com/Project` type.
|
|
138
|
+
# @!attribute [rw] style
|
|
139
|
+
# @return [::Array<::Google::Api::ResourceDescriptor::Style>]
|
|
140
|
+
# Style flag(s) for this resource.
|
|
141
|
+
# These indicate that a resource is expected to conform to a given
|
|
142
|
+
# style. See the specific style flags for additional information.
|
|
143
|
+
class ResourceDescriptor
|
|
144
|
+
include ::Google::Protobuf::MessageExts
|
|
145
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
146
|
+
|
|
147
|
+
# A description of the historical or future-looking state of the
|
|
148
|
+
# resource pattern.
|
|
149
|
+
module History
|
|
150
|
+
# The "unset" value.
|
|
151
|
+
HISTORY_UNSPECIFIED = 0
|
|
152
|
+
|
|
153
|
+
# The resource originally had one pattern and launched as such, and
|
|
154
|
+
# additional patterns were added later.
|
|
155
|
+
ORIGINALLY_SINGLE_PATTERN = 1
|
|
156
|
+
|
|
157
|
+
# The resource has one pattern, but the API owner expects to add more
|
|
158
|
+
# later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents
|
|
159
|
+
# that from being necessary once there are multiple patterns.)
|
|
160
|
+
FUTURE_MULTI_PATTERN = 2
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
# A flag representing a specific style that a resource claims to conform to.
|
|
164
|
+
module Style
|
|
165
|
+
# The unspecified value. Do not use.
|
|
166
|
+
STYLE_UNSPECIFIED = 0
|
|
167
|
+
|
|
168
|
+
# This resource is intended to be "declarative-friendly".
|
|
169
|
+
#
|
|
170
|
+
# Declarative-friendly resources must be more strictly consistent, and
|
|
171
|
+
# setting this to true communicates to tools that this resource should
|
|
172
|
+
# adhere to declarative-friendly expectations.
|
|
173
|
+
#
|
|
174
|
+
# Note: This is used by the API linter (linter.aip.dev) to enable
|
|
175
|
+
# additional checks.
|
|
176
|
+
DECLARATIVE_FRIENDLY = 1
|
|
177
|
+
end
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
# Defines a proto annotation that describes a string field that refers to
|
|
181
|
+
# an API resource.
|
|
182
|
+
# @!attribute [rw] type
|
|
183
|
+
# @return [::String]
|
|
184
|
+
# The resource type that the annotated field references.
|
|
185
|
+
#
|
|
186
|
+
# Example:
|
|
187
|
+
#
|
|
188
|
+
# message Subscription {
|
|
189
|
+
# string topic = 2 [(google.api.resource_reference) = {
|
|
190
|
+
# type: "pubsub.googleapis.com/Topic"
|
|
191
|
+
# }];
|
|
192
|
+
# }
|
|
193
|
+
#
|
|
194
|
+
# Occasionally, a field may reference an arbitrary resource. In this case,
|
|
195
|
+
# APIs use the special value * in their resource reference.
|
|
196
|
+
#
|
|
197
|
+
# Example:
|
|
198
|
+
#
|
|
199
|
+
# message GetIamPolicyRequest {
|
|
200
|
+
# string resource = 2 [(google.api.resource_reference) = {
|
|
201
|
+
# type: "*"
|
|
202
|
+
# }];
|
|
203
|
+
# }
|
|
204
|
+
# @!attribute [rw] child_type
|
|
205
|
+
# @return [::String]
|
|
206
|
+
# The resource type of a child collection that the annotated field
|
|
207
|
+
# references. This is useful for annotating the `parent` field that
|
|
208
|
+
# doesn't have a fixed resource type.
|
|
209
|
+
#
|
|
210
|
+
# Example:
|
|
211
|
+
#
|
|
212
|
+
# message ListLogEntriesRequest {
|
|
213
|
+
# string parent = 1 [(google.api.resource_reference) = {
|
|
214
|
+
# child_type: "logging.googleapis.com/LogEntry"
|
|
215
|
+
# };
|
|
216
|
+
# }
|
|
217
|
+
class ResourceReference
|
|
218
|
+
include ::Google::Protobuf::MessageExts
|
|
219
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
220
|
+
end
|
|
221
|
+
end
|
|
222
|
+
end
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2023 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module DiscoveryEngine
|
|
23
|
+
module V1beta
|
|
24
|
+
# A floating point interval.
|
|
25
|
+
# @!attribute [rw] minimum
|
|
26
|
+
# @return [::Float]
|
|
27
|
+
# Inclusive lower bound.
|
|
28
|
+
# @!attribute [rw] exclusive_minimum
|
|
29
|
+
# @return [::Float]
|
|
30
|
+
# Exclusive lower bound.
|
|
31
|
+
# @!attribute [rw] maximum
|
|
32
|
+
# @return [::Float]
|
|
33
|
+
# Inclusive upper bound.
|
|
34
|
+
# @!attribute [rw] exclusive_maximum
|
|
35
|
+
# @return [::Float]
|
|
36
|
+
# Exclusive upper bound.
|
|
37
|
+
class Interval
|
|
38
|
+
include ::Google::Protobuf::MessageExts
|
|
39
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
# A custom attribute that is not explicitly modeled in a resource, e.g.
|
|
43
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::UserEvent UserEvent}.
|
|
44
|
+
# @!attribute [rw] text
|
|
45
|
+
# @return [::Array<::String>]
|
|
46
|
+
# The textual values of this custom attribute. For example, `["yellow",
|
|
47
|
+
# "green"]` when the key is "color".
|
|
48
|
+
#
|
|
49
|
+
# Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
|
|
50
|
+
# returned.
|
|
51
|
+
#
|
|
52
|
+
# Exactly one of
|
|
53
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::CustomAttribute#text CustomAttribute.text}
|
|
54
|
+
# or
|
|
55
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::CustomAttribute#numbers CustomAttribute.numbers}
|
|
56
|
+
# should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
57
|
+
# @!attribute [rw] numbers
|
|
58
|
+
# @return [::Array<::Float>]
|
|
59
|
+
# The numerical values of this custom attribute. For example, `[2.3, 15.4]`
|
|
60
|
+
# when the key is "lengths_cm".
|
|
61
|
+
#
|
|
62
|
+
# Exactly one of
|
|
63
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::CustomAttribute#text CustomAttribute.text}
|
|
64
|
+
# or
|
|
65
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::CustomAttribute#numbers CustomAttribute.numbers}
|
|
66
|
+
# should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
67
|
+
class CustomAttribute
|
|
68
|
+
include ::Google::Protobuf::MessageExts
|
|
69
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# Information of an end user.
|
|
73
|
+
# @!attribute [rw] user_id
|
|
74
|
+
# @return [::String]
|
|
75
|
+
# Highly recommended for logged-in users. Unique identifier for logged-in
|
|
76
|
+
# user, such as a user name. Don't set for anonymous users.
|
|
77
|
+
#
|
|
78
|
+
# Always use a hashed value for this ID.
|
|
79
|
+
#
|
|
80
|
+
# Don't set the field to the same fixed ID for different users. This mixes
|
|
81
|
+
# the event history of those users together, which results in degraded
|
|
82
|
+
# model quality.
|
|
83
|
+
#
|
|
84
|
+
# The field must be a UTF-8 encoded string with a length limit of 128
|
|
85
|
+
# characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
86
|
+
# @!attribute [rw] user_agent
|
|
87
|
+
# @return [::String]
|
|
88
|
+
# User agent as included in the HTTP header. Required for getting
|
|
89
|
+
# [SearchResponse.sponsored_results][].
|
|
90
|
+
#
|
|
91
|
+
# The field must be a UTF-8 encoded string with a length limit of 1,000
|
|
92
|
+
# characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
93
|
+
#
|
|
94
|
+
# This should not be set when using the client side event reporting with
|
|
95
|
+
# GTM or JavaScript tag in
|
|
96
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::UserEventService::Client#collect_user_event UserEventService.CollectUserEvent}
|
|
97
|
+
# or if
|
|
98
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::UserEvent#direct_user_request UserEvent.direct_user_request}
|
|
99
|
+
# is set.
|
|
100
|
+
class UserInfo
|
|
101
|
+
include ::Google::Protobuf::MessageExts
|
|
102
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
end
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2023 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module DiscoveryEngine
|
|
23
|
+
module V1beta
|
|
24
|
+
# Request message for
|
|
25
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::CompletionService::Client#complete_query CompletionService.CompleteQuery}
|
|
26
|
+
# method.
|
|
27
|
+
# @!attribute [rw] data_store
|
|
28
|
+
# @return [::String]
|
|
29
|
+
# Required. The parent data store resource name for which the completion is
|
|
30
|
+
# performed, such as
|
|
31
|
+
# `projects/*/locations/global/collections/default_collection/dataStores/default_data_store`.
|
|
32
|
+
# @!attribute [rw] query
|
|
33
|
+
# @return [::String]
|
|
34
|
+
# Required. The typeahead input used to fetch suggestions. Maximum length is
|
|
35
|
+
# 128 characters.
|
|
36
|
+
# @!attribute [rw] query_model
|
|
37
|
+
# @return [::String]
|
|
38
|
+
# Selects data model of query suggestions for serving. Currently supported
|
|
39
|
+
# values:
|
|
40
|
+
#
|
|
41
|
+
# * `document` - Using suggestions generated from user-imported documents.
|
|
42
|
+
# * `search-history` - Using suggestions generated from the past history of
|
|
43
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::SearchService::Client#search SearchService.Search}
|
|
44
|
+
# API calls. Do not use it when there is no traffic for Search API.
|
|
45
|
+
# * `user-event` - Using suggestions generated from user-imported search
|
|
46
|
+
# events.
|
|
47
|
+
#
|
|
48
|
+
# Default values:
|
|
49
|
+
#
|
|
50
|
+
# * `document` is the default model for regular dataStores.
|
|
51
|
+
# * `search-history` is the default model for
|
|
52
|
+
# [IndustryVertical.SITE_SEARCH][google.cloud.discoveryengine.v1beta.IndustryVertical.SITE_SEARCH]
|
|
53
|
+
# dataStores.
|
|
54
|
+
# @!attribute [rw] user_pseudo_id
|
|
55
|
+
# @return [::String]
|
|
56
|
+
# A unique identifier for tracking visitors. For example, this could be
|
|
57
|
+
# implemented with an HTTP cookie, which should be able to uniquely identify
|
|
58
|
+
# a visitor on a single device. This unique identifier should not change if
|
|
59
|
+
# the visitor logs in or out of the website.
|
|
60
|
+
#
|
|
61
|
+
# This field should NOT have a fixed value such as `unknown_visitor`.
|
|
62
|
+
#
|
|
63
|
+
# This should be the same identifier as
|
|
64
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::UserEvent#user_pseudo_id UserEvent.user_pseudo_id}
|
|
65
|
+
# and
|
|
66
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest#user_pseudo_id SearchRequest.user_pseudo_id}.
|
|
67
|
+
#
|
|
68
|
+
# The field must be a UTF-8 encoded string with a length limit of 128
|
|
69
|
+
# characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
70
|
+
class CompleteQueryRequest
|
|
71
|
+
include ::Google::Protobuf::MessageExts
|
|
72
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
# Response message for
|
|
76
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::CompletionService::Client#complete_query CompletionService.CompleteQuery}
|
|
77
|
+
# method.
|
|
78
|
+
# @!attribute [rw] query_suggestions
|
|
79
|
+
# @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::CompleteQueryResponse::QuerySuggestion>]
|
|
80
|
+
# Results of the matched query suggestions. The result list is ordered and
|
|
81
|
+
# the first result is a top suggestion.
|
|
82
|
+
class CompleteQueryResponse
|
|
83
|
+
include ::Google::Protobuf::MessageExts
|
|
84
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
85
|
+
|
|
86
|
+
# Suggestions as search queries.
|
|
87
|
+
# @!attribute [rw] suggestion
|
|
88
|
+
# @return [::String]
|
|
89
|
+
# The suggestion for the query.
|
|
90
|
+
class QuerySuggestion
|
|
91
|
+
include ::Google::Protobuf::MessageExts
|
|
92
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
end
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2023 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module DiscoveryEngine
|
|
23
|
+
module V1beta
|
|
24
|
+
# Document captures all raw metadata information of items to be recommended or
|
|
25
|
+
# searched.
|
|
26
|
+
# @!attribute [rw] struct_data
|
|
27
|
+
# @return [::Google::Protobuf::Struct]
|
|
28
|
+
# The structured JSON data for the document. It should conform to the
|
|
29
|
+
# registered
|
|
30
|
+
# [Schema.schema][google.cloud.discoveryengine.v1beta.Schema.schema] or an
|
|
31
|
+
# `INVALID_ARGUMENT` error is thrown.
|
|
32
|
+
# @!attribute [rw] json_data
|
|
33
|
+
# @return [::String]
|
|
34
|
+
# The JSON string representation of the document. It should conform to the
|
|
35
|
+
# registered
|
|
36
|
+
# [Schema.schema][google.cloud.discoveryengine.v1beta.Schema.schema] or an
|
|
37
|
+
# `INVALID_ARGUMENT` error is thrown.
|
|
38
|
+
# @!attribute [rw] name
|
|
39
|
+
# @return [::String]
|
|
40
|
+
# Immutable. The full resource name of the document.
|
|
41
|
+
# Format:
|
|
42
|
+
# `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document_id}`.
|
|
43
|
+
#
|
|
44
|
+
# This field must be a UTF-8 encoded string with a length limit of 1024
|
|
45
|
+
# characters.
|
|
46
|
+
# @!attribute [rw] id
|
|
47
|
+
# @return [::String]
|
|
48
|
+
# Immutable. The identifier of the document.
|
|
49
|
+
#
|
|
50
|
+
# Id should conform to [RFC-1034](https://tools.ietf.org/html/rfc1034)
|
|
51
|
+
# standard with a length limit of 63 characters.
|
|
52
|
+
# @!attribute [rw] schema_id
|
|
53
|
+
# @return [::String]
|
|
54
|
+
# The identifier of the schema located in the same data store.
|
|
55
|
+
# @!attribute [rw] content
|
|
56
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Document::Content]
|
|
57
|
+
# The unstructured data linked to this document. Content must be set if this
|
|
58
|
+
# document is under a
|
|
59
|
+
# `CONTENT_REQUIRED` data store.
|
|
60
|
+
# @!attribute [rw] parent_document_id
|
|
61
|
+
# @return [::String]
|
|
62
|
+
# The identifier of the parent document. Currently supports at most two level
|
|
63
|
+
# document hierarchy.
|
|
64
|
+
#
|
|
65
|
+
# Id should conform to [RFC-1034](https://tools.ietf.org/html/rfc1034)
|
|
66
|
+
# standard with a length limit of 63 characters.
|
|
67
|
+
# @!attribute [r] derived_struct_data
|
|
68
|
+
# @return [::Google::Protobuf::Struct]
|
|
69
|
+
# Output only. This field is OUTPUT_ONLY.
|
|
70
|
+
# It contains derived data that are not in the original input document.
|
|
71
|
+
class Document
|
|
72
|
+
include ::Google::Protobuf::MessageExts
|
|
73
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
74
|
+
|
|
75
|
+
# Unstructured data linked to this document.
|
|
76
|
+
# @!attribute [rw] raw_bytes
|
|
77
|
+
# @return [::String]
|
|
78
|
+
# The content represented as a stream of bytes. The maximum length is
|
|
79
|
+
# 1,000,000 bytes (1 MB / ~0.95 MiB).
|
|
80
|
+
#
|
|
81
|
+
# Note: As with all `bytes` fields, this field is represented as pure
|
|
82
|
+
# binary in Protocol Buffers and base64-encoded string in JSON. For
|
|
83
|
+
# example, `abc123!?$*&()'-=@~` should be represented as
|
|
84
|
+
# `YWJjMTIzIT8kKiYoKSctPUB+` in JSON. See
|
|
85
|
+
# https://developers.google.com/protocol-buffers/docs/proto3#json.
|
|
86
|
+
# @!attribute [rw] uri
|
|
87
|
+
# @return [::String]
|
|
88
|
+
# The URI of the content. Only Cloud Storage URIs (e.g.
|
|
89
|
+
# `gs://bucket-name/path/to/file`) are supported. The maximum file size
|
|
90
|
+
# is 100 MB.
|
|
91
|
+
# @!attribute [rw] mime_type
|
|
92
|
+
# @return [::String]
|
|
93
|
+
# The MIME type of the content. Supported types:
|
|
94
|
+
#
|
|
95
|
+
# * `application/pdf` (PDF)
|
|
96
|
+
# * `text/html` (HTML)
|
|
97
|
+
#
|
|
98
|
+
# See https://www.iana.org/assignments/media-types/media-types.xhtml.
|
|
99
|
+
class Content
|
|
100
|
+
include ::Google::Protobuf::MessageExts
|
|
101
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
end
|