Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListDataAgentsRequest.
Message for requesting list of DataAgents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::String) — Optional. Filtering results. See AIP-160 for syntax.
#filter=
def filter=(value) -> ::String
- value (::String) — Optional. Filtering results. See AIP-160 for syntax.
- (::String) — Optional. Filtering results. See AIP-160 for syntax.
#order_by
def order_by() -> ::String
- (::String) — Optional. User specification for how to order the results.
#order_by=
def order_by=(value) -> ::String
- value (::String) — Optional. User specification for how to order the results.
- (::String) — Optional. User specification for how to order the results.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- (::Integer) — Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A page token, received from a previous
ListDataAgents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDataAgents
must match the call that provided the page token. The service may return fewer than this value.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A page token, received from a previous
ListDataAgents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDataAgents
must match the call that provided the page token. The service may return fewer than this value.
-
(::String) — Optional. A page token, received from a previous
ListDataAgents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDataAgents
must match the call that provided the page token. The service may return fewer than this value.
#parent
def parent() -> ::String
- (::String) — Required. Parent value for ListDataAgentsRequest.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. Parent value for ListDataAgentsRequest.
- (::String) — Required. Parent value for ListDataAgentsRequest.
#show_deleted
def show_deleted() -> ::Boolean
- (::Boolean) — Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.
#show_deleted=
def show_deleted=(value) -> ::Boolean
- value (::Boolean) — Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.
- (::Boolean) — Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.