public sealed class ListSettingsResponse : IMessage<ListSettingsResponse>, IEquatable<ListSettingsResponse>, IDeepCloneable<ListSettingsResponse>, IBufferMessage, IMessage, IPageResponse<Setting>, IEnumerable<Setting>, IEnumerable
Reference documentation and code samples for the Resource Settings v1 API class ListSettingsResponse.
The response from ListSettings.
Implements
IMessageListSettingsResponse, IEquatableListSettingsResponse, IDeepCloneableListSettingsResponse, IBufferMessage, IMessage, IPageResponseSetting, IEnumerableSetting, IEnumerableNamespace
Google.Cloud.ResourceSettings.V1Assembly
Google.Cloud.ResourceSettings.V1.dll
Constructors
ListSettingsResponse()
public ListSettingsResponse()
ListSettingsResponse(ListSettingsResponse)
public ListSettingsResponse(ListSettingsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSettingsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Unused. A page token used to retrieve the next page.
Property Value | |
---|---|
Type | Description |
string |
Settings
public RepeatedField<Setting> Settings { get; }
A list of settings that are available at the specified Cloud resource.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSetting |
Methods
GetEnumerator()
public IEnumerator<Setting> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSetting |