Show / Hide Table of Contents

Class TypeProvidersResource.GetTypeRequest

Gets a type info for a type provided by a TypeProvider.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<TypeInfo>
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>
TypeProvidersResource.GetTypeRequest
Implements
IClientServiceRequest<TypeInfo>
IClientServiceRequest
Inherited Members
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>.Alt
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>.Fields
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>.Key
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>.OauthToken
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>.PrettyPrint
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>.QuotaUser
DeploymentManagerAlphaBaseServiceRequest<TypeInfo>.UserIp
ClientServiceRequest<TypeInfo>.Execute()
ClientServiceRequest<TypeInfo>.ExecuteAsStream()
ClientServiceRequest<TypeInfo>.ExecuteAsync()
ClientServiceRequest<TypeInfo>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TypeInfo>.ExecuteAsStreamAsync()
ClientServiceRequest<TypeInfo>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TypeInfo>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<TypeInfo>.GenerateRequestUri()
ClientServiceRequest<TypeInfo>.GetBody()
ClientServiceRequest<TypeInfo>.GetDefaultETagAction(String)
ClientServiceRequest<TypeInfo>.ETagAction
ClientServiceRequest<TypeInfo>.ModifyRequest
ClientServiceRequest<TypeInfo>.RequestParameters
ClientServiceRequest<TypeInfo>.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 GetTypeRequest : DeploymentManagerAlphaBaseServiceRequest<TypeInfo>, IClientServiceRequest<TypeInfo>, IClientServiceRequest

Constructors

GetTypeRequest(IClientService, String, String, String)

Constructs a new GetType request.

Declaration
public GetTypeRequest(IClientService service, string project, string typeProvider, string type)
Parameters
Type Name Description
IClientService service
System.String project
System.String typeProvider
System.String type

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

Type

The name of the type provider type for this request.

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

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 GetType parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top