google-cloud-gemini_data_analytics-v1beta 0.a → 0.1.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 +122 -0
- data/README.md +154 -8
- data/lib/google/cloud/gemini_data_analytics/v1beta/bindings_override.rb +75 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/client.rb +1286 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/credentials.rb +47 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/operations.rb +813 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/paths.rb +69 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/rest/client.rb +1212 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/rest/operations.rb +914 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/rest/service_stub.rb +573 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service/rest.rb +54 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_agent_service.rb +56 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_chat_service/client.rb +928 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_chat_service/credentials.rb +47 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_chat_service/paths.rb +102 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_chat_service/rest/client.rb +877 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_chat_service/rest/service_stub.rb +382 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_chat_service/rest.rb +55 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/data_chat_service.rb +57 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/rest.rb +39 -0
- data/lib/google/cloud/gemini_data_analytics/v1beta/version.rb +7 -2
- data/lib/google/cloud/gemini_data_analytics/v1beta.rb +46 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/context_pb.rb +54 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/conversation_pb.rb +52 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/credentials_pb.rb +47 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/data_agent_pb.rb +49 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/data_agent_service_pb.rb +67 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/data_agent_service_services_pb.rb +60 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/data_analytics_agent_pb.rb +46 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/data_chat_service_pb.rb +85 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/data_chat_service_services_pb.rb +57 -0
- data/lib/google/cloud/geminidataanalytics/v1beta/datasource_pb.rb +58 -0
- data/lib/google-cloud-gemini_data_analytics-v1beta.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +473 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/field_info.rb +88 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb +136 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb +144 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/credentials.rb +74 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent.rb +90 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb +267 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/data_analytics_agent.rb +46 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb +576 -0
- data/proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb +280 -0
- data/proto_docs/google/iam/v1/iam_policy.rb +87 -0
- data/proto_docs/google/iam/v1/options.rb +50 -0
- data/proto_docs/google/iam/v1/policy.rb +426 -0
- data/proto_docs/google/longrunning/operations.rb +173 -0
- data/proto_docs/google/protobuf/any.rb +145 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/struct.rb +108 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- data/proto_docs/google/type/expr.rb +75 -0
- metadata +123 -9
@@ -0,0 +1,71 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 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
|
+
# The launch stage as defined by [Google Cloud Platform
|
23
|
+
# Launch Stages](https://cloud.google.com/terms/launch-stages).
|
24
|
+
module LaunchStage
|
25
|
+
# Do not use this default value.
|
26
|
+
LAUNCH_STAGE_UNSPECIFIED = 0
|
27
|
+
|
28
|
+
# The feature is not yet implemented. Users can not use it.
|
29
|
+
UNIMPLEMENTED = 6
|
30
|
+
|
31
|
+
# Prelaunch features are hidden from users and are only visible internally.
|
32
|
+
PRELAUNCH = 7
|
33
|
+
|
34
|
+
# Early Access features are limited to a closed group of testers. To use
|
35
|
+
# these features, you must sign up in advance and sign a Trusted Tester
|
36
|
+
# agreement (which includes confidentiality provisions). These features may
|
37
|
+
# be unstable, changed in backward-incompatible ways, and are not
|
38
|
+
# guaranteed to be released.
|
39
|
+
EARLY_ACCESS = 1
|
40
|
+
|
41
|
+
# Alpha is a limited availability test for releases before they are cleared
|
42
|
+
# for widespread use. By Alpha, all significant design issues are resolved
|
43
|
+
# and we are in the process of verifying functionality. Alpha customers
|
44
|
+
# need to apply for access, agree to applicable terms, and have their
|
45
|
+
# projects allowlisted. Alpha releases don't have to be feature complete,
|
46
|
+
# no SLAs are provided, and there are no technical support obligations, but
|
47
|
+
# they will be far enough along that customers can actually use them in
|
48
|
+
# test environments or for limited-use tests -- just like they would in
|
49
|
+
# normal production cases.
|
50
|
+
ALPHA = 2
|
51
|
+
|
52
|
+
# Beta is the point at which we are ready to open a release for any
|
53
|
+
# customer to use. There are no SLA or technical support obligations in a
|
54
|
+
# Beta release. Products will be complete from a feature perspective, but
|
55
|
+
# may have some open outstanding issues. Beta releases are suitable for
|
56
|
+
# limited production use cases.
|
57
|
+
BETA = 3
|
58
|
+
|
59
|
+
# GA features are open to all developers and are considered stable and
|
60
|
+
# fully qualified for production use.
|
61
|
+
GA = 4
|
62
|
+
|
63
|
+
# Deprecated features are scheduled to be shut down and removed. For more
|
64
|
+
# information, see the "Deprecation Policy" section of our [Terms of
|
65
|
+
# Service](https://cloud.google.com/terms/)
|
66
|
+
# and the [Google Cloud Platform Subject to the Deprecation
|
67
|
+
# Policy](https://cloud.google.com/terms/deprecation) documentation.
|
68
|
+
DEPRECATED = 5
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
@@ -0,0 +1,227 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 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'. One exception
|
128
|
+
# to this is for Nested Collections that have stuttering names, as defined
|
129
|
+
# in [AIP-122](https://google.aip.dev/122#nested-collections), where the
|
130
|
+
# collection ID in the resource name pattern does not necessarily directly
|
131
|
+
# match the `plural` value.
|
132
|
+
#
|
133
|
+
# It is the same concept of the `plural` field in k8s CRD spec
|
134
|
+
# https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
|
135
|
+
#
|
136
|
+
# Note: The plural form is required even for singleton resources. See
|
137
|
+
# https://aip.dev/156
|
138
|
+
# @!attribute [rw] singular
|
139
|
+
# @return [::String]
|
140
|
+
# The same concept of the `singular` field in k8s CRD spec
|
141
|
+
# https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
|
142
|
+
# Such as "project" for the `resourcemanager.googleapis.com/Project` type.
|
143
|
+
# @!attribute [rw] style
|
144
|
+
# @return [::Array<::Google::Api::ResourceDescriptor::Style>]
|
145
|
+
# Style flag(s) for this resource.
|
146
|
+
# These indicate that a resource is expected to conform to a given
|
147
|
+
# style. See the specific style flags for additional information.
|
148
|
+
class ResourceDescriptor
|
149
|
+
include ::Google::Protobuf::MessageExts
|
150
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
151
|
+
|
152
|
+
# A description of the historical or future-looking state of the
|
153
|
+
# resource pattern.
|
154
|
+
module History
|
155
|
+
# The "unset" value.
|
156
|
+
HISTORY_UNSPECIFIED = 0
|
157
|
+
|
158
|
+
# The resource originally had one pattern and launched as such, and
|
159
|
+
# additional patterns were added later.
|
160
|
+
ORIGINALLY_SINGLE_PATTERN = 1
|
161
|
+
|
162
|
+
# The resource has one pattern, but the API owner expects to add more
|
163
|
+
# later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents
|
164
|
+
# that from being necessary once there are multiple patterns.)
|
165
|
+
FUTURE_MULTI_PATTERN = 2
|
166
|
+
end
|
167
|
+
|
168
|
+
# A flag representing a specific style that a resource claims to conform to.
|
169
|
+
module Style
|
170
|
+
# The unspecified value. Do not use.
|
171
|
+
STYLE_UNSPECIFIED = 0
|
172
|
+
|
173
|
+
# This resource is intended to be "declarative-friendly".
|
174
|
+
#
|
175
|
+
# Declarative-friendly resources must be more strictly consistent, and
|
176
|
+
# setting this to true communicates to tools that this resource should
|
177
|
+
# adhere to declarative-friendly expectations.
|
178
|
+
#
|
179
|
+
# Note: This is used by the API linter (linter.aip.dev) to enable
|
180
|
+
# additional checks.
|
181
|
+
DECLARATIVE_FRIENDLY = 1
|
182
|
+
end
|
183
|
+
end
|
184
|
+
|
185
|
+
# Defines a proto annotation that describes a string field that refers to
|
186
|
+
# an API resource.
|
187
|
+
# @!attribute [rw] type
|
188
|
+
# @return [::String]
|
189
|
+
# The resource type that the annotated field references.
|
190
|
+
#
|
191
|
+
# Example:
|
192
|
+
#
|
193
|
+
# message Subscription {
|
194
|
+
# string topic = 2 [(google.api.resource_reference) = {
|
195
|
+
# type: "pubsub.googleapis.com/Topic"
|
196
|
+
# }];
|
197
|
+
# }
|
198
|
+
#
|
199
|
+
# Occasionally, a field may reference an arbitrary resource. In this case,
|
200
|
+
# APIs use the special value * in their resource reference.
|
201
|
+
#
|
202
|
+
# Example:
|
203
|
+
#
|
204
|
+
# message GetIamPolicyRequest {
|
205
|
+
# string resource = 2 [(google.api.resource_reference) = {
|
206
|
+
# type: "*"
|
207
|
+
# }];
|
208
|
+
# }
|
209
|
+
# @!attribute [rw] child_type
|
210
|
+
# @return [::String]
|
211
|
+
# The resource type of a child collection that the annotated field
|
212
|
+
# references. This is useful for annotating the `parent` field that
|
213
|
+
# doesn't have a fixed resource type.
|
214
|
+
#
|
215
|
+
# Example:
|
216
|
+
#
|
217
|
+
# message ListLogEntriesRequest {
|
218
|
+
# string parent = 1 [(google.api.resource_reference) = {
|
219
|
+
# child_type: "logging.googleapis.com/LogEntry"
|
220
|
+
# };
|
221
|
+
# }
|
222
|
+
class ResourceReference
|
223
|
+
include ::Google::Protobuf::MessageExts
|
224
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
225
|
+
end
|
226
|
+
end
|
227
|
+
end
|
@@ -0,0 +1,136 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 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 GeminiDataAnalytics
|
23
|
+
module V1beta
|
24
|
+
# A collection of context to apply to this conversation
|
25
|
+
# @!attribute [rw] system_instruction
|
26
|
+
# @return [::String]
|
27
|
+
# Optional. The basic entry point for data owners creating domain knowledge
|
28
|
+
# for Agent.
|
29
|
+
#
|
30
|
+
# Why: Business jargon (e.g., YTD revenue is calculated as…, Retirement Age
|
31
|
+
# is 65 in the USA, etc) and system instructions (e.g., answer like a Pirate)
|
32
|
+
# can help the model understand the business context around a user question.
|
33
|
+
# @!attribute [rw] datasource_references
|
34
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::DatasourceReferences]
|
35
|
+
# Required. Data sources that are available for answering the question.
|
36
|
+
# @!attribute [rw] options
|
37
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::ConversationOptions]
|
38
|
+
# Optional. Additional options for the conversation.
|
39
|
+
# @!attribute [rw] example_queries
|
40
|
+
# @return [::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::ExampleQuery>]
|
41
|
+
# Optional. A list of example queries, providing examples of relevant and
|
42
|
+
# commonly used SQL queries and their corresponding natural language queries
|
43
|
+
# optionally present.
|
44
|
+
class Context
|
45
|
+
include ::Google::Protobuf::MessageExts
|
46
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
47
|
+
end
|
48
|
+
|
49
|
+
# Example of relevant and commonly used SQL query and its corresponding natural
|
50
|
+
# language queries optionally present.
|
51
|
+
# @!attribute [rw] sql_query
|
52
|
+
# @return [::String]
|
53
|
+
# Optional. The SQL query that should be generated to answer the natural
|
54
|
+
# language question. For example: "SELECT COUNT(*) FROM orders WHERE
|
55
|
+
# order_date BETWEEN '2024-01-01' AND '2024-01-31'"
|
56
|
+
# @!attribute [rw] natural_language_question
|
57
|
+
# @return [::String]
|
58
|
+
# Optional. A natural language question that a user might ask.
|
59
|
+
# For example: "How many orders were placed last month?"
|
60
|
+
class ExampleQuery
|
61
|
+
include ::Google::Protobuf::MessageExts
|
62
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
63
|
+
end
|
64
|
+
|
65
|
+
# Options for the conversation.
|
66
|
+
# @!attribute [rw] chart
|
67
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions]
|
68
|
+
# Optional. Options for chart generation.
|
69
|
+
# @!attribute [rw] analysis
|
70
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisOptions]
|
71
|
+
# Optional. Options for analysis.
|
72
|
+
class ConversationOptions
|
73
|
+
include ::Google::Protobuf::MessageExts
|
74
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
75
|
+
end
|
76
|
+
|
77
|
+
# Options for chart generation.
|
78
|
+
# @!attribute [rw] image
|
79
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions]
|
80
|
+
# Optional. When specified, the agent will render generated charts using the
|
81
|
+
# provided format. Defaults to no image.
|
82
|
+
class ChartOptions
|
83
|
+
include ::Google::Protobuf::MessageExts
|
84
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
85
|
+
|
86
|
+
# Options for rendering images of generated charts.
|
87
|
+
# @!attribute [rw] no_image
|
88
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::NoImage]
|
89
|
+
# No image.
|
90
|
+
#
|
91
|
+
# Note: The following fields are mutually exclusive: `no_image`, `svg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
92
|
+
# @!attribute [rw] svg
|
93
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions::SvgOptions]
|
94
|
+
# SVG format.
|
95
|
+
#
|
96
|
+
# Note: The following fields are mutually exclusive: `svg`, `no_image`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
97
|
+
class ImageOptions
|
98
|
+
include ::Google::Protobuf::MessageExts
|
99
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
100
|
+
|
101
|
+
# No image.
|
102
|
+
class NoImage
|
103
|
+
include ::Google::Protobuf::MessageExts
|
104
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
105
|
+
end
|
106
|
+
|
107
|
+
# SVG options.
|
108
|
+
class SvgOptions
|
109
|
+
include ::Google::Protobuf::MessageExts
|
110
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
111
|
+
end
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
# Options for analysis.
|
116
|
+
# @!attribute [rw] python
|
117
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisOptions::Python]
|
118
|
+
# Optional. Options for Python analysis.
|
119
|
+
class AnalysisOptions
|
120
|
+
include ::Google::Protobuf::MessageExts
|
121
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
122
|
+
|
123
|
+
# Options for Python analysis.
|
124
|
+
# @!attribute [rw] enabled
|
125
|
+
# @return [::Boolean]
|
126
|
+
# Optional. Whether to enable Python analysis.
|
127
|
+
# Defaults to false.
|
128
|
+
class Python
|
129
|
+
include ::Google::Protobuf::MessageExts
|
130
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
131
|
+
end
|
132
|
+
end
|
133
|
+
end
|
134
|
+
end
|
135
|
+
end
|
136
|
+
end
|
@@ -0,0 +1,144 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 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 GeminiDataAnalytics
|
23
|
+
module V1beta
|
24
|
+
# Message for a conversation.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Optional. Identifier. The unique resource name of a conversation. Format:
|
28
|
+
# `projects/{project}/locations/{location}/conversations/{conversation_id}`
|
29
|
+
# `{conversation_id}` is the resource id and should be 63 characters or less
|
30
|
+
# and must match the format described in
|
31
|
+
# https://google.aip.dev/122#resource-id-segments
|
32
|
+
#
|
33
|
+
# Example:
|
34
|
+
# `projects/1234567890/locations/us-central1/conversations/my-conversation`.
|
35
|
+
#
|
36
|
+
# It is recommended to skip setting this field during conversation creation
|
37
|
+
# as it will be inferred automatically and overwritten with the
|
38
|
+
# \\{parent}/conversations/\\{conversation_id}.
|
39
|
+
# @!attribute [rw] agents
|
40
|
+
# @return [::Array<::String>]
|
41
|
+
# Required. Agent(s) in the conversation.
|
42
|
+
# Currently, only one agent is supported. This field is repeated to allow
|
43
|
+
# for future support of multiple agents in a conversation.
|
44
|
+
# Format: `projects/{project}/locations/{location}/dataAgents/{agent}`
|
45
|
+
# @!attribute [r] create_time
|
46
|
+
# @return [::Google::Protobuf::Timestamp]
|
47
|
+
# Output only. Creation timestamp.
|
48
|
+
# @!attribute [r] last_used_time
|
49
|
+
# @return [::Google::Protobuf::Timestamp]
|
50
|
+
# Output only. Timestamp of the last used conversation.
|
51
|
+
# @!attribute [rw] labels
|
52
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
53
|
+
# Optional. Open-ended and user-defined labels that can be set by the client
|
54
|
+
# to tag a conversation (e.g. to filter conversations for specific
|
55
|
+
# surfaces/products).
|
56
|
+
class Conversation
|
57
|
+
include ::Google::Protobuf::MessageExts
|
58
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
59
|
+
|
60
|
+
# @!attribute [rw] key
|
61
|
+
# @return [::String]
|
62
|
+
# @!attribute [rw] value
|
63
|
+
# @return [::String]
|
64
|
+
class LabelsEntry
|
65
|
+
include ::Google::Protobuf::MessageExts
|
66
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
# Request for creating a conversation.
|
71
|
+
# @!attribute [rw] parent
|
72
|
+
# @return [::String]
|
73
|
+
# Required. Parent value for CreateConversationRequest.
|
74
|
+
# Format: `projects/{project}/locations/{location}`
|
75
|
+
# @!attribute [rw] conversation_id
|
76
|
+
# @return [::String]
|
77
|
+
# Optional. The conversation id of the conversation to create.
|
78
|
+
# Must be unique within the parent.
|
79
|
+
# The allowed format is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
|
80
|
+
# If not provided, the server will auto-generate a value for the id.
|
81
|
+
# @!attribute [rw] conversation
|
82
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation]
|
83
|
+
# Required. The conversation to create.
|
84
|
+
# @!attribute [rw] request_id
|
85
|
+
# @return [::String]
|
86
|
+
# Optional. An optional request ID to identify requests. Specify a unique
|
87
|
+
# request ID so that if you must retry your request, the server will know to
|
88
|
+
# ignore the request if it has already been completed. The server will
|
89
|
+
# guarantee that for at least 60 minutes since the first request.
|
90
|
+
class CreateConversationRequest
|
91
|
+
include ::Google::Protobuf::MessageExts
|
92
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
93
|
+
end
|
94
|
+
|
95
|
+
# Request for getting a conversation based on parent and conversation id.
|
96
|
+
# @!attribute [rw] name
|
97
|
+
# @return [::String]
|
98
|
+
# Required. Name of the resource.
|
99
|
+
# Format:
|
100
|
+
# `projects/{project}/locations/{location}/conversations/{conversation}`
|
101
|
+
class GetConversationRequest
|
102
|
+
include ::Google::Protobuf::MessageExts
|
103
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
104
|
+
end
|
105
|
+
|
106
|
+
# Request for listing conversations based on parent.
|
107
|
+
# @!attribute [rw] parent
|
108
|
+
# @return [::String]
|
109
|
+
# Required. Parent value for ListConversationsRequest.
|
110
|
+
# Format: `projects/{project}/locations/{location}`
|
111
|
+
# @!attribute [rw] page_size
|
112
|
+
# @return [::Integer]
|
113
|
+
# Optional. Requested page size. Server may return fewer items than
|
114
|
+
# requested. The max page size is 100. All larger page sizes will be coerced
|
115
|
+
# to 100. If unspecified, server will pick 50 as an approperiate default.
|
116
|
+
# @!attribute [rw] page_token
|
117
|
+
# @return [::String]
|
118
|
+
# Optional. A token identifying a page of results the server should return.
|
119
|
+
# @!attribute [rw] filter
|
120
|
+
# @return [::String]
|
121
|
+
# Optional. Returned conversations will match criteria specified within the
|
122
|
+
# filter. ListConversations allows filtering by:
|
123
|
+
# * agent_id
|
124
|
+
# * labels
|
125
|
+
class ListConversationsRequest
|
126
|
+
include ::Google::Protobuf::MessageExts
|
127
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
128
|
+
end
|
129
|
+
|
130
|
+
# Message for response to listing conversations.
|
131
|
+
# @!attribute [rw] conversations
|
132
|
+
# @return [::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>]
|
133
|
+
# The list of conversations.
|
134
|
+
# @!attribute [rw] next_page_token
|
135
|
+
# @return [::String]
|
136
|
+
# A token identifying a page of results the server should return.
|
137
|
+
class ListConversationsResponse
|
138
|
+
include ::Google::Protobuf::MessageExts
|
139
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
140
|
+
end
|
141
|
+
end
|
142
|
+
end
|
143
|
+
end
|
144
|
+
end
|
@@ -0,0 +1,74 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 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 GeminiDataAnalytics
|
23
|
+
module V1beta
|
24
|
+
# Represents different forms of credential specification.
|
25
|
+
# @!attribute [rw] oauth
|
26
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials]
|
27
|
+
# OAuth credentials.
|
28
|
+
class Credentials
|
29
|
+
include ::Google::Protobuf::MessageExts
|
30
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
31
|
+
end
|
32
|
+
|
33
|
+
# Represents OAuth credentials.
|
34
|
+
# @!attribute [rw] secret
|
35
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials::SecretBased]
|
36
|
+
# Secret-based OAuth credentials.
|
37
|
+
#
|
38
|
+
# Note: The following fields are mutually exclusive: `secret`, `token`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
39
|
+
# @!attribute [rw] token
|
40
|
+
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::OAuthCredentials::TokenBased]
|
41
|
+
# Token-based OAuth credentials.
|
42
|
+
#
|
43
|
+
# Note: The following fields are mutually exclusive: `token`, `secret`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
44
|
+
class OAuthCredentials
|
45
|
+
include ::Google::Protobuf::MessageExts
|
46
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
47
|
+
|
48
|
+
# The name of the secret containing the access token.
|
49
|
+
# Represents secret-based OAuth credentials.
|
50
|
+
# @!attribute [rw] client_id
|
51
|
+
# @return [::String]
|
52
|
+
# Required. An OAuth client ID.
|
53
|
+
# @!attribute [rw] client_secret
|
54
|
+
# @return [::String]
|
55
|
+
# Required. An OAuth client secret.
|
56
|
+
class SecretBased
|
57
|
+
include ::Google::Protobuf::MessageExts
|
58
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
59
|
+
end
|
60
|
+
|
61
|
+
# Read more about Looker access tokens here:
|
62
|
+
# https://developers.looker.com/api/advanced-usage/looker-api-oauth
|
63
|
+
# @!attribute [rw] access_token
|
64
|
+
# @return [::String]
|
65
|
+
# Required. The name of the secret containing the access token.
|
66
|
+
class TokenBased
|
67
|
+
include ::Google::Protobuf::MessageExts
|
68
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
74
|
+
end
|