Data Catalog v1 API - Class ListEntryGroupsResponse (2.2.0)

 public sealed class ListEntryGroupsResponse : IMessage<ListEntryGroupsResponse>, IEquatable<ListEntryGroupsResponse>, IDeepCloneable<ListEntryGroupsResponse>, IBufferMessage, IMessage, IPageResponse<EntryGroup>, IEnumerable<EntryGroup>, IEnumerable 

Reference documentation and code samples for the Data Catalog v1 API class ListEntryGroupsResponse.

Response message for [ListEntryGroups][google.cloud.datacatalog.v1.DataCatalog.ListEntryGroups].

Inheritance

Object > ListEntryGroupsResponse

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListEntryGroupsResponse()

 public ListEntryGroupsResponse() 

ListEntryGroupsResponse(ListEntryGroupsResponse)

 public ListEntryGroupsResponse(ListEntryGroupsResponse other) 
Parameter
Name
Description

Properties

EntryGroups

 public RepeatedField<EntryGroup> EntryGroups { get; } 

Entry group details.

Property Value
Type
Description

NextPageToken

 public string NextPageToken { get; set; } 

Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items.

Property Value
Type
Description

Methods

GetEnumerator()

 public IEnumerator<EntryGroup> GetEnumerator() 

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

Returns
Type
Description

Explicit Interface Implementations

IEnumerable.GetEnumerator()

 IEnumerator IEnumerable.GetEnumerator() 
Returns
Type
Description