public sealed class ListConfigurationsResponse : IMessage<ListConfigurationsResponse>, IEquatable<ListConfigurationsResponse>, IDeepCloneable<ListConfigurationsResponse>, IBufferMessage, IMessage, IPageResponse<Configuration>, IEnumerable<Configuration>, IEnumerableReference documentation and code samples for the License Manager v1 API class ListConfigurationsResponse.
Message for response to listing Configurations
Implements
IMessageListConfigurationsResponse, IEquatableListConfigurationsResponse, IDeepCloneableListConfigurationsResponse, IBufferMessage, IMessage, IPageResponseConfiguration, IEnumerableConfiguration, IEnumerableNamespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Constructors
ListConfigurationsResponse()
public ListConfigurationsResponse()ListConfigurationsResponse(ListConfigurationsResponse)
public ListConfigurationsResponse(ListConfigurationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConfigurationsResponse |
Properties
Configurations
public RepeatedField<Configuration> Configurations { get; }The list of Configuration
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldConfiguration |
|
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<Configuration> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorConfiguration |
|