Skip to content

Commit 2d9d201

Browse files
feat: [StorageBatchOperations] Add support for creating Job resource in dry-run mode (#8803)
* feat: Add support for creating Job resource in dry-run mode feat: Add object retention setting to StorageBatchOperations API feat: Launch StorageBatchOperations permissions and roles to GA feat: Launch storagebatchoperations resource permissions to GA feat: Add inclusion scopes docs: Fix comment formatting chore: Add Tag Manager IAM permissions for multiple GCP services Clients can now create Job in dry-run mode, returning the total object count and, if the object configuration is a prefix list, the bytes found from source. No transformations will be performed. PiperOrigin-RevId: 843787937 Source-Link: googleapis/googleapis@8f3e57f Source-Link: googleapis/googleapis-gen@12190ec Copy-Tag: eyJwIjoiU3RvcmFnZUJhdGNoT3BlcmF0aW9ucy8uT3dsQm90LnlhbWwiLCJoIjoiMTIxOTBlY2M1NzA2NWYyNGUyMTg1YjI3MDNjN2FkODIzYTdjNzQzMyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e6e1b7b commit 2d9d201

File tree

13 files changed

+393
-69
lines changed

13 files changed

+393
-69
lines changed

StorageBatchOperations/metadata/V1/StorageBatchOperations.php

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
474 Bytes
Binary file not shown.

StorageBatchOperations/src/V1/CancelJobRequest.php

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StorageBatchOperations/src/V1/Client/StorageBatchOperationsClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ final class StorageBatchOperationsClient
9797
private const CODEGEN_NAME = 'gapic';
9898

9999
/** The default scopes required by the service. */
100-
public static $serviceScopes = [
101-
'https://www.googleapis.com/auth/cloud-platform',
102-
];
100+
public static $serviceScopes = ['https://www.googleapis.com/auth/cloud-platform'];
103101

104102
private $operationsClient;
105103

StorageBatchOperations/src/V1/Counters.php

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StorageBatchOperations/src/V1/CreateJobRequest.php

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StorageBatchOperations/src/V1/DeleteJobRequest.php

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StorageBatchOperations/src/V1/Job.php

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StorageBatchOperations/src/V1/Manifest.php

Lines changed: 12 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)