public sealed class ListApiOperationsResponse : IPageResponse<ApiOperation>, IEnumerable<ApiOperation>, IEnumerable, IMessage<ListApiOperationsResponse>, IEquatable<ListApiOperationsResponse>, IDeepCloneable<ListApiOperationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ListApiOperationsResponse.
The [ListApiOperations][google.cloud.apihub.v1.ApiHub.ListApiOperations] method's response.
Implements
IPageResponseApiOperation, IEnumerableApiOperation, IEnumerable, IMessageListApiOperationsResponse, IEquatableListApiOperationsResponse, IDeepCloneableListApiOperationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ListApiOperationsResponse()
public ListApiOperationsResponse()
ListApiOperationsResponse(ListApiOperationsResponse)
public ListApiOperationsResponse(ListApiOperationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListApiOperationsResponse |
Properties
ApiOperations
public RepeatedField<ApiOperation> ApiOperations { get; }
The operations corresponding to an API version. Only following field will be populated in the response: name, spec, details.deprecated, details.http_operation.path.path, details.http_operation.method and details.documentation.external_uri.
Property Value | |
---|---|
Type | Description |
RepeatedFieldApiOperation |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<ApiOperation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorApiOperation |