Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UpdateAclConfigRequest

Default ACL configuration for use in a location of a customer's project. Updates will only reflect to new data stores. Existing data stores will still use the old value.

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

Constructors

UpdateAclConfigRequest(IClientService, GoogleCloudDiscoveryengineV1alphaAclConfig, string)

Constructs a new UpdateAclConfig request.

Declaration
public UpdateAclConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaAclConfig body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1alphaAclConfig body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Immutable. The full resource name of the acl configuration. Format: projects/{project}/locations/{location}/aclConfig. This field must be a UTF-8 encoded string with a length limit of 1024 characters.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaAclConfig>.GetBody()

InitParameters()

Initializes UpdateAclConfig parameter list.

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

Implements

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