Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.EncryptionConfigsResource.ListRequest

List EncryptionConfigs.

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

Filter

Optional. Filter the EncryptionConfigs to be returned. Using bare literals: (These values will be matched anywhere it may appear in the object's field values) * filter=some_value Using fields: (These values will be matched only in the specified field) * filter=some_field=some_value Supported fields: * name, key, create_time, update_time, encryption_state Example: * filter=name=organizations/123/locations/us-central1/encryptionConfigs/test-config conjunctions: (AND, OR, NOT) * filter=name=organizations/123/locations/us-central1/encryptionConfigs/test-config AND mode=CMEK logical operators: (&gt;, &lt;, &gt;=, &lt;=, !=, =, :), * filter=create_time&gt;2024-05-01T00:00:00.000Z

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Optional. Order by fields for the result.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. Maximum number of EncryptionConfigs to return. The service may return fewer than this value. If unspecified, at most 10 EncryptionConfigs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. Page token received from a previous ListEncryptionConfigs call. Provide this to retrieve the subsequent page. When paginating, the parameters - filter and order_by provided to ListEncryptionConfigs must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The location for which the EncryptionConfig is to be listed.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListEncryptionConfigsResponse>.InitParameters()

Implements

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