Package Methods (1.12.2)

Summary of entries of Methods for apigeeconnect.

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient

  ConnectionServiceAsyncClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 connection_service 
 . 
 transports 
 . 
 base 
 . 
 ConnectionServiceTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 connection_service 
 . 
 transports 
 . 
 base 
 . 
 ConnectionServiceTransport 
 ]]] 
 = 
 'grpc_asyncio' 
 , 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 client_info 
 : 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 client_info 
 . 
 ClientInfo 
 = 
 

Instantiates the connection service async client.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient

  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.common_location_path

  common_location_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.endpoint_path

  endpoint_path 
 ( 
 project 
 : 
 str 
 , 
 endpoint 
 : 
 str 
 ) 
 - 
> str 
 
  from_service_account_file 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.from_service_account_file

  from_service_account_info 
 ( 
 info 
 : 
 dict 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials info.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.from_service_account_info

  from_service_account_json 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.from_service_account_json

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.get_mtls_endpoint_and_cert_source

  get_mtls_endpoint_and_cert_source 
 ( 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 ) 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.get_transport_class

  get_transport_class 
 ( 
 label 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 ) 
 - 
> typing 
 . 
 Type 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 connection_service 
 . 
 transports 
 . 
 base 
 . 
 ConnectionServiceTransport 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.list_connections

  list_connections 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsRequest 
 , 
 dict 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> ( 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 connection_service 
 . 
 pagers 
 . 
 ListConnectionsAsyncPager 
 ) 
 

Lists connections that are currently active for the given Apigee Connect endpoint.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.list_connections

  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_folder_path

  parse_common_folder_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_location_path

  parse_common_location_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_organization_path

  parse_common_organization_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_project_path

  parse_common_project_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceAsyncClient.parse_endpoint_path

  parse_endpoint_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient

  ConnectionServiceClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 connection_service 
 . 
 transports 
 . 
 base 
 . 
 ConnectionServiceTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 connection_service 
 . 
 transports 
 . 
 base 
 . 
 ConnectionServiceTransport 
 ]]] 
 = 
 None 
 , 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 , 
 dict 
 ]] 
 = 
 None 
 , 
 client_info 
 : 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 client_info 
 . 
 ClientInfo 
 = 
 

Instantiates the connection service client.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.__exit__

  __exit__ 
 ( 
 type 
 , 
 value 
 , 
 traceback 
 ) 
 
  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.common_location_path

  common_location_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.endpoint_path

  endpoint_path 
 ( 
 project 
 : 
 str 
 , 
 endpoint 
 : 
 str 
 ) 
 - 
> str 
 
  from_service_account_file 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.from_service_account_file

  from_service_account_info 
 ( 
 info 
 : 
 dict 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials info.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.from_service_account_info

  from_service_account_json 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.from_service_account_json

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.get_mtls_endpoint_and_cert_source

  get_mtls_endpoint_and_cert_source 
 ( 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 ) 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.list_connections

  list_connections 
 ( 
 request 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsRequest 
 , 
 dict 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 parent 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> ( 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 connection_service 
 . 
 pagers 
 . 
 ListConnectionsPager 
 ) 
 

Lists connections that are currently active for the given Apigee Connect endpoint.

See more: google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.list_connections

  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.parse_common_folder_path

  parse_common_folder_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.parse_common_location_path

  parse_common_location_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.parse_common_organization_path

  parse_common_organization_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.parse_common_project_path

  parse_common_project_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.ConnectionServiceClient.parse_endpoint_path

  parse_endpoint_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

google.cloud.apigeeconnect_v1.services.connection_service.pagers.ListConnectionsAsyncPager

  ListConnectionsAsyncPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 typing 
 . 
 Awaitable 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsResponse 
 ], 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsResponse 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 

google.cloud.apigeeconnect_v1.services.connection_service.pagers.ListConnectionsPager

  ListConnectionsPager 
 ( 
 method 
 : 
 typing 
 . 
 Callable 
 [ 
 [ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsResponse 
 ], 
 request 
 : 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsRequest 
 , 
 response 
 : 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 connection 
 . 
 ListConnectionsResponse 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient

  TetherAsyncClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 tether 
 . 
 transports 
 . 
 base 
 . 
 TetherTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 tether 
 . 
 transports 
 . 
 base 
 . 
 TetherTransport 
 ]]] 
 = 
 'grpc_asyncio' 
 , 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 client_info 
 : 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 client_info 
 . 
 ClientInfo 
 = 
 

Instantiates the tether async client.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient

  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified billing_account string.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.common_billing_account_path

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.common_location_path

  common_location_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified organization string.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.common_organization_path

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.egress

  egress 
 ( 
 requests 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 AsyncIterator 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 tether 
 . 
 EgressResponse 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary_async 
 . 
 AsyncRetry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> typing 
 . 
 Awaitable 
 [ 
 typing 
 . 
 AsyncIterable 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 tether 
 . 
 EgressRequest 
 ] 
 ] 
 

