google_cloud_iap_v1/
stub.rs1#![allow(rustdoc::broken_intra_doc_links)]
26
27pub(crate) mod dynamic;
28
29pub trait IdentityAwareProxyAdminService: std::fmt::Debug + Send + Sync {
41 fn set_iam_policy(
43 &self,
44 _req: iam_v1::model::SetIamPolicyRequest,
45 _options: gax::options::RequestOptions,
46 ) -> impl std::future::Future<
47 Output = crate::Result<gax::response::Response<iam_v1::model::Policy>>,
48 > + Send {
49 gaxi::unimplemented::unimplemented_stub()
50 }
51
52 fn get_iam_policy(
54 &self,
55 _req: iam_v1::model::GetIamPolicyRequest,
56 _options: gax::options::RequestOptions,
57 ) -> impl std::future::Future<
58 Output = crate::Result<gax::response::Response<iam_v1::model::Policy>>,
59 > + Send {
60 gaxi::unimplemented::unimplemented_stub()
61 }
62
63 fn test_iam_permissions(
65 &self,
66 _req: iam_v1::model::TestIamPermissionsRequest,
67 _options: gax::options::RequestOptions,
68 ) -> impl std::future::Future<
69 Output = crate::Result<gax::response::Response<iam_v1::model::TestIamPermissionsResponse>>,
70 > + Send {
71 gaxi::unimplemented::unimplemented_stub()
72 }
73
74 fn get_iap_settings(
76 &self,
77 _req: crate::model::GetIapSettingsRequest,
78 _options: gax::options::RequestOptions,
79 ) -> impl std::future::Future<
80 Output = crate::Result<gax::response::Response<crate::model::IapSettings>>,
81 > + Send {
82 gaxi::unimplemented::unimplemented_stub()
83 }
84
85 fn update_iap_settings(
87 &self,
88 _req: crate::model::UpdateIapSettingsRequest,
89 _options: gax::options::RequestOptions,
90 ) -> impl std::future::Future<
91 Output = crate::Result<gax::response::Response<crate::model::IapSettings>>,
92 > + Send {
93 gaxi::unimplemented::unimplemented_stub()
94 }
95
96 fn validate_iap_attribute_expression(
98 &self,
99 _req: crate::model::ValidateIapAttributeExpressionRequest,
100 _options: gax::options::RequestOptions,
101 ) -> impl std::future::Future<
102 Output = crate::Result<
103 gax::response::Response<crate::model::ValidateIapAttributeExpressionResponse>,
104 >,
105 > + Send {
106 gaxi::unimplemented::unimplemented_stub()
107 }
108
109 fn list_tunnel_dest_groups(
111 &self,
112 _req: crate::model::ListTunnelDestGroupsRequest,
113 _options: gax::options::RequestOptions,
114 ) -> impl std::future::Future<
115 Output = crate::Result<gax::response::Response<crate::model::ListTunnelDestGroupsResponse>>,
116 > + Send {
117 gaxi::unimplemented::unimplemented_stub()
118 }
119
120 fn create_tunnel_dest_group(
122 &self,
123 _req: crate::model::CreateTunnelDestGroupRequest,
124 _options: gax::options::RequestOptions,
125 ) -> impl std::future::Future<
126 Output = crate::Result<gax::response::Response<crate::model::TunnelDestGroup>>,
127 > + Send {
128 gaxi::unimplemented::unimplemented_stub()
129 }
130
131 fn get_tunnel_dest_group(
133 &self,
134 _req: crate::model::GetTunnelDestGroupRequest,
135 _options: gax::options::RequestOptions,
136 ) -> impl std::future::Future<
137 Output = crate::Result<gax::response::Response<crate::model::TunnelDestGroup>>,
138 > + Send {
139 gaxi::unimplemented::unimplemented_stub()
140 }
141
142 fn delete_tunnel_dest_group(
144 &self,
145 _req: crate::model::DeleteTunnelDestGroupRequest,
146 _options: gax::options::RequestOptions,
147 ) -> impl std::future::Future<Output = crate::Result<gax::response::Response<()>>> + Send {
148 gaxi::unimplemented::unimplemented_stub()
149 }
150
151 fn update_tunnel_dest_group(
153 &self,
154 _req: crate::model::UpdateTunnelDestGroupRequest,
155 _options: gax::options::RequestOptions,
156 ) -> impl std::future::Future<
157 Output = crate::Result<gax::response::Response<crate::model::TunnelDestGroup>>,
158 > + Send {
159 gaxi::unimplemented::unimplemented_stub()
160 }
161}
162
163pub trait IdentityAwareProxyOAuthService: std::fmt::Debug + Send + Sync {
175 fn list_brands(
177 &self,
178 _req: crate::model::ListBrandsRequest,
179 _options: gax::options::RequestOptions,
180 ) -> impl std::future::Future<
181 Output = crate::Result<gax::response::Response<crate::model::ListBrandsResponse>>,
182 > + Send {
183 gaxi::unimplemented::unimplemented_stub()
184 }
185
186 fn create_brand(
188 &self,
189 _req: crate::model::CreateBrandRequest,
190 _options: gax::options::RequestOptions,
191 ) -> impl std::future::Future<
192 Output = crate::Result<gax::response::Response<crate::model::Brand>>,
193 > + Send {
194 gaxi::unimplemented::unimplemented_stub()
195 }
196
197 fn get_brand(
199 &self,
200 _req: crate::model::GetBrandRequest,
201 _options: gax::options::RequestOptions,
202 ) -> impl std::future::Future<
203 Output = crate::Result<gax::response::Response<crate::model::Brand>>,
204 > + Send {
205 gaxi::unimplemented::unimplemented_stub()
206 }
207
208 fn create_identity_aware_proxy_client(
210 &self,
211 _req: crate::model::CreateIdentityAwareProxyClientRequest,
212 _options: gax::options::RequestOptions,
213 ) -> impl std::future::Future<
214 Output = crate::Result<gax::response::Response<crate::model::IdentityAwareProxyClient>>,
215 > + Send {
216 gaxi::unimplemented::unimplemented_stub()
217 }
218
219 fn list_identity_aware_proxy_clients(
221 &self,
222 _req: crate::model::ListIdentityAwareProxyClientsRequest,
223 _options: gax::options::RequestOptions,
224 ) -> impl std::future::Future<
225 Output = crate::Result<
226 gax::response::Response<crate::model::ListIdentityAwareProxyClientsResponse>,
227 >,
228 > + Send {
229 gaxi::unimplemented::unimplemented_stub()
230 }
231
232 fn get_identity_aware_proxy_client(
234 &self,
235 _req: crate::model::GetIdentityAwareProxyClientRequest,
236 _options: gax::options::RequestOptions,
237 ) -> impl std::future::Future<
238 Output = crate::Result<gax::response::Response<crate::model::IdentityAwareProxyClient>>,
239 > + Send {
240 gaxi::unimplemented::unimplemented_stub()
241 }
242
243 fn reset_identity_aware_proxy_client_secret(
245 &self,
246 _req: crate::model::ResetIdentityAwareProxyClientSecretRequest,
247 _options: gax::options::RequestOptions,
248 ) -> impl std::future::Future<
249 Output = crate::Result<gax::response::Response<crate::model::IdentityAwareProxyClient>>,
250 > + Send {
251 gaxi::unimplemented::unimplemented_stub()
252 }
253
254 fn delete_identity_aware_proxy_client(
256 &self,
257 _req: crate::model::DeleteIdentityAwareProxyClientRequest,
258 _options: gax::options::RequestOptions,
259 ) -> impl std::future::Future<Output = crate::Result<gax::response::Response<()>>> + Send {
260 gaxi::unimplemented::unimplemented_stub()
261 }
262}