public sealed class ListTargetsResponse : IMessage<ListTargetsResponse>, IEquatable<ListTargetsResponse>, IDeepCloneable<ListTargetsResponse>, IBufferMessage, IMessage, IPageResponse<Target>, IEnumerable<Target>, IEnumerableReference documentation and code samples for the Google Cloud Deploy v1 API class ListTargetsResponse.
The response object from ListTargets.
Implements
IMessage<ListTargetsResponse>, IEquatable<ListTargetsResponse>, IDeepCloneable<ListTargetsResponse>, IBufferMessage, IMessage, IPageResponse<Target>, IEnumerable<Target>, IEnumerableNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListTargetsResponse()
public ListTargetsResponse()ListTargetsResponse(ListTargetsResponse)
public ListTargetsResponse(ListTargetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTargetsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Targets
public RepeatedField<Target> Targets { get; }The Target objects.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Target> |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<Target> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Target> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|