Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.RulesResource.GetRequest

Gets a rule.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>
ProjectsResource.LocationsResource.RepositoriesResource.RulesResource.GetRequest
Implements
IClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>
IClientServiceRequest
Inherited Members
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.Xgafv
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.AccessToken
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.Alt
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.Callback
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.Fields
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.Key
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.OauthToken
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.PrettyPrint
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.QuotaUser
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.UploadType
ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.UploadProtocol
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.Execute()
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ExecuteAsStream()
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ExecuteAsync()
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.CreateRequest(bool?)
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.GenerateRequestUri()
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.GetBody()
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ETagAction
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ModifyRequest
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ValidateParameters
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.ApiVersion
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.RequestParameters
ClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>.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.RepositoriesResource.RulesResource.GetRequest : ArtifactRegistryBaseServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>, IClientServiceRequest<GoogleDevtoolsArtifactregistryV1Rule>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleDevtoolsArtifactregistryV1Rule>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the rule to retrieve.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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