Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetAclConfigRequest

Gets the AclConfig.

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

MethodName

Gets the method name.

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

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
ClientServiceRequest<GoogleCloudDiscoveryengineV1AclConfig>.RestPath

Methods

InitParameters()

Initializes GetAclConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1AclConfig>.InitParameters()

Implements

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