public sealed class ListGlossariesResponse : IMessage<ListGlossariesResponse>, IEquatable<ListGlossariesResponse>, IDeepCloneable<ListGlossariesResponse>, IBufferMessage, IMessage, IPageResponse<Glossary>, IEnumerable<Glossary>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListGlossariesResponse.
List Glossaries Response
Implements
IMessageListGlossariesResponse, IEquatableListGlossariesResponse, IDeepCloneableListGlossariesResponse, IBufferMessage, IMessage, IPageResponseGlossary, IEnumerableGlossary, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListGlossariesResponse()
public ListGlossariesResponse()
ListGlossariesResponse(ListGlossariesResponse)
public ListGlossariesResponse(ListGlossariesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListGlossariesResponse |
Properties
Glossaries
public RepeatedField<Glossary> Glossaries { get; }
Lists the Glossaries in the specified parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGlossary |
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<Glossary> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGlossary |