Show / Hide Table of Contents

Class TypeProvidersResource.GetRequest

Gets information about a specific type provider.

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string project, string typeProvider)
Parameters
Type Name Description
IClientService service
string project
string typeProvider

Properties

HeaderBypassBillingFilter

Declaration
[RequestParameter("header.bypassBillingFilter", RequestParameterType.Query)]
public virtual bool? HeaderBypassBillingFilter { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Project

The project ID for this request.

Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

TypeProvider

The name of the type provider for this request.

Declaration
[RequestParameter("typeProvider", RequestParameterType.Path)]
public virtual string TypeProvider { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DeploymentManagerBaseServiceRequest<TypeProvider>.InitParameters()

Implements

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