public sealed class ListChangeLogEntriesResponse : IPageResponse<ChangeLogEntry>, IEnumerable<ChangeLogEntry>, IEnumerable, IMessage<ListChangeLogEntriesResponse>, IEquatable<ListChangeLogEntriesResponse>, IDeepCloneable<ListChangeLogEntriesResponse>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class ListChangeLogEntriesResponse.
A list of change log entries.
Implements
IPageResponseChangeLogEntry, IEnumerableChangeLogEntry, IEnumerable, IMessageListChangeLogEntriesResponse, IEquatableListChangeLogEntriesResponse, IDeepCloneableListChangeLogEntriesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ListChangeLogEntriesResponse()
public ListChangeLogEntriesResponse()ListChangeLogEntriesResponse(ListChangeLogEntriesResponse)
public ListChangeLogEntriesResponse(ListChangeLogEntriesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListChangeLogEntriesResponse |
Properties
ChangeLogEntries
public RepeatedField<ChangeLogEntry> ChangeLogEntries { get; }The list of change log entries.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldChangeLogEntry |
|
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<ChangeLogEntry> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorChangeLogEntry |
|