Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource.BucketOperationsResource

The "bucketOperations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.JobsResource.BucketOperationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.StorageBatchOperations.v1
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class ProjectsResource.LocationsResource.JobsResource.BucketOperationsResource

Constructors

BucketOperationsResource(IClientService)

Constructs a new resource.

Declaration
public BucketOperationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a BucketOperation.

Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.BucketOperationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.BucketOperationsResource.GetRequest

List(string)

Lists BucketOperations in a given project and job.

Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.BucketOperationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Format: projects/{project_id}/locations/global/jobs/{job_id}.

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.BucketOperationsResource.ListRequest
In this article
Back to top Generated by DocFX