Show / Hide Table of Contents

Class MattersResource.ExportsResource.ListRequest

Lists details about the exports in the specified matter.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MatterId

The matter ID.

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

MethodName

Gets the method name.

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

PageSize

The number of exports to return in the response.

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

PageToken

The pagination token as returned in the response.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
VaultBaseServiceRequest<ListExportsResponse>.InitParameters()

Implements

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