public sealed class ListBucketOperationsResponse : IMessage<ListBucketOperationsResponse>, IEquatable<ListBucketOperationsResponse>, IDeepCloneable<ListBucketOperationsResponse>, IBufferMessage, IMessage, IPageResponse<BucketOperation>, IEnumerable<BucketOperation>, IEnumerableReference documentation and code samples for the Storage Batch Operations v1 API class ListBucketOperationsResponse.
Message for response to listing BucketOperations
Implements
IMessageListBucketOperationsResponse, IEquatableListBucketOperationsResponse, IDeepCloneableListBucketOperationsResponse, IBufferMessage, IMessage, IPageResponseBucketOperation, IEnumerableBucketOperation, IEnumerableNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
Google.Cloud.StorageBatchOperations.V1.dll
Constructors
ListBucketOperationsResponse()
public ListBucketOperationsResponse()ListBucketOperationsResponse(ListBucketOperationsResponse)
public ListBucketOperationsResponse(ListBucketOperationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBucketOperationsResponse |
Properties
BucketOperations
public RepeatedField<BucketOperation> BucketOperations { get; }A list of storage batch bucket operations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBucketOperation |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<BucketOperation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBucketOperation |
|