Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.DeploymentsResource.ArtifactsResource.GetContentsRequest

Returns the contents of a specified artifact. If artifacts are stored with GZip compression, the default behavior is to return the artifact uncompressed (the mime_type response field indicates the exact format returned).

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

Constructors

GetContentsRequest(IClientService, string)

Constructs a new GetContents request.

Declaration
public GetContentsRequest(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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.HttpBody>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.HttpBody>.MethodName

Name

Required. The name of the artifact whose contents should be retrieved. Format: {parent}/artifacts/*

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.HttpBody>.RestPath

Methods

InitParameters()

Initializes GetContents parameter list.

Declaration
protected override void InitParameters()
Overrides
ApigeeRegistryBaseServiceRequest<HttpBody>.InitParameters()

Implements

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