Cloud Dataplex v1 API - Class ListGlossaryTermsResponse (3.10.0)

public sealed class ListGlossaryTermsResponse : IMessage<ListGlossaryTermsResponse>, IEquatable<ListGlossaryTermsResponse>, IDeepCloneable<ListGlossaryTermsResponse>, IBufferMessage, IMessage, IPageResponse<GlossaryTerm>, IEnumerable<GlossaryTerm>, IEnumerable

Reference documentation and code samples for the Cloud Dataplex v1 API class ListGlossaryTermsResponse.

List GlossaryTerms Response

Inheritance

object > ListGlossaryTermsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListGlossaryTermsResponse()

public ListGlossaryTermsResponse()

ListGlossaryTermsResponse(ListGlossaryTermsResponse)

public ListGlossaryTermsResponse(ListGlossaryTermsResponse other)
Parameter
Name Description
other ListGlossaryTermsResponse

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

Terms

public RepeatedField<GlossaryTerm> Terms { get; }

Lists the GlossaryTerms in the specified parent.

Property Value
Type Description
RepeatedFieldGlossaryTerm

UnreachableLocations

public RepeatedField<string> UnreachableLocations { get; }

Locations that the service couldn't reach.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<GlossaryTerm> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorGlossaryTerm