Skip to content

Commit

Permalink
feat: added RPCs StopAirflowCommand, ExecuteAirflowCommand, PollAirfl…
Browse files Browse the repository at this point in the history
…owCommand, DatabaseFailover, FetchDatabaseProperties (#11400)

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jun 14, 2023
1 parent 6310d15 commit b2dc3e5
Show file tree
Hide file tree
Showing 88 changed files with 16,999 additions and 1,759 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@
CheckUpgradeResponse,
CreateEnvironmentRequest,
DatabaseConfig,
DatabaseFailoverRequest,
DatabaseFailoverResponse,
DeleteEnvironmentRequest,
EncryptionConfig,
Environment,
EnvironmentConfig,
ExecuteAirflowCommandRequest,
ExecuteAirflowCommandResponse,
FetchDatabasePropertiesRequest,
FetchDatabasePropertiesResponse,
GetEnvironmentRequest,
IPAllocationPolicy,
ListEnvironmentsRequest,
Expand All @@ -48,13 +54,17 @@
MasterAuthorizedNetworksConfig,
NetworkingConfig,
NodeConfig,
PollAirflowCommandRequest,
PollAirflowCommandResponse,
PrivateClusterConfig,
PrivateEnvironmentConfig,
RecoveryConfig,
SaveSnapshotRequest,
SaveSnapshotResponse,
ScheduledSnapshotsConfig,
SoftwareConfig,
StopAirflowCommandRequest,
StopAirflowCommandResponse,
UpdateEnvironmentRequest,
WebServerConfig,
WebServerNetworkAccessControl,
Expand All @@ -77,10 +87,16 @@
"CheckUpgradeResponse",
"CreateEnvironmentRequest",
"DatabaseConfig",
"DatabaseFailoverRequest",
"DatabaseFailoverResponse",
"DeleteEnvironmentRequest",
"EncryptionConfig",
"Environment",
"EnvironmentConfig",
"ExecuteAirflowCommandRequest",
"ExecuteAirflowCommandResponse",
"FetchDatabasePropertiesRequest",
"FetchDatabasePropertiesResponse",
"GetEnvironmentRequest",
"IPAllocationPolicy",
"ListEnvironmentsRequest",
Expand All @@ -91,13 +107,17 @@
"MasterAuthorizedNetworksConfig",
"NetworkingConfig",
"NodeConfig",
"PollAirflowCommandRequest",
"PollAirflowCommandResponse",
"PrivateClusterConfig",
"PrivateEnvironmentConfig",
"RecoveryConfig",
"SaveSnapshotRequest",
"SaveSnapshotResponse",
"ScheduledSnapshotsConfig",
"SoftwareConfig",
"StopAirflowCommandRequest",
"StopAirflowCommandResponse",
"UpdateEnvironmentRequest",
"WebServerConfig",
"WebServerNetworkAccessControl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.8.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@
CheckUpgradeResponse,
CreateEnvironmentRequest,
DatabaseConfig,
DatabaseFailoverRequest,
DatabaseFailoverResponse,
DeleteEnvironmentRequest,
EncryptionConfig,
Environment,
EnvironmentConfig,
ExecuteAirflowCommandRequest,
ExecuteAirflowCommandResponse,
FetchDatabasePropertiesRequest,
FetchDatabasePropertiesResponse,
GetEnvironmentRequest,
IPAllocationPolicy,
ListEnvironmentsRequest,
Expand All @@ -40,13 +46,17 @@
MasterAuthorizedNetworksConfig,
NetworkingConfig,
NodeConfig,
PollAirflowCommandRequest,
PollAirflowCommandResponse,
PrivateClusterConfig,
PrivateEnvironmentConfig,
RecoveryConfig,
SaveSnapshotRequest,
SaveSnapshotResponse,
ScheduledSnapshotsConfig,
SoftwareConfig,
StopAirflowCommandRequest,
StopAirflowCommandResponse,
UpdateEnvironmentRequest,
WebServerConfig,
WebServerNetworkAccessControl,
Expand All @@ -65,11 +75,17 @@
"CheckUpgradeResponse",
"CreateEnvironmentRequest",
"DatabaseConfig",
"DatabaseFailoverRequest",
"DatabaseFailoverResponse",
"DeleteEnvironmentRequest",
"EncryptionConfig",
"Environment",
"EnvironmentConfig",
"EnvironmentsClient",
"ExecuteAirflowCommandRequest",
"ExecuteAirflowCommandResponse",
"FetchDatabasePropertiesRequest",
"FetchDatabasePropertiesResponse",
"GetEnvironmentRequest",
"IPAllocationPolicy",
"ImageVersion",
Expand All @@ -85,13 +101,17 @@
"NetworkingConfig",
"NodeConfig",
"OperationMetadata",
"PollAirflowCommandRequest",
"PollAirflowCommandResponse",
"PrivateClusterConfig",
"PrivateEnvironmentConfig",
"RecoveryConfig",
"SaveSnapshotRequest",
"SaveSnapshotResponse",
"ScheduledSnapshotsConfig",
"SoftwareConfig",
"StopAirflowCommandRequest",
"StopAirflowCommandResponse",
"UpdateEnvironmentRequest",
"WebServerConfig",
"WebServerNetworkAccessControl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,26 @@
"create_environment"
]
},
"DatabaseFailover": {
"methods": [
"database_failover"
]
},
"DeleteEnvironment": {
"methods": [
"delete_environment"
]
},
"ExecuteAirflowCommand": {
"methods": [
"execute_airflow_command"
]
},
"FetchDatabaseProperties": {
"methods": [
"fetch_database_properties"
]
},
"GetEnvironment": {
"methods": [
"get_environment"
Expand All @@ -35,11 +50,21 @@
"load_snapshot"
]
},
"PollAirflowCommand": {
"methods": [
"poll_airflow_command"
]
},
"SaveSnapshot": {
"methods": [
"save_snapshot"
]
},
"StopAirflowCommand": {
"methods": [
"stop_airflow_command"
]
},
"UpdateEnvironment": {
"methods": [
"update_environment"
Expand All @@ -55,11 +80,26 @@
"create_environment"
]
},
"DatabaseFailover": {
"methods": [
"database_failover"
]
},
"DeleteEnvironment": {
"methods": [
"delete_environment"
]
},
"ExecuteAirflowCommand": {
"methods": [
"execute_airflow_command"
]
},
"FetchDatabaseProperties": {
"methods": [
"fetch_database_properties"
]
},
"GetEnvironment": {
"methods": [
"get_environment"
Expand All @@ -75,11 +115,21 @@
"load_snapshot"
]
},
"PollAirflowCommand": {
"methods": [
"poll_airflow_command"
]
},
"SaveSnapshot": {
"methods": [
"save_snapshot"
]
},
"StopAirflowCommand": {
"methods": [
"stop_airflow_command"
]
},
"UpdateEnvironment": {
"methods": [
"update_environment"
Expand All @@ -95,11 +145,26 @@
"create_environment"
]
},
"DatabaseFailover": {
"methods": [
"database_failover"
]
},
"DeleteEnvironment": {
"methods": [
"delete_environment"
]
},
"ExecuteAirflowCommand": {
"methods": [
"execute_airflow_command"
]
},
"FetchDatabaseProperties": {
"methods": [
"fetch_database_properties"
]
},
"GetEnvironment": {
"methods": [
"get_environment"
Expand All @@ -115,11 +180,21 @@
"load_snapshot"
]
},
"PollAirflowCommand": {
"methods": [
"poll_airflow_command"
]
},
"SaveSnapshot": {
"methods": [
"save_snapshot"
]
},
"StopAirflowCommand": {
"methods": [
"stop_airflow_command"
]
},
"UpdateEnvironment": {
"methods": [
"update_environment"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.8.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Loading

0 comments on commit b2dc3e5

Please sign in to comment.