Class ProjectsResource.LocationsResource.GetSharedRegionalCertificateAuthorityRequest
Gets the details of regional certificate authority information for Redis cluster.
Inheritance
ProjectsResource.LocationsResource.GetSharedRegionalCertificateAuthorityRequest
Inherited Members
Namespace: Google.Apis.CloudRedis.v1
Assembly: Google.Apis.CloudRedis.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GetSharedRegionalCertificateAuthorityRequest : CloudRedisBaseServiceRequest<SharedRegionalCertificateAuthority>, IClientServiceRequest<SharedRegionalCertificateAuthority>, IClientServiceRequest
Constructors
GetSharedRegionalCertificateAuthorityRequest(IClientService, string)
Constructs a new GetSharedRegionalCertificateAuthority request.
Declaration
public GetSharedRegionalCertificateAuthorityRequest(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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. Regional certificate authority resource name using the form:
projects/{project_id}/locations/{location_id}/sharedRegionalCertificateAuthority where
location_id refers to a Google Cloud region.
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
Methods
InitParameters()
Initializes GetSharedRegionalCertificateAuthority parameter list.
Declaration
protected override void InitParameters()