Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery::Filter.
A Looker query filter.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
def field() -> ::String
Returns
- (::String) — Required. The field to filter on.
#field=
def field=(value) -> ::String
Parameter
- value (::String) — Required. The field to filter on.
Returns
- (::String) — Required. The field to filter on.
#value
def value() -> ::String
Returns
- (::String) — Required. The value f field to filter on.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Required. The value f field to filter on.
Returns
- (::String) — Required. The value f field to filter on.