public sealed class ListGlossaryCategoriesResponse : IMessage<ListGlossaryCategoriesResponse>, IEquatable<ListGlossaryCategoriesResponse>, IDeepCloneable<ListGlossaryCategoriesResponse>, IBufferMessage, IMessage, IPageResponse<GlossaryCategory>, IEnumerable<GlossaryCategory>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListGlossaryCategoriesResponse.
List GlossaryCategories Response
Implements
IMessageListGlossaryCategoriesResponse, IEquatableListGlossaryCategoriesResponse, IDeepCloneableListGlossaryCategoriesResponse, IBufferMessage, IMessage, IPageResponseGlossaryCategory, IEnumerableGlossaryCategory, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListGlossaryCategoriesResponse()
public ListGlossaryCategoriesResponse()
ListGlossaryCategoriesResponse(ListGlossaryCategoriesResponse)
public ListGlossaryCategoriesResponse(ListGlossaryCategoriesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListGlossaryCategoriesResponse |
Properties
Categories
public RepeatedField<GlossaryCategory> Categories { get; }
Lists the GlossaryCategories in the specified parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGlossaryCategory |
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 |
UnreachableLocations
public RepeatedField<string> UnreachableLocations { get; }
Locations that the service couldn't reach.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<GlossaryCategory> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGlossaryCategory |