Cloud Dataplex v1 API - Class ListActionsResponse (2.15.0)

public sealed class ListActionsResponse : IPageResponse<Action>, IEnumerable<Action>, IEnumerable, IMessage<ListActionsResponse>, IEquatable<ListActionsResponse>, IDeepCloneable<ListActionsResponse>, IBufferMessage, IMessage

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

List actions response.

Inheritance

object > ListActionsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListActionsResponse()

public ListActionsResponse()

ListActionsResponse(ListActionsResponse)

public ListActionsResponse(ListActionsResponse other)
Parameter
NameDescription
otherListActionsResponse

Properties

Actions

public RepeatedField<Action> Actions { get; }

Actions under the given parent lake/zone/asset.

Property Value
TypeDescription
RepeatedFieldAction

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

Methods

GetEnumerator()

public IEnumerator<Action> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAction