Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExtensionsResource.ListRequest

Lists Extensions in a location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>
ProjectsResource.LocationsResource.ExtensionsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ExtensionsResource.ListRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. The standard list filter. Supported fields: * display_name * create_time * update_time More detail in AIP-160.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.MethodName

OrderBy

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.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. The standard list page size.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The standard list page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The resource name of the Location to list the Extensions from. Format: projects/{project}/locations/{location}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListExtensionsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX