Class: Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb
Overview
Looker Query Object Looker API documentation.
Defined Under Namespace
Classes: Filter
Instance Attribute Summary collapse
-
#explore ⇒ ::String
Required.
-
#fields ⇒ ::Array<::String>
Optional.
-
#filters ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery::Filter>
Optional.
-
#limit ⇒ ::String
Optional.
-
#model ⇒ ::String
Required.
-
#sorts ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#explore ⇒ ::String
Returns Required. The LookML explore used to generate the query.
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 169 class LookerQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A Looker query filter. # @!attribute [rw] field # @return [::String] # Required. The field to filter on. # @!attribute [rw] value # @return [::String] # Required. The value for the field to filter on. class Filter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#fields ⇒ ::Array<::String>
Returns Optional. The fields to retrieve from the explore.
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 169 class LookerQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A Looker query filter. # @!attribute [rw] field # @return [::String] # Required. The field to filter on. # @!attribute [rw] value # @return [::String] # Required. The value for the field to filter on. class Filter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#filters ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery::Filter>
Returns Optional. The filters to apply to the explore.
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 169 class LookerQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A Looker query filter. # @!attribute [rw] field # @return [::String] # Required. The field to filter on. # @!attribute [rw] value # @return [::String] # Required. The value for the field to filter on. class Filter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#limit ⇒ ::String
Returns Optional. Limit in the query.
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 169 class LookerQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A Looker query filter. # @!attribute [rw] field # @return [::String] # Required. The field to filter on. # @!attribute [rw] value # @return [::String] # Required. The value for the field to filter on. class Filter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#model ⇒ ::String
Returns Required. The LookML model used to generate the query.
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 169 class LookerQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A Looker query filter. # @!attribute [rw] field # @return [::String] # Required. The field to filter on. # @!attribute [rw] value # @return [::String] # Required. The value for the field to filter on. class Filter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#sorts ⇒ ::Array<::String>
Returns Optional. The sorts to apply to the explore.
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 169 class LookerQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A Looker query filter. # @!attribute [rw] field # @return [::String] # Required. The field to filter on. # @!attribute [rw] value # @return [::String] # Required. The value for the field to filter on. class Filter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |