Dataform v1beta1 API - Class ListWorkspacesResponse (1.0.0-beta05)

public sealed class ListWorkspacesResponse : IMessage<ListWorkspacesResponse>, IEquatable<ListWorkspacesResponse>, IDeepCloneable<ListWorkspacesResponse>, IBufferMessage, IMessage, IPageResponse<Workspace>, IEnumerable<Workspace>, IEnumerable

Reference documentation and code samples for the Dataform v1beta1 API class ListWorkspacesResponse.

ListWorkspaces response message.

Inheritance

object > ListWorkspacesResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ListWorkspacesResponse()

public ListWorkspacesResponse()

ListWorkspacesResponse(ListWorkspacesResponse)

public ListWorkspacesResponse(ListWorkspacesResponse other)
Parameter
NameDescription
otherListWorkspacesResponse

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

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations which could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Workspaces

public RepeatedField<Workspace> Workspaces { get; }

List of workspaces.

Property Value
TypeDescription
RepeatedFieldWorkspace

Methods

GetEnumerator()

public IEnumerator<Workspace> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorWorkspace