Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ChannelsResource.GetRequest

Get a single Channel.

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

MethodName

Gets the method name.

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

Name

Required. The name of the channel 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<Channel>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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