public sealed class ListExtensionsRequest : IMessage<ListExtensionsRequest>, IEquatable<ListExtensionsRequest>, IDeepCloneable<ListExtensionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListExtensionsRequest.
Request message for [ExtensionRegistryService.ListExtensions][google.cloud.aiplatform.v1beta1.ExtensionRegistryService.ListExtensions].
Implements
IMessageListExtensionsRequest, IEquatableListExtensionsRequest, IDeepCloneableListExtensionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListExtensionsRequest()
public ListExtensionsRequest()ListExtensionsRequest(ListExtensionsRequest)
public ListExtensionsRequest(ListExtensionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListExtensionsRequest |
Properties
Filter
public string Filter { get; set; }Optional. The standard list filter. Supported fields:
display_namecreate_timeupdate_time
More detail in AIP-160.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:
display_namecreate_timeupdate_time
Example: display_name, create_time desc.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The standard list page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The standard list page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location to list the Extensions from.
Format: projects/{project}/locations/{location}
| 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 |
|