public sealed class ListAttributesResponse : IPageResponse<Attribute>, IEnumerable<Attribute>, IEnumerable, IMessage<ListAttributesResponse>, IEquatable<ListAttributesResponse>, IDeepCloneable<ListAttributesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ListAttributesResponse.
The [ListAttributes][google.cloud.apihub.v1.ApiHub.ListAttributes] method's response.
Implements
IPageResponseAttribute, IEnumerableAttribute, IEnumerable, IMessageListAttributesResponse, IEquatableListAttributesResponse, IDeepCloneableListAttributesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ListAttributesResponse()
public ListAttributesResponse()
ListAttributesResponse(ListAttributesResponse)
public ListAttributesResponse(ListAttributesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAttributesResponse |
Properties
Attributes
public RepeatedField<Attribute> Attributes { get; }
The list of all attributes.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAttribute |
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<Attribute> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAttribute |