Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InsightsConfigsResource.GetRequest

Gets details of a single Insight.

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

MethodName

Gets the method name.

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

Name

Required. Name of the 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<InsightsConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DeveloperConnectBaseServiceRequest<InsightsConfig>.InitParameters()

Implements

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