8000 feat: [google-cloud-storage-control] Add Client Libraries Storage Int… · googleapis/google-cloud-python@2fe4678 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fe4678

Browse files
feat: [google-cloud-storage-control] Add Client Libraries Storage IntelligenceConfig (#13904)
BEGIN_COMMIT_OVERRIDE feat: Add Client Libraries Storage IntelligenceConfig This includes addition of the following client libraries - GetProjectIntelligenceConfig - UpdateProjectIntelligenceConfig - GetFolderIntelligenceConfig - UpdateFolderIntelligenceConfig - GetOrganizationIntelligenceConfig - UpdateOrganizationIntelligenceConfig END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. This includes addition of the following client libraries - GetProjectIntelligenceConfig - UpdateProjectIntelligenceConfig - GetFolderIntelligenceConfig - UpdateFolderIntelligenceConfig - GetOrganizationIntelligenceConfig - UpdateOrganizationIntelligenceConfig PiperOrigin-RevId: 758498764 Source-Link: googleapis/googleapis@e6c5fab Source-Link: googleapis/googleapis-gen@993d608 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXN0b3JhZ2UtY29udHJvbC8uT3dsQm90LnlhbWwiLCJoIjoiOTkzZDYwOGQ2ZGMyYzFmMzBhNmI0OGY3NDQ1NjUxMTI4NzM2MzZmZSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d875d05 commit 2fe4678

27 files changed

+7290
-393
lines changed

packages/google-cloud-storage-control/google/cloud/storage_control/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@
3636
DisableAnywhereCacheRequest,
3737
Folder,
3838
GetAnywhereCacheRequest,
39+
GetFolderIntelligenceConfigRequest,
3940
GetFolderRequest,
4041
GetManagedFolderRequest,
42+
GetOrganizationIntelligenceConfigRequest,
43+
GetProjectIntelligenceConfigRequest,
4144
GetStorageLayoutRequest,
45+
IntelligenceConfig,
4246
ListAnywhereCachesRequest,
4347
ListAnywhereCachesResponse,
4448
ListFoldersRequest,
@@ -54,6 +58,9 @@
5458
StorageLayout,
5559
UpdateAnywhereCacheMetadata,
5660
UpdateAnywhereCacheRequest,
61+
UpdateFolderIntelligenceConfigRequest,
62+
UpdateOrganizationIntelligenceConfigRequest,
63+
UpdateProjectIntelligenceConfigRequest,
5764
)
5865

5966
__all__ = (
@@ -70,9 +77,13 @@
7077
"DisableAnywhereCacheRequest",
7178
"Folder",
7279
"GetAnywhereCacheRequest",
80+
"GetFolderIntelligenceConfigRequest",
7381
"GetFolderRequest",
7482
"GetManagedFolderRequest",
83+
"GetOrganizationIntelligenceConfigRequest",
84+
"GetProjectIntelligenceConfigRequest",
7585
"GetStorageLayoutRequest",
86+
"IntelligenceConfig",
7687
"ListAnywhereCachesRequest",
7788
"ListAnywhereCachesResponse",
7889
"ListFoldersRequest",
@@ -88,4 +99,7 @@
8899
"StorageLayout",
89100
"UpdateAnywhereCacheMetadata",
90101
"UpdateAnywhereCacheRequest",
102+
"UpdateFolderIntelligenceConfigRequest",
103+
"UpdateOrganizationIntelligenceConfigRequest",
104+
"UpdateProjectIntelligenceConfigRequest",
91105
)

packages/google-cloud-storage-control/google/cloud/storage_control/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.4.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-storage-control/google/cloud/storage_control_v2/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@
3131
DisableAnywhereCacheRequest,
3232
Folder,
3333
GetAnywhereCacheRequest,
34+
GetFolderIntelligenceConfigRequest,
3435
GetFolderRequest,
3536
GetManagedFolderRequest,
37+
GetOrganizationIntelligenceConfigRequest,
38+
GetProjectIntelligenceConfigRequest,
3639
GetStorageLayoutRequest,
40+
IntelligenceConfig,
3741
ListAnywhereCachesRequest,
3842
ListAnywhereCachesResponse,
3943
ListFoldersRequest,
@@ -49,6 +53,9 @@
4953
StorageLayout,
5054
UpdateAnywhereCacheMetadata,
5155
UpdateAnywhereCacheRequest,
56+
UpdateFolderIntelligenceConfigRequest,
57+
UpdateOrganizationIntelligenceConfigRequest,
58+
UpdateProjectIntelligenceConfigRequest,
5259
)
5360

