| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ce26ee9 commit d548451
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -670,7 +670,6 @@ def __call__( | |||
| 670 | 670 | request (~.app_connections_service.CreateAppConnectionRequest): | |
| 671 | 671 | The request object. Request message for | |
| 672 | 672 | BeyondCorp.CreateAppConnection. | |
| 673 | - | ||
| 674 | 673 | retry (google.api_core.retry.Retry): Designation of what errors, if any, | |
| 675 | 674 | should be retried. | |
| 676 | 675 | timeout (float): The timeout for this request. | |
@@ -770,7 +769,6 @@ def __call__( | |||
| 770 | 769 | request (~.app_connections_service.DeleteAppConnectionRequest): | |
| 771 | 770 | The request object. Request message for | |
| 772 | 771 | BeyondCorp.DeleteAppConnection. | |
| 773 | - | ||
| 774 | 772 | retry (google.api_core.retry.Retry): Designation of what errors, if any, | |
| 775 | 773 | should be retried. | |
| 776 | 774 | timeout (float): The timeout for this request. | |
@@ -861,7 +859,6 @@ def __call__( | |||
| 861 | 859 | request (~.app_connections_service.GetAppConnectionRequest): | |
| 862 | 860 | The request object. Request message for | |
| 863 | 861 | BeyondCorp.GetAppConnection. | |
| 864 | - | ||
| 865 | 862 | retry (google.api_core.retry.Retry): Designation of what errors, if any, | |
| 866 | 863 | should be retried. | |
| 867 | 864 | timeout (float): The timeout for this request. | |
@@ -959,7 +956,6 @@ def __call__( | |||
| 959 | 956 | request (~.app_connections_service.ListAppConnectionsRequest): | |
| 960 | 957 | The request object. Request message for | |
| 961 | 958 | BeyondCorp.ListAppConnections. | |
| 962 | - | ||
| 963 | 959 | retry (google.api_core.retry.Retry): Designation of what errors, if any, | |
| 964 | 960 | should be retried. | |
| 965 | 961 | timeout (float): The timeout for this request. | |
@@ -1053,7 +1049,6 @@ def __call__( | |||
| 1053 | 1049 | request (~.app_connections_service.ResolveAppConnectionsRequest): | |
| 1054 | 1050 | The request object. Request message for | |
| 1055 | 1051 | BeyondCorp.ResolveAppConnections. | |
| 1056 | - | ||
| 1057 | 1052 | retry (google.api_core.retry.Retry): Designation of what errors, if any, | |
| 1058 | 1053 | should be retried. | |
| 1059 | 1054 | timeout (float): The timeout for this request. | |
@@ -1149,7 +1144,6 @@ def __call__( | |||
| 1149 | 1144 | request (~.app_connections_service.UpdateAppConnectionRequest): | |
| 1150 | 1145 | The request object. Request message for | |
| 1151 | 1146 | BeyondCorp.UpdateAppConnection. | |
| 1152 | - | ||
| 1153 | 1147 | retry (google.api_core.retry.Retry): Designation of what errors, if any, | |
| 1154 | 1148 | should be retried. | |
| 1155 | 1149 | timeout (float): The timeout for this request. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ | |||
| 44 | 44 | "proto-plus >= 1.22.0, <2.0.0dev", | |
| 45 | 45 | "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'", | |
| 46 | 46 | "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", | |
| 47 | - "grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev", | ||
| 47 | + "grpc-google-iam-v1 >= 0.12.4, <1.0.0dev", | ||
| 48 | 48 | ] | |
| 49 | 49 | url = "https://github.com/googleapis/python-beyondcorp-appconnections" | |
| 50 | 50 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments