Show / Hide Table of Contents

Class ProjectsResource.FetchAclRequest

Gets the access control policy for a resource. Returns NOT_FOUND error if the resource does not exist. Returns an empty policy if the resource exists but does not have a policy set.

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

Constructors

FetchAclRequest(IClientService, GoogleCloudContentwarehouseV1FetchAclRequest, string)

Constructs a new FetchAcl request.

Declaration
public FetchAclRequest(IClientService service, GoogleCloudContentwarehouseV1FetchAclRequest body, string resource)
Parameters
Type Name Description
IClientService service
GoogleCloudContentwarehouseV1FetchAclRequest body
string resource

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Resource

Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for collection: projects/{project_number}/locations/{location}/collections/{collection_id}. Format for project: projects/{project_number}.

Declaration
[RequestParameter("resource", RequestParameterType.Path)]
public virtual string Resource { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes FetchAcl parameter list.

Declaration
protected override void InitParameters()
Overrides
ContentwarehouseBaseServiceRequest<GoogleCloudContentwarehouseV1FetchAclResponse>.InitParameters()

Implements

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