Apigee Registry v1 API - Class ListApiSpecsRequest (1.0.0-beta06)

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

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

Request message for ListApiSpecs.

Inheritance

object > ListApiSpecsRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

ListApiSpecsRequest()

public ListApiSpecsRequest()

ListApiSpecsRequest(ListApiSpecsRequest)

public ListApiSpecsRequest(ListApiSpecsRequest other)
Parameter
NameDescription
otherListApiSpecsRequest

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 specs 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 ListApiSpecs call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListApiSpecs 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 specs. Format: projects/*/locations/*/apis/*/versions/*

Property Value
TypeDescription
string

ParentAsApiVersionName

public ApiVersionName ParentAsApiVersionName { get; set; }

ApiVersionName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiVersionName