SaaS Runtime v1beta1 API - Class ListUnitsResponse (1.0.0-beta01)

public sealed class ListUnitsResponse : IMessage<ListUnitsResponse>, IEquatable<ListUnitsResponse>, IDeepCloneable<ListUnitsResponse>, IBufferMessage, IMessage, IPageResponse<Unit>, IEnumerable<Unit>, IEnumerable

Reference documentation and code samples for the SaaS Runtime v1beta1 API class ListUnitsResponse.

The response structure for the ListUnits method.

Inheritance

object > ListUnitsResponse

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

ListUnitsResponse()

public ListUnitsResponse()

ListUnitsResponse(ListUnitsResponse)

public ListUnitsResponse(ListUnitsResponse other)
Parameter
Name Description
other ListUnitsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If present, the next page token can be provided to a subsequent ListUnits call to list the next page. If empty, there are no more pages.

Property Value
Type Description
string

Units

public RepeatedField<Unit> Units { get; }

The resulting units.

Property Value
Type Description
RepeatedFieldUnit

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Unit> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorUnit