Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetGoogleChannelConfigRequest

Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.

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

Constructors

GetGoogleChannelConfigRequest(IClientService, string)

Constructs a new GetGoogleChannelConfig request.

Declaration
public GetGoogleChannelConfigRequest(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<GoogleChannelConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the config 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<GoogleChannelConfig>.RestPath

Methods

InitParameters()

Initializes GetGoogleChannelConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
EventarcBaseServiceRequest<GoogleChannelConfig>.InitParameters()

Implements

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