public sealed class ListEntityTypesResponse : IMessage<ListEntityTypesResponse>, IEquatable<ListEntityTypesResponse>, IDeepCloneable<ListEntityTypesResponse>, IBufferMessage, IMessage, IPageResponse<EntityType>, IEnumerable<EntityType>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListEntityTypesResponse.
Response message for [FeaturestoreService.ListEntityTypes][google.cloud.aiplatform.v1beta1.FeaturestoreService.ListEntityTypes].
Implements
IMessageListEntityTypesResponse, IEquatableListEntityTypesResponse, IDeepCloneableListEntityTypesResponse, IBufferMessage, IMessage, IPageResponseEntityType, IEnumerableEntityType, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListEntityTypesResponse()
public ListEntityTypesResponse()ListEntityTypesResponse(ListEntityTypesResponse)
public ListEntityTypesResponse(ListEntityTypesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntityTypesResponse |
Properties
EntityTypes
public RepeatedField<EntityType> EntityTypes { get; }The EntityTypes matching the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEntityType |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1beta1.ListEntityTypesRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<EntityType> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEntityType |
|