public sealed class ListBackupsRequest : IPageRequest, IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class ListBackupsRequest.
Request message for [DataprocMetastore.ListBackups][google.cloud.metastore.v1.DataprocMetastore.ListBackups].
Implements
IPageRequest, IMessageListBackupsRequest, IEquatableListBackupsRequest, IDeepCloneableListBackupsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
ListBackupsRequest()
public ListBackupsRequest()
ListBackupsRequest(ListBackupsRequest)
public ListBackupsRequest(ListBackupsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The filter to apply to list results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of backups to return. The response may contain less than the maximum number. If unspecified, no more than 500 backups are returned. The maximum value is 1000; values above 1000 are changed to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous [DataprocMetastore.ListBackups][google.cloud.metastore.v1.DataprocMetastore.ListBackups] call. Provide this token to retrieve the subsequent page.
To retrieve the first page, supply an empty page token.
When paginating, other parameters provided to [DataprocMetastore.ListBackups][google.cloud.metastore.v1.DataprocMetastore.ListBackups] must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The relative resource name of the service whose backups to list, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/backups
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsServiceName
public ServiceName ParentAsServiceName { get; set; }
ServiceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |