Cloud Dataplex v1 API - Class ListEntryGroupsResponse (2.15.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 Cloud Dataplex v1 API class ListEntryGroupsResponse.

List ListEntryGroups response.

Inheritance

object > ListEntryGroupsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListEntryGroupsResponse()

public ListEntryGroupsResponse()

ListEntryGroupsResponse(ListEntryGroupsResponse)

public ListEntryGroupsResponse(ListEntryGroupsResponse other)
Parameter
NameDescription
otherListEntryGroupsResponse

Properties

EntryGroups

public RepeatedField<EntryGroup> EntryGroups { get; }

ListEntryGroups under the given parent location.

Property Value
TypeDescription
RepeatedFieldEntryGroup

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
TypeDescription
string

UnreachableLocations

public RepeatedField<string> UnreachableLocations { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<EntryGroup> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEntryGroup