Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.FeedbackLabelsResource.GetRequest

Get feedback label.

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

MethodName

Gets the method name.

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

Name

Required. The name of the feedback label to get.

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<GoogleCloudContactcenterinsightsV1FeedbackLabel>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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