Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetAclConfigRequest

Gets the AclConfig.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1betaAclConfig>.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<GoogleCloudDiscoveryengineV1betaAclConfig>.RestPath

Methods

InitParameters()

Initializes GetAclConfig parameter list.

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

Implements

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