Data Analytics API with Gemini v1beta API - Class ListDataAgentsRequest (1.0.0-beta01)

public sealed class ListDataAgentsRequest : IMessage<ListDataAgentsRequest>, IEquatable<ListDataAgentsRequest>, IDeepCloneable<ListDataAgentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ListDataAgentsRequest.

Message for requesting list of DataAgents.

Inheritance

object > ListDataAgentsRequest

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

ListDataAgentsRequest()

public ListDataAgentsRequest()

ListDataAgentsRequest(ListDataAgentsRequest)

public ListDataAgentsRequest(ListDataAgentsRequest other)
Parameter
Name Description
other ListDataAgentsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results. See AIP-160 for syntax.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. User specification for how to order the results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent value for ListDataAgentsRequest.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

ShowDeleted

public bool ShowDeleted { get; set; }

Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.

Property Value
Type Description
bool