public sealed class ListBucketOperationsRequest : IMessage<ListBucketOperationsRequest>, IEquatable<ListBucketOperationsRequest>, IDeepCloneable<ListBucketOperationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Storage Batch Operations v1 API class ListBucketOperationsRequest.
Message for request to list BucketOperations
Implements
IMessageListBucketOperationsRequest, IEquatableListBucketOperationsRequest, IDeepCloneableListBucketOperationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
Google.Cloud.StorageBatchOperations.V1.dll
Constructors
ListBucketOperationsRequest()
public ListBucketOperationsRequest()ListBucketOperationsRequest(ListBucketOperationsRequest)
public ListBucketOperationsRequest(ListBucketOperationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBucketOperationsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filters results as defined by https://google.aip.dev/160.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Field to sort by. Supported fields are name, create_time.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The list page size. Default page size is 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The list page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Format: projects/{project_id}/locations/global/jobs/{job_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsJobName
public JobName ParentAsJobName { get; set; }| Property Value | |
|---|---|
| Type | Description |
JobName |
|