Skip to content

Commit 40b98e6

Browse files
feat: [google-cloud-oracledatabase] add new AutonomousDatabase RPCs (#13752)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 745730134 Source-Link: googleapis/googleapis@9e9ccf4 Source-Link: googleapis/googleapis-gen@eb651ad Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yYWNsZWRhdGFiYXNlLy5Pd2xCb3QueWFtbCIsImgiOiJlYjY1MWFkYTA3YmY0MGM5ZDU5NGRiMjhjMWYxOTEwOGYwYzI2YzI2In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9114e1d commit 40b98e6

17 files changed

Lines changed: 3968 additions & 1197 deletions

packages/google-cloud-oracledatabase/google/cloud/oracledatabase/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@
9696
ListGiVersionsRequest,
9797
ListGiVersionsResponse,
9898
OperationMetadata,
99+
RestartAutonomousDatabaseRequest,
99100
RestoreAutonomousDatabaseRequest,
101+
StartAutonomousDatabaseRequest,
102+
StopAutonomousDatabaseRequest,
100103
)
101104
from google.cloud.oracledatabase_v1.types.vm_cluster import (
102105
CloudVmCluster,
@@ -170,7 +173,10 @@
170173
"ListGiVersionsRequest",
171174
"ListGiVersionsResponse",
172175
"OperationMetadata",
176+
"RestartAutonomousDatabaseRequest",
173177
"RestoreAutonomousDatabaseRequest",
178+
"StartAutonomousDatabaseRequest",
179+
"StopAutonomousDatabaseRequest",
174180
"CloudVmCluster",
175181
"CloudVmClusterProperties",
176182
"DataCollectionOptions",

packages/google-cloud-oracledatabase/google/cloud/oracledatabase/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__ = "0.1.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-oracledatabase/google/cloud/oracledatabase_v1/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@
8787
ListGiVersionsRequest,
8888
ListGiVersionsResponse,
8989
OperationMetadata,
90+
RestartAutonomousDatabaseRequest,
9091
RestoreAutonomousDatabaseRequest,
92+
StartAutonomousDatabaseRequest,
93+
StopAutonomousDatabaseRequest,
9194
)
9295
from .types.vm_cluster import (
9396
CloudVmCluster,
@@ -162,7 +165,10 @@
162165
"OperationMetadata",
163166
"OperationsInsightsState",
164167
"OracleDatabaseClient",
168+
"RestartAutonomousDatabaseRequest",
165169
"RestoreAutonomousDatabaseRequest",
166170
"ScheduledOperationDetails",
171+
"StartAutonomousDatabaseRequest",
167172
"State",
173+
"StopAutonomousDatabaseRequest",
168174
)

packages/google-cloud-oracledatabase/google/cloud/oracledatabase_v1/gapic_metadata.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,25 @@
115115
"list_gi_versions"
116116
]
117117
},
118+
"RestartAutonomousDatabase": {
119+
"methods": [
120+
"restart_autonomous_database"
121+
]
122+
},
118123
"RestoreAutonomousDatabase": {
119124
"methods": [
120125
"restore_autonomous_database"
121126
]
127+
},
128+
"StartAutonomousDatabase": {
129+
"methods": [
130+
"start_autonomous_database"
131+
]
132+
},
133+
"StopAutonomousDatabase": {
134+
"methods": [
135+
"stop_autonomous_database"
136+
]
122137
}
123138
}
124139
}

packages/google-cloud-oracledatabase/google/cloud/oracledatabase_v1/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__ = "0.1.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)