Skip to content

Commit ddf99df

Browse files
removing unrelated changes for cleanup
1 parent 48d6635 commit ddf99df

11 files changed

Lines changed: 118 additions & 18 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ is expected to be used by Storage library maintainers.
1515
- [When to use this testbench](#when-to-use-this-testbench)
1616
- [How to use this testbench](#how-to-use-this-testbench)
1717
- [Initial set up](#initial-set-up)
18-
- [Start the gRPC server](#start-the-grpc-server)
18+
- [Run the testbench](#run-the-testbench)
19+
- [Start the gRPC server](#start-the-gRPC-server)
1920
- [Check that the testbench is running](#check-that-the-testbench-is-running)
2021
- [Updating Proto Files](#updating-proto-files)
2122
- [Force Failures](#force-failures)
@@ -312,7 +313,7 @@ response = stub.CreateFolder(request, metadata=metadata)
312313

313314
### Writing and running tests
314315

315-
Tests are located in the `tests/` directory. To run the tests locally, use
316+
Tests are located in the `tests/` directory. To run the tests locally, use
316317

317318
```bash
318319
python -m unittest [test_module.py] # runs all the tests in test_module.py
@@ -330,4 +331,4 @@ Steps:
330331
1. Title "v0.x.x"
331332
1. Click Generate release notes
332333
1. Make sure "Set as the latest release" is checked
333-
1. Click "Publish Release" to release
334+
1. Click "Publish Release" to release

google/iam/v1/iam_policy_pb2.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# -*- coding: utf-8 -*-
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
# Generated by the protocol buffer compiler. DO NOT EDIT!
317
# NO CHECKED-IN PROTOBUF GENCODE
418
# source: google/iam/v1/iam_policy.proto

google/iam/v1/iam_policy_pb2_grpc.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
"""Client and server classes corresponding to protobuf-defined services."""
317
import grpc
418
import warnings

google/iam/v1/options_pb2.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# -*- coding: utf-8 -*-
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
# Generated by the protocol buffer compiler. DO NOT EDIT!
317
# NO CHECKED-IN PROTOBUF GENCODE
418
# source: google/iam/v1/options.proto

google/iam/v1/options_pb2_grpc.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
"""Client and server classes corresponding to protobuf-defined services."""
317
import grpc
418
import warnings

google/iam/v1/policy_pb2.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# -*- coding: utf-8 -*-
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
# Generated by the protocol buffer compiler. DO NOT EDIT!
317
# NO CHECKED-IN PROTOBUF GENCODE
418
# source: google/iam/v1/policy.proto

google/iam/v1/policy_pb2_grpc.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
"""Client and server classes corresponding to protobuf-defined services."""
317
import grpc
418
import warnings

google/storage/control/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

google/storage/v2/storage_pb2.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# -*- coding: utf-8 -*-
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
# Generated by the protocol buffer compiler. DO NOT EDIT!
317
# NO CHECKED-IN PROTOBUF GENCODE
418
# source: google/storage/v2/storage.proto

google/storage/v2/storage_pb2_grpc.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
# Copyright 2024 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
"""Client and server classes corresponding to protobuf-defined services."""
317
import grpc
418
import warnings

0 commit comments

Comments
 (0)