Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest.
Message for requesting list of accessible DataAgents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#creator_filter
def creator_filter() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest::CreatorFilter
- (::Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest::CreatorFilter) — Optional. Filter for the creator of the agent.
#creator_filter=
def creator_filter=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest::CreatorFilter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest::CreatorFilter) — Optional. Filter for the creator of the agent.
- (::Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest::CreatorFilter) — Optional. Filter for the creator of the agent.
#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
ListAccessibleDataAgents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAccessibleDataAgents
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
ListAccessibleDataAgents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAccessibleDataAgents
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
ListAccessibleDataAgents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAccessibleDataAgents
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 ListAccessibleDataAgentsRequest.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. Parent value for ListAccessibleDataAgentsRequest.
- (::String) — Required. Parent value for ListAccessibleDataAgentsRequest.
#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.