Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DocumentSchemasResource.ListRequest

Lists document schemas.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of document schemas to return. The service may return fewer than this value. If unspecified, at most 50 document schemas will be returned. The maximum value is 1000; values above 1000 will be coerced 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 ListDocumentSchemas call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDocumentSchemas 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, which owns this collection of document schemas. Format: projects/{project_number}/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<GoogleCloudContentwarehouseV1ListDocumentSchemasResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1ListDocumentSchemasResponse>.InitParameters()

Implements

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