public sealed class ListAccessibleDataAgentsRequest : IMessage<ListAccessibleDataAgentsRequest>, IEquatable<ListAccessibleDataAgentsRequest>, IDeepCloneable<ListAccessibleDataAgentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ListAccessibleDataAgentsRequest.
Message for requesting list of accessible DataAgents.
Implements
IMessageListAccessibleDataAgentsRequest, IEquatableListAccessibleDataAgentsRequest, IDeepCloneableListAccessibleDataAgentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
ListAccessibleDataAgentsRequest()
public ListAccessibleDataAgentsRequest()
ListAccessibleDataAgentsRequest(ListAccessibleDataAgentsRequest)
public ListAccessibleDataAgentsRequest(ListAccessibleDataAgentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAccessibleDataAgentsRequest |
Properties
CreatorFilter
public ListAccessibleDataAgentsRequest.Types.CreatorFilter CreatorFilter { get; set; }
Optional. Filter for the creator of the agent.
Property Value | |
---|---|
Type | Description |
ListAccessibleDataAgentsRequestTypesCreatorFilter |
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 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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent value for ListAccessibleDataAgentsRequest.
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 |