Data Analytics API with Gemini V1BETA API - Class Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest (v0.1.0)

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
Returns

#creator_filter=

def creator_filter=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsRequest::CreatorFilter
Parameter
Returns

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filtering results. See AIP-160 for syntax.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filtering results. See AIP-160 for syntax.
Returns
  • (::String) — Optional. Filtering results. See AIP-160 for syntax.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. User specification for how to order the results.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. User specification for how to order the results.
Returns
  • (::String) — Optional. User specification for how to order the results.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns
  • (::Integer) — Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_token

def page_token() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) — Required. Parent value for ListAccessibleDataAgentsRequest.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent value for ListAccessibleDataAgentsRequest.
Returns
  • (::String) — Required. Parent value for ListAccessibleDataAgentsRequest.

#show_deleted

def show_deleted() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.

#show_deleted=

def show_deleted=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.
Returns
  • (::Boolean) — Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.