Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetProjectConfigRequest

Retrieves the project configuration.

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

Constructors

GetProjectConfigRequest(IClientService, string)

Constructs a new GetProjectConfig request.

Declaration
public GetProjectConfigRequest(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<ProjectConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the project's logging configuration: projects/{project}/locations/{location}/projectConfig

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

Methods

InitParameters()

Initializes GetProjectConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
ArtifactRegistryBaseServiceRequest<ProjectConfig>.InitParameters()

Implements

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