Show / Hide Table of Contents

Namespace Google.Apis.StorageBatchOperations.v1.Data

Classes

AccessControlsUpdates

Represents updates to existing access-control entries on an object.

Bucket

Describes configuration of a single bucket and its objects to be transformed.

BucketList

Describes list of buckets and their objects to be transformed.

BucketOperation

BucketOperation represents a bucket-level breakdown of a Job.

CancelJobRequest

Message for Job to Cancel

CancelJobResponse

Message for response to cancel Job.

CancelOperationRequest

The request message for Operations.CancelOperation.

Counters

Describes details about the progress of the job.

CustomContextUpdates

Describes a collection of updates to apply to custom contexts identified by key.

DeleteObject

Describes options to delete an object.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

ErrorLogEntry

An entry describing an error that has occurred.

ErrorSummary

A summary of errors by error code, plus a count and sample error log entries.

Expr

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

Job

The storage batch operations job description.

ListBucketOperationsResponse

Message for response to listing BucketOperations

ListJobsResponse

Message for response to listing Jobs

ListLocationsResponse

The response message for Locations.ListLocations.

ListOperationsResponse

The response message for Operations.ListOperations.

Location

A resource that represents a Google Cloud location.

LoggingConfig

Specifies the Cloud Logging behavior.

Manifest

Describes list of objects to be transformed.

ObjectAccessControl

Represents an access control entry on an object.

ObjectCustomContextPayload

Describes the payload of a user-defined object custom context.

ObjectRetention

Describes options for object retention update.

Operation

This resource represents a long-running operation that is the result of a network API call.

OperationMetadata

Represents the metadata of the long-running operation.

PrefixList

Describes prefixes of objects to be transformed.

ProjectSource

Describes the project source where the objects satisfying the filters will be transformed.

PutMetadata

Describes options for object metadata update.

PutObjectHold

Describes options to update object hold.

RewriteObject

Describes options for object rewrite.

SetObjectAcls

Describes options for setting object ACLs.

Status

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

TargetLocations

Describes the Cloud Storage locations to include in a ProjectSource job.

UpdateObjectCustomContext

Describes options to update object custom contexts.

In this article
Back to top Generated by DocFX