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
ProjectsResource.LocationsResource.UpdateAclConfigRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UpdateAclConfig parameter list.
Declaration
protected override void InitParameters()