Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DiagnosticsResource.GetRequest

Gets a diagnostic.

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

MethodName

Gets the method name.

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

Name

Required. The name of the diagnostic to retrieve.

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
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Diagnostic>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Diagnostic>.InitParameters()

Implements

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