File tree Expand file tree Collapse file tree
packages/google-cloud-storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ FileIO
2+ ~~~~~~~
3+
4+ .. automodule :: google.cloud.storage.fileio
5+ :members:
6+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -18,9 +18,11 @@ API Reference
1818 buckets
1919 acl
2020 batch
21+ fileio
2122 constants
2223 hmac_key
2324 notification
25+ retry
2426 retry_timeout
2527 generation_metageneration
2628
Original file line number Diff line number Diff line change 1+ Retry
2+ ----------------
3+
4+ .. automodule :: google.cloud.storage.retry
5+ :members:
6+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -142,11 +142,3 @@ explicit policy in your code.
142142 my_cond_policy = ConditionalRetryPolicy(
143143 my_retry_policy, conditional_predicate = is_etag_in_data)
144144 bucket = client.get_bucket(BUCKET_NAME , retry = my_cond_policy)
145-
146-
147- Retry Module API
148- ----------------
149-
150- .. automodule :: google.cloud.storage.retry
151- :members:
152- :show-inheritance:
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14- """Constants used acros google.cloud.storage modules."""
14+ """Constants used across google.cloud.storage modules."""
1515
1616# Storage classes
1717
You can’t perform that action at this time.
0 commit comments