File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ package = "google-cloud-storage"
46
46
path = " ../../src/storage"
47
47
48
48
[dependencies .sm ]
49
- package = " google-cloud-secretmanager-v1"
50
- path = " ../../src/generated/cloud/secretmanager/v1"
49
+ package = " google-cloud-secretmanager-v1"
50
+ path = " ../../src/generated/cloud/secretmanager/v1"
51
51
default-features = false
52
52
53
53
[dependencies .smo ]
Original file line number Diff line number Diff line change 14
14
15
15
//! Contains the Storage client and related types.
16
16
17
- // TODO(#1813) - remove this once we documentation links work correctly.
18
- #[ doc( hidden) ]
19
- pub use super :: generated:: gapic:: client:: Storage as StorageV2Client ;
20
-
21
17
/// Implements a client for the Cloud Storage API.
22
18
///
23
19
/// # Example
@@ -94,7 +90,7 @@ impl Storage {
94
90
/// # gax::Result::<()>::Ok(()) });
95
91
/// ```
96
92
pub fn builder ( ) -> ClientBuilder {
97
- gax:: client_builder:: internal:: new_builder ( client :: Factory )
93
+ gax:: client_builder:: internal:: new_builder ( client_builder :: Factory )
98
94
}
99
95
100
96
/// Permanently deletes an empty bucket.
@@ -286,9 +282,9 @@ impl Storage {
286
282
/// # gax::Result::<()>::Ok(()) });
287
283
/// ```
288
284
pub type ClientBuilder =
289
- gax:: client_builder:: ClientBuilder < client :: Factory , gaxi:: options:: Credentials > ;
285
+ gax:: client_builder:: ClientBuilder < client_builder :: Factory , gaxi:: options:: Credentials > ;
290
286
291
- pub ( crate ) mod client {
287
+ pub ( crate ) mod client_builder {
292
288
use super :: Storage ;
293
289
pub struct Factory ;
294
290
impl gax:: client_builder:: internal:: ClientFactory for Factory {
You can’t perform that action at this time.
0 commit comments