Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DataStoresResource.SchemasResource.ListRequest

Gets a list of Schemas.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of Schemas to return. The service may return fewer than this value. If unspecified, at most 100 Schemas are returned. The maximum value is 1000; values above 1000 are set to 1000.

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

PageToken

A page token, received from a previous SchemaService.ListSchemas call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.

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

Parent

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

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<GoogleCloudDiscoveryengineV1betaListSchemasResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaListSchemasResponse>.InitParameters()

Implements

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