GDC Hardware Management v1alpha API - Class ListCommentsResponse (1.0.0-alpha01)

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.

Inheritance

object > ListCommentsResponse

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

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