Cloud AI Platform v1beta1 API - Class ListExtensionsRequest (1.0.0-beta03)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListExtensionsRequest.

Request message for [ExtensionRegistryService.ListExtensions][google.cloud.aiplatform.v1beta1.ExtensionRegistryService.ListExtensions].

Inheritance

object > ListExtensionsRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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_name
  • create_time
  • update_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_name
  • create_time
  • update_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