Apigee Registry v1 API - Class ListArtifactsRequest (1.0.0-beta05)

public sealed class ListArtifactsRequest : IPageRequest, IMessage<ListArtifactsRequest>, IEquatable<ListArtifactsRequest>, IDeepCloneable<ListArtifactsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Apigee Registry v1 API class ListArtifactsRequest.

Request message for ListArtifacts.

Inheritance

object > ListArtifactsRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

ListArtifactsRequest()

public ListArtifactsRequest()

ListArtifactsRequest(ListArtifactsRequest)

public ListArtifactsRequest(ListArtifactsRequest other)
Parameter
NameDescription
otherListArtifactsRequest

Properties

Filter

public string Filter { get; set; }

An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields except contents.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListArtifacts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListArtifacts must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of artifacts. Format: {parent}

Property Value
TypeDescription
string

ParentAsApiDeploymentName

public ApiDeploymentName ParentAsApiDeploymentName { get; set; }

ApiDeploymentName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiDeploymentName

ParentAsApiName

public ApiName ParentAsApiName { get; set; }

ApiName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiName

ParentAsApiSpecName

public ApiSpecName ParentAsApiSpecName { get; set; }

ApiSpecName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiSpecName

ParentAsApiVersionName

public ApiVersionName ParentAsApiVersionName { get; set; }

ApiVersionName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiVersionName

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName