Class ProjectsResource.LocationsResource.GetAclConfigRequest
Gets the AclConfig.
Inheritance
ProjectsResource.LocationsResource.GetAclConfigRequest
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.GetAclConfigRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaAclConfig>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaAclConfig>, IClientServiceRequest
Constructors
GetAclConfigRequest(IClientService, string)
Constructs a new GetAclConfig request.
Declaration
public GetAclConfigRequest(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. Resource name of AclConfig, such as projects/*/locations/*/aclConfig
. If the caller does
not have permission to access the AclConfig, regardless of whether or not it exists, a
PERMISSION_DENIED error is returned.
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 GetAclConfig parameter list.
Declaration
protected override void InitParameters()