Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProvidersResource.ConnectorsResource.VersionsResource.EventtypesResource.GetRequest

Gets details of a single event type.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of the form: projects/*/locations/*/providers/*/connectors/*/versions/*/eventtypes/* Only global location is supported for EventType resource.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ConnectorsBaseServiceRequest<EventType>.InitParameters()

Implements

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