public sealed class ListCommentsResponse : IPageResponse<Comment>, IEnumerable<Comment>, IEnumerable, IMessage<ListCommentsResponse>, IEquatable<ListCommentsResponse>, IDeepCloneable<ListCommentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class ListCommentsResponse.
A request to list comments.
Implements
IPageResponseComment, IEnumerableComment, IEnumerable, IMessageListCommentsResponse, IEquatableListCommentsResponse, IDeepCloneableListCommentsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ListCommentsResponse()
public ListCommentsResponse()
ListCommentsResponse(ListCommentsResponse)
public ListCommentsResponse(ListCommentsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCommentsResponse |
Properties
Comments
public RepeatedField<Comment> Comments { get; }
The list of comments.
Property Value | |
---|---|
Type | Description |
RepeatedFieldComment |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Comment> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorComment |