Show / Hide Table of Contents

Class TypeProvidersResource.GetRequest

Gets information about a specific type provider.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<TypeProvider>
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>
TypeProvidersResource.GetRequest
Implements
IClientServiceRequest<TypeProvider>
IClientServiceRequest
Inherited Members
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>.Alt
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>.Fields
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>.Key
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>.OauthToken
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>.PrettyPrint
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>.QuotaUser
DeploymentManagerAlphaBaseServiceRequest<TypeProvider>.UserIp
ClientServiceRequest<TypeProvider>.Execute()
ClientServiceRequest<TypeProvider>.ExecuteAsStream()
ClientServiceRequest<TypeProvider>.ExecuteAsync()
ClientServiceRequest<TypeProvider>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TypeProvider>.ExecuteAsStreamAsync()
ClientServiceRequest<TypeProvider>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TypeProvider>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<TypeProvider>.GenerateRequestUri()
ClientServiceRequest<TypeProvider>.GetBody()
ClientServiceRequest<TypeProvider>.GetDefaultETagAction(String)
ClientServiceRequest<TypeProvider>.ETagAction
ClientServiceRequest<TypeProvider>.ModifyRequest
ClientServiceRequest<TypeProvider>.RequestParameters
ClientServiceRequest<TypeProvider>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class GetRequest : DeploymentManagerAlphaBaseServiceRequest<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
System.String project
System.String typeProvider

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DeploymentManagerAlpha.alpha.Data.TypeProvider>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DeploymentManagerAlpha.alpha.Data.TypeProvider>.MethodName

Project

The project ID for this request.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DeploymentManagerAlpha.alpha.Data.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
System.String

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DeploymentManagerAlpha.alpha.DeploymentManagerAlphaBaseServiceRequest<Google.Apis.DeploymentManagerAlpha.alpha.Data.TypeProvider>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top