Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CmekConfigsResource.ListRequest

Lists all the CmekConfigs with the project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>
ProjectsResource.LocationsResource.CmekConfigsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>.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.CmekConfigsResource.ListRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1ListCmekConfigsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent location resource name, such as projects/{project}/locations/{location}. If the caller does not have permission to list CmekConfigs under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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