5461
__all__ = (
@@ -64,9 +71,13 @@
6471
"DisableAnywhereCacheRequest",
6572
"Folder",
6673
"GetAnywhereCacheRequest",
74+
"GetFolderIntelligenceConfigRequest",
6775
"GetFolderRequest",
6876
"GetManagedFolderRequest",
77+
"GetOrganizationIntelligenceConfigRequest",
78+
"GetProjectIntelligenceConfigRequest",
6979
"GetStorageLayoutRequest",
80+
"IntelligenceConfig",
7081
"ListAnywhereCachesRequest",
7182
"ListAnywhereCachesResponse",
7283
"ListFoldersRequest",
@@ -83,4 +94,7 @@
8394
"StorageLayout",
8495
"UpdateAnywhereCacheMetadata",
8596
"UpdateAnywhereCacheRequest",
97+
"UpdateFolderIntelligenceConfigRequest",
98+
"UpdateOrganizationIntelligenceConfigRequest",
99+
"UpdateProjectIntelligenceConfigRequest",
86100
)

packages/google-cloud-storage-control/google/cloud/storage_control_v2/gapic_metadata.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,26 @@
5050
"get_folder"
5151
]
5252
},
53+
"GetFolderIntelligenceConfig": {
54+
"methods": [
55+
"get_folder_intelligence_config"
56+
]
57+
},
5358
"GetManagedFolder": {
5459
"methods": [
5560
"get_managed_folder"
5661
]
5762
},
63+
"GetOrganizationIntelligenceConfig": {
64+
"methods": [
65+
"get_organization_intelligence_config"
66+
]
67+
},
68+
"GetProjectIntelligenceConfig": {
69+
"methods": [
70+
"get_project_intelligence_config"
71+
]
72+
},
5873
"GetStorageLayout": {
5974
"methods": [
6075
"get_storage_layout"
@@ -94,6 +109,21 @@
94109
"methods": [
95110
"update_anywhere_cache"
96111
]
112+
},
113+
"UpdateFolderIntelligenceConfig": {
114+
"methods": [
115+
"update_folder_intelligence_config"
116+
]
117+
},
118+
"UpdateOrganizationIntelligenceConfig": {
119+
"methods": [
120+
"update_organization_intelligence_config"
121+
]
122+
},
123+
"UpdateProjectIntelligenceConfig": {
124+
"methods": [
125+
"update_project_intelligence_config"
126+
]
97127
}
98128
}
99129
},
@@ -140,11 +170,26 @@
140170
"get_folder"
141171
]
142172
},
173+
"GetFolderIntelligenceConfig": {
174+
"methods": [
175+
"get_folder_intelligence_config"
176+
]
177+
},
143178
"GetManagedFolder": {
144179
"methods": [
145180
"get_managed_folder"
146181
]
147182
},
183+
"GetOrganizationIntelligenceConfig": {
184+
"methods": [
185+
"get_organization_intelligence_config"
186+
]
187+
},
188+
"GetProjectIntelligenceConfig": {
189+
"methods": [
190+
"get_project_intelligence_config"
191+
]
192+
},
148193
"GetStorageLayout": {
149194
"methods": [
150195
"get_storage_layout"
@@ -184,6 +229,21 @@
184229
"methods": [
185230
"update_anywhere_cache"
186231
]
232+
},
233+
"UpdateFolderIntelligenceConfig": {
234+
"methods": [
235+
"update_folder_intelligence_config"
236+
]
237+
},
238+
"UpdateOrganizationIntelligenceConfig": {
239+
"methods": [
240+
"update_organization_intelligence_config"
241+
]
242+
},
243+
"UpdateProjectIntelligenceConfig": {
244+
"methods": [
245+
"update_project_intelligence_config"
246+
]
187247
}
188248
}
189249
}

packages/google-cloud-storage-control/google/cloud/storage_control_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.4.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)
0