Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.VersionsResource.SpecsResource.FetchAdditionalSpecContentRequest

Fetch additional spec content.

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

Constructors

FetchAdditionalSpecContentRequest(IClientService, string)

Constructs a new FetchAdditionalSpecContent request.

Declaration
public FetchAdditionalSpecContentRequest(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<GoogleCloudApihubV1FetchAdditionalSpecContentResponse>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the spec whose contents need to be retrieved. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

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

SpecContentType

Optional. The type of the spec contents to be retrieved.

Declaration
[RequestParameter("specContentType", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ApisResource.VersionsResource.SpecsResource.FetchAdditionalSpecContentRequest.SpecContentTypeEnum? SpecContentType { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.ApisResource.VersionsResource.SpecsResource.FetchAdditionalSpecContentRequest.SpecContentTypeEnum?

Methods

InitParameters()

Initializes FetchAdditionalSpecContent parameter list.

Declaration
protected override void InitParameters()
Overrides
APIhubBaseServiceRequest<GoogleCloudApihubV1FetchAdditionalSpecContentResponse>.InitParameters()

Implements

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