Storage Batch Operations v1 API - Class GetBucketOperationRequest (1.0.0-beta05)

public sealed class GetBucketOperationRequest : IMessage<GetBucketOperationRequest>, IEquatable<GetBucketOperationRequest>, IDeepCloneable<GetBucketOperationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Batch Operations v1 API class GetBucketOperationRequest.

Message for getting a BucketOperation.

Inheritance

object > GetBucketOperationRequest

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

GetBucketOperationRequest()

public GetBucketOperationRequest()

GetBucketOperationRequest(GetBucketOperationRequest)

public GetBucketOperationRequest(GetBucketOperationRequest other)
Parameter
Name Description
other GetBucketOperationRequest

Properties

BucketOperationName

public BucketOperationName BucketOperationName { get; set; }

BucketOperationName-typed view over the Name resource name property.

Property Value
Type Description
BucketOperationName

Name

public string Name { get; set; }

Required. name of the bucket operation to retrieve. Format: projects/{project_id}/locations/global/jobs/{job_id}/bucketOperations/{bucket_operation_id}.

Property Value
Type Description
string