Show / Hide Table of Contents

Class MattersResource.GetRequest

Gets the specified matter.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Matter>
VaultBaseServiceRequest<Matter>
MattersResource.GetRequest
Implements
IClientServiceRequest<Matter>
IClientServiceRequest
Inherited Members
VaultBaseServiceRequest<Matter>.Xgafv
VaultBaseServiceRequest<Matter>.AccessToken
VaultBaseServiceRequest<Matter>.Alt
VaultBaseServiceRequest<Matter>.Callback
VaultBaseServiceRequest<Matter>.Fields
VaultBaseServiceRequest<Matter>.Key
VaultBaseServiceRequest<Matter>.OauthToken
VaultBaseServiceRequest<Matter>.PrettyPrint
VaultBaseServiceRequest<Matter>.QuotaUser
VaultBaseServiceRequest<Matter>.UploadType
VaultBaseServiceRequest<Matter>.UploadProtocol
ClientServiceRequest<Matter>.Execute()
ClientServiceRequest<Matter>.ExecuteAsStream()
ClientServiceRequest<Matter>.ExecuteAsync()
ClientServiceRequest<Matter>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Matter>.ExecuteAsStreamAsync()
ClientServiceRequest<Matter>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Matter>.CreateRequest(bool?)
ClientServiceRequest<Matter>.GenerateRequestUri()
ClientServiceRequest<Matter>.GetBody()
ClientServiceRequest<Matter>.GetDefaultETagAction(string)
ClientServiceRequest<Matter>.ETagAction
ClientServiceRequest<Matter>.ModifyRequest
ClientServiceRequest<Matter>.ValidateParameters
ClientServiceRequest<Matter>.ApiVersion
ClientServiceRequest<Matter>.RequestParameters
ClientServiceRequest<Matter>.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.GetRequest : VaultBaseServiceRequest<Matter>, IClientServiceRequest<Matter>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<Matter>.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<Matter>.MethodName

RestPath

Gets the REST path.

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

View

Specifies how much information about the matter to return in the response.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual MattersResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
MattersResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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