Egress streams egress requests and responses.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.egress

  from_service_account_file 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.from_service_account_file

  from_service_account_info 
 ( 
 info 
 : 
 dict 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials info.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.from_service_account_info

  from_service_account_json 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.from_service_account_json

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.get_mtls_endpoint_and_cert_source

  get_mtls_endpoint_and_cert_source 
 ( 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 ) 
 

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.get_transport_class

  get_transport_class 
 ( 
 label 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 , 
 ) 
 - 
> typing 
 . 
 Type 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 tether 
 . 
 transports 
 . 
 base 
 . 
 TetherTransport 
 ] 
 
  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a billing_account path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_billing_account_path

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_folder_path

  parse_common_folder_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a folder path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_folder_path

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_location_path

  parse_common_location_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a location path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_location_path

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_organization_path

  parse_common_organization_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a organization path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_organization_path

google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_project_path

  parse_common_project_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a project path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherAsyncClient.parse_common_project_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient

  TetherClient 
 ( 
 * 
 , 
 credentials 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 auth 
 . 
 credentials 
 . 
 Credentials 
 ] 
 = 
 None 
 , 
 transport 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 tether 
 . 
 transports 
 . 
 base 
 . 
 TetherTransport 
 , 
 typing 
 . 
 Callable 
 [[ 
 ... 
 ], 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 services 
 . 
 tether 
 . 
 transports 
 . 
 base 
 . 
 TetherTransport 
 ]]] 
 = 
 None 
 , 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 , 
 dict 
 ]] 
 = 
 None 
 , 
 client_info 
 : 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 client_info 
 . 
 ClientInfo 
 = 
 

Instantiates the tether client.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient

google.cloud.apigeeconnect_v1.services.tether.TetherClient.__exit__

  __exit__ 
 ( 
 type 
 , 
 value 
 , 
 traceback 
 ) 
 

Releases underlying transport's resources.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient. exit

  common_billing_account_path 
 ( 
 billing_account 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified billing_account string.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_billing_account_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_folder_path

  common_folder_path 
 ( 
 folder 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified folder string.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_folder_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_location_path

  common_location_path 
 ( 
 project 
 : 
 str 
 , 
 location 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified location string.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_location_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_organization_path

  common_organization_path 
 ( 
 organization 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified organization string.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_organization_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_project_path

  common_project_path 
 ( 
 project 
 : 
 str 
 ) 
 - 
> str 
 

Returns a fully-qualified project string.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.common_project_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.egress

  egress 
 ( 
 requests 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Iterator 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 tether 
 . 
 EgressResponse 
 ] 
 ] 
 = 
 None 
 , 
 * 
 , 
 retry 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 Union 
 [ 
 google 
 . 
 api_core 
 . 
 retry 
 . 
 retry_unary 
 . 
 Retry 
 , 
 google 
 . 
 api_core 
 . 
 gapic_v1 
 . 
 method 
 . 
 _MethodDefault 
 , 
 ] 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 timeout 
 : 
 typing 
 . 
 Union 
 [ 
 float 
 , 
 object 
 ] 
 = 
 _MethodDefault 
 . 
 _DEFAULT_VALUE 
 , 
 metadata 
 : 
 typing 
 . 
 Sequence 
 [ 
 typing 
 . 
 Tuple 
 [ 
 str 
 , 
 typing 
 . 
 Union 
 [ 
 str 
 , 
 bytes 
 ]]] 
 = 
 () 
 ) 
 - 
> typing 
 . 
 Iterable 
 [ 
 google 
 . 
 cloud 
 . 
 apigeeconnect_v1 
 . 
 types 
 . 
 tether 
 . 
 EgressRequest 
 ] 
 

Egress streams egress requests and responses.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.egress

  from_service_account_file 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.from_service_account_file

  from_service_account_info 
 ( 
 info 
 : 
 dict 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials info.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.from_service_account_info

  from_service_account_json 
 ( 
 filename 
 : 
 str 
 , 
 * 
 args 
 , 
 ** 
 kwargs 
 ) 
 

Creates an instance of this client using the provided credentials file.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.from_service_account_json

google.cloud.apigeeconnect_v1.services.tether.TetherClient.get_mtls_endpoint_and_cert_source

  get_mtls_endpoint_and_cert_source 
 ( 
 client_options 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 api_core 
 . 
 client_options 
 . 
 ClientOptions 
 ] 
 = 
 None 
 , 
 ) 
 
  parse_common_billing_account_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a billing_account path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_billing_account_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_folder_path

  parse_common_folder_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a folder path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_folder_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_location_path

  parse_common_location_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a location path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_location_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_organization_path

  parse_common_organization_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a organization path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_organization_path

google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_project_path

  parse_common_project_path 
 ( 
 path 
 : 
 str 
 ) 
 - 
> typing 
 . 
 Dict 
 [ 
 str 
 , 
 str 
 ] 
 

Parse a project path into its component segments.

See more: google.cloud.apigeeconnect_v1.services.tether.TetherClient.parse_common_project_path

Design a Mobile Site
View Site in Mobile | Classic
Share by: