public sealed class ListUnitOperationsResponse : IMessage<ListUnitOperationsResponse>, IEquatable<ListUnitOperationsResponse>, IDeepCloneable<ListUnitOperationsResponse>, IBufferMessage, IMessage, IPageResponse<UnitOperation>, IEnumerable<UnitOperation>, IEnumerable
Reference documentation and code samples for the SaaS Runtime v1beta1 API class ListUnitOperationsResponse.
The response structure for the ListUnitOperations method.
Implements
IMessageListUnitOperationsResponse, IEquatableListUnitOperationsResponse, IDeepCloneableListUnitOperationsResponse, IBufferMessage, IMessage, IPageResponseUnitOperation, IEnumerableUnitOperation, IEnumerableNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
ListUnitOperationsResponse()
public ListUnitOperationsResponse()
ListUnitOperationsResponse(ListUnitOperationsResponse)
public ListUnitOperationsResponse(ListUnitOperationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListUnitOperationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
If present, the next page token can be provided to a subsequent ListUnitOperations call to list the next page. If empty, there are no more pages.
Property Value | |
---|---|
Type | Description |
string |
UnitOperations
public RepeatedField<UnitOperation> UnitOperations { get; }
The resulting unit operations.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUnitOperation |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<UnitOperation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUnitOperation |