public sealed class ListAspectTypesResponse : IMessage<ListAspectTypesResponse>, IEquatable<ListAspectTypesResponse>, IDeepCloneable<ListAspectTypesResponse>, IBufferMessage, IMessage, IPageResponse<AspectType>, IEnumerable<AspectType>, IEnumerableReference documentation and code samples for the Cloud Dataplex v1 API class ListAspectTypesResponse.
List AspectTypes response.
Implements
IMessageListAspectTypesResponse, IEquatableListAspectTypesResponse, IDeepCloneableListAspectTypesResponse, IBufferMessage, IMessage, IPageResponseAspectType, IEnumerableAspectType, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListAspectTypesResponse()
public ListAspectTypesResponse()ListAspectTypesResponse(ListAspectTypesResponse)
public ListAspectTypesResponse(ListAspectTypesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAspectTypesResponse |
Properties
AspectTypes
public RepeatedField<AspectType> AspectTypes { get; }AspectTypes under the given parent location.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAspectType |
|
NextPageToken
public string NextPageToken { get; set; }Token to retrieve the next page of results, or empty if there are no more results in the list.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UnreachableLocations
public RepeatedField<string> UnreachableLocations { get; }Locations that the service couldn't reach.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<AspectType> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAspectType |
|