Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LakesResource.ZonesResource.EntitiesResource.PartitionsResource.ListRequest

List metadata partitions of an entity.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>
ProjectsResource.LocationsResource.LakesResource.ZonesResource.EntitiesResource.PartitionsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>
IClientServiceRequest
Inherited Members
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.Xgafv
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.AccessToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.Alt
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.Callback
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.Fields
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.Key
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.OauthToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.PrettyPrint
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.QuotaUser
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.UploadType
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.Execute()
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>.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 ProjectsResource.LocationsResource.LakesResource.ZonesResource.EntitiesResource.PartitionsResource.ListRequest : CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>, IClientServiceRequest<GoogleCloudDataplexV1ListPartitionsResponse>, 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 partitions returned to the caller using a key value pair expression. Supported operators and syntax: logic operators: AND, OR comparison operators: &lt;, &gt;, &gt;=, &lt;= ,=, != LIKE operators: The right hand of a LIKE operator supports "." and "*" for wildcard searches, for example "value1 LIKE ".oo." parenthetical grouping: ( )Sample filter expression: `?filter="key1 &lt; value1 OR key2 &gt; value2"Notes: Keys to the left of operators are case insensitive. Partition results are sorted first by creation time, then by lexicographic order. Up to 20 key value filter pairs are allowed, but due to performance considerations, only the first 10 will be used as a filter.

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<GoogleCloudDataplexV1ListPartitionsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. Maximum number of partitions to return. The service may return fewer than this value. If unspecified, 100 partitions will be returned by default. The maximum page size is 500; larger values will will be truncated to 500.

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

PageToken

Optional. Page token received from a previous ListPartitions call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPartitions 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 resource name of the parent entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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