License Manager v1 API - Class ListConfigurationsResponse (1.0.0-beta01)

public sealed class ListConfigurationsResponse : IMessage<ListConfigurationsResponse>, IEquatable<ListConfigurationsResponse>, IDeepCloneable<ListConfigurationsResponse>, IBufferMessage, IMessage, IPageResponse<Configuration>, IEnumerable<Configuration>, IEnumerable

Reference documentation and code samples for the License Manager v1 API class ListConfigurationsResponse.

Message for response to listing Configurations

Inheritance

object > ListConfigurationsResponse

Namespace

Google.Cloud.LicenseManager.V1

Assembly

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