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.
Implements
IMessageListWorkspacesResponse, IEquatableListWorkspacesResponse, IDeepCloneableListWorkspacesResponse, IBufferMessage, IMessage, IPageResponseWorkspace, IEnumerableWorkspace, IEnumerableNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ListWorkspacesResponse()
public ListWorkspacesResponse()
ListWorkspacesResponse(ListWorkspacesResponse)
public ListWorkspacesResponse(ListWorkspacesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListWorkspacesResponse |
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 | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations which could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Workspaces
public RepeatedField<Workspace> Workspaces { get; }
List of workspaces.
Property Value | |
---|---|
Type | Description |
RepeatedFieldWorkspace |
Methods
GetEnumerator()
public IEnumerator<Workspace> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorWorkspace |