public sealed class ListWorkspacesRequest : IMessage<ListWorkspacesRequest>, IEquatable<ListWorkspacesRequest>, IDeepCloneable<ListWorkspacesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Dataform v1 API class ListWorkspacesRequest.
ListWorkspaces request message.
Implements
IMessageListWorkspacesRequest, IEquatableListWorkspacesRequest, IDeepCloneableListWorkspacesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
ListWorkspacesRequest()
public ListWorkspacesRequest()ListWorkspacesRequest(ListWorkspacesRequest)
public ListWorkspacesRequest(ListWorkspacesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWorkspacesRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filter for the returned list.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. This field only supports ordering by name. If unspecified, the
server will choose the ordering. If specified, the default order is
ascending for the name field.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Maximum number of workspaces to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. Page token received from a previous ListWorkspaces call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListWorkspaces, with
the exception of page_size, must match the call that provided the page
token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The repository in which to list workspaces. Must be in the
format projects/*/locations/*/repositories/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }RepositoryName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RepositoryName |
|