public sealed class ListExternalApisRequest : IPageRequest, IMessage<ListExternalApisRequest>, IEquatable<ListExternalApisRequest>, IDeepCloneable<ListExternalApisRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ListExternalApisRequest.
The [ListExternalApis][google.cloud.apihub.v1.ApiHub.ListExternalApis] method's request.
Implements
IPageRequest, IMessageListExternalApisRequest, IEquatableListExternalApisRequest, IDeepCloneableListExternalApisRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ListExternalApisRequest()
public ListExternalApisRequest()
ListExternalApisRequest(ListExternalApisRequest)
public ListExternalApisRequest(ListExternalApisRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListExternalApisRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of External API resources to return. The service may return fewer than this value. If unspecified, at most 50 ExternalApis will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous ListExternalApis
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters (except page_size) provided to
ListExternalApis
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of External API resources.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |