Show / Hide Table of Contents

Class CasesResource.GetRequest

Retrieve the specified case. Here is an example of calling this endpoint using cURL:

shell
case="projects/some-project/cases/16033687" curl \ --header "Authorization: Bearer $(gcloud auth
print-access-token)" \ "https://cloudsupport.googleapis.com/v2/$case"
Inheritance
object
ClientServiceRequest
ClientServiceRequest<Case>
CloudSupportBaseServiceRequest<Case>
CasesResource.GetRequest
Implements
IClientServiceRequest<Case>
IClientServiceRequest
Inherited Members
CloudSupportBaseServiceRequest<Case>.Xgafv
CloudSupportBaseServiceRequest<Case>.AccessToken
CloudSupportBaseServiceRequest<Case>.Alt
CloudSupportBaseServiceRequest<Case>.Callback
CloudSupportBaseServiceRequest<Case>.Fields
CloudSupportBaseServiceRequest<Case>.Key
CloudSupportBaseServiceRequest<Case>.OauthToken
CloudSupportBaseServiceRequest<Case>.PrettyPrint
CloudSupportBaseServiceRequest<Case>.QuotaUser
CloudSupportBaseServiceRequest<Case>.UploadType
CloudSupportBaseServiceRequest<Case>.UploadProtocol
ClientServiceRequest<Case>.Execute()
ClientServiceRequest<Case>.ExecuteAsStream()
ClientServiceRequest<Case>.ExecuteAsync()
ClientServiceRequest<Case>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Case>.ExecuteAsStreamAsync()
ClientServiceRequest<Case>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Case>.CreateRequest(bool?)
ClientServiceRequest<Case>.GenerateRequestUri()
ClientServiceRequest<Case>.GetBody()
ClientServiceRequest<Case>.GetDefaultETagAction(string)
ClientServiceRequest<Case>.ETagAction
ClientServiceRequest<Case>.ModifyRequest
ClientServiceRequest<Case>.ValidateParameters
ClientServiceRequest<Case>.RequestParameters
ClientServiceRequest<Case>.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.CloudSupport.v2beta
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class CasesResource.GetRequest : CloudSupportBaseServiceRequest<Case>, IClientServiceRequest<Case>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSupport.v2beta.Data.Case>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSupport.v2beta.Data.Case>.MethodName

Name

Required. The fully qualified name of a case to be retrieved.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSupport.v2beta.Data.Case>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSupportBaseServiceRequest<Case>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX