public sealed class ListSpecialistPoolsResponse : IMessage<ListSpecialistPoolsResponse>, IEquatable<ListSpecialistPoolsResponse>, IDeepCloneable<ListSpecialistPoolsResponse>, IBufferMessage, IMessage, IPageResponse<SpecialistPool>, IEnumerable<SpecialistPool>, IEnumerableResponse message for [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools].
Implements
IMessage<ListSpecialistPoolsResponse>, IEquatable<ListSpecialistPoolsResponse>, IDeepCloneable<ListSpecialistPoolsResponse>, IBufferMessage, IMessage, IPageResponse<SpecialistPool>, IEnumerable<SpecialistPool>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ListSpecialistPoolsResponse()
public ListSpecialistPoolsResponse()ListSpecialistPoolsResponse(ListSpecialistPoolsResponse)
public ListSpecialistPoolsResponse(ListSpecialistPoolsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSpecialistPoolsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SpecialistPools
public RepeatedField<SpecialistPool> SpecialistPools { get; }A list of SpecialistPools that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<SpecialistPool> |
|
Methods
GetEnumerator()
public IEnumerator<SpecialistPool> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<SpecialistPool> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|