public sealed class ListWorkspacesRequest : IMessage<ListWorkspacesRequest>, IEquatable<ListWorkspacesRequest>, IDeepCloneable<ListWorkspacesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Dataform v1beta1 API class ListWorkspacesRequest.
ListWorkspaces
request message.
Implements
IMessageListWorkspacesRequest, IEquatableListWorkspacesRequest, IDeepCloneableListWorkspacesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.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
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 |