Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CmekConfigsResource.GetRequest

Gets the CmekConfig.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleCloudDiscoveryengineV1betaCmekConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Resource name of CmekConfig, such as projects/*/locations/*/cmekConfig or projects/*/locations/*/cmekConfigs/*. If the caller does not have permission to access the CmekConfig, 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<GoogleCloudDiscoveryengineV1betaCmekConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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