Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataStoresResource.ListRequest

Lists MetadataStores for a Location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>
ProjectsResource.LocationsResource.MetadataStoresResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>.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.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ListRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>, IClientServiceRequest<GoogleCloudAiplatformV1ListMetadataStoresResponse>, 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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

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

PageToken

A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)

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

Parent

Required. The Location whose MetadataStores should be listed. 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<GoogleCloudAiplatformV1ListMetadataStoresResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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