Summary of entries of Methods for networkconnectivity.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient
CrossNetworkAutomationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.cross_network_automation_service.transports.base.CrossNetworkAutomationServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.cross_network_automation_service.transports.base.CrossNetworkAutomationServiceTransport]]] = '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 cross network automation service async client.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.create_service_connection_map
create_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.CreateServiceConnectionMapRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_connection_map: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionMap ] = None, service_connection_map_id: 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.api_core.operation_async.AsyncOperationCreates a new ServiceConnectionMap in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.create_service_connection_policy
create_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.CreateServiceConnectionPolicyRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_connection_policy: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionPolicy ] = None, service_connection_policy_id: 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.api_core.operation_async.AsyncOperationCreates a new ServiceConnectionPolicy in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.create_service_connection_token
create_service_connection_token( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.CreateServiceConnectionTokenRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_connection_token: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionToken ] = None, service_connection_token_id: 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.api_core.operation_async.AsyncOperationCreates a new ServiceConnectionToken in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.delete_service_class
delete_service_class( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceClassRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single ServiceClass.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.delete_service_connection_map
delete_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceConnectionMapRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single ServiceConnectionMap.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.delete_service_connection_policy
delete_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceConnectionPolicyRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single ServiceConnectionPolicy.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.delete_service_connection_token
delete_service_connection_token( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceConnectionTokenRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single ServiceConnectionToken.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.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.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_service_class
get_service_class( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceClassRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceClassGets details of a single ServiceClass.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_service_connection_map
get_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceConnectionMapRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionMap )Gets details of a single ServiceConnectionMap.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_service_connection_policy
get_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceConnectionPolicyRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionPolicy )Gets details of a single ServiceConnectionPolicy.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_service_connection_token
get_service_connection_token( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceConnectionTokenRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionToken )Gets details of a single ServiceConnectionToken.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.networkconnectivity_v1.services.cross_network_automation_service.transports.base.CrossNetworkAutomationServiceTransport ]Returns an appropriate transport class.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.list_service_classes
list_service_classes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceClassesAsyncPager )Lists ServiceClasses in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.list_service_connection_maps
list_service_connection_maps( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionMapsAsyncPager )Lists ServiceConnectionMaps in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.list_service_connection_policies
list_service_connection_policies( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionPoliciesAsyncPager )Lists ServiceConnectionPolicies in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.list_service_connection_tokens
list_service_connection_tokens( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionTokensAsyncPager )Lists ServiceConnectionTokens in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.network_path
network_path(project: str, resource_id: str) -> strReturns a fully-qualified network string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_project_path
parse_project_path(path: str) -> typing.Dict[str, str]Parses a project path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_service_attachment_path
parse_service_attachment_path(path: str) -> typing.Dict[str, str]Parses a service_attachment path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_service_class_path
parse_service_class_path(path: str) -> typing.Dict[str, str]Parses a service_class path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_service_connection_map_path
parse_service_connection_map_path(path: str) -> typing.Dict[str, str]Parses a service_connection_map path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_service_connection_policy_path
parse_service_connection_policy_path(path: str) -> typing.Dict[str, str]Parses a service_connection_policy path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_service_connection_token_path
parse_service_connection_token_path(path: str) -> typing.Dict[str, str]Parses a service_connection_token path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]Parses a subnetwork path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.project_path
project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.service_attachment_path
service_attachment_path(project: str, region: str, service_attachment: str) -> strReturns a fully-qualified service_attachment string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.service_class_path
service_class_path(project: str, location: str, service_class: str) -> strReturns a fully-qualified service_class string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.service_connection_map_path
service_connection_map_path( project: str, location: str, service_connection_map: str ) -> strReturns a fully-qualified service_connection_map string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.service_connection_policy_path
service_connection_policy_path( project: str, location: str, service_connection_policy: str ) -> strReturns a fully-qualified service_connection_policy string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.service_connection_token_path
service_connection_token_path( project: str, location: str, service_connection_token: str ) -> strReturns a fully-qualified service_connection_token string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.subnetwork_path
subnetwork_path(project: str, region: str, subnetwork: str) -> strReturns a fully-qualified subnetwork string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.update_service_class
update_service_class( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.UpdateServiceClassRequest, dict, ] ] = None, *, service_class: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceClass ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a single ServiceClass.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.update_service_connection_map
update_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.UpdateServiceConnectionMapRequest, dict, ] ] = None, *, service_connection_map: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionMap ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a single ServiceConnectionMap.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceAsyncClient.update_service_connection_policy
update_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.UpdateServiceConnectionPolicyRequest, dict, ] ] = None, *, service_connection_policy: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionPolicy ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a single ServiceConnectionPolicy.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient
CrossNetworkAutomationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.cross_network_automation_service.transports.base.CrossNetworkAutomationServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.cross_network_automation_service.transports.base.CrossNetworkAutomationServiceTransport]]] = 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 cross network automation service client.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.create_service_connection_map
create_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.CreateServiceConnectionMapRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_connection_map: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionMap ] = None, service_connection_map_id: 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.api_core.operation.OperationCreates a new ServiceConnectionMap in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.create_service_connection_policy
create_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.CreateServiceConnectionPolicyRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_connection_policy: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionPolicy ] = None, service_connection_policy_id: 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.api_core.operation.OperationCreates a new ServiceConnectionPolicy in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.create_service_connection_token
create_service_connection_token( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.CreateServiceConnectionTokenRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_connection_token: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionToken ] = None, service_connection_token_id: 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.api_core.operation.OperationCreates a new ServiceConnectionToken in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.delete_service_class
delete_service_class( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceClassRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single ServiceClass.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.delete_service_connection_map
delete_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceConnectionMapRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single ServiceConnectionMap.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.delete_service_connection_policy
delete_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceConnectionPolicyRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single ServiceConnectionPolicy.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.delete_service_connection_token
delete_service_connection_token( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.DeleteServiceConnectionTokenRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single ServiceConnectionToken.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Deprecated.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_service_class
get_service_class( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceClassRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceClassGets details of a single ServiceClass.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_service_connection_map
get_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceConnectionMapRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionMap )Gets details of a single ServiceConnectionMap.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_service_connection_policy
get_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceConnectionPolicyRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionPolicy )Gets details of a single ServiceConnectionPolicy.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.get_service_connection_token
get_service_connection_token( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.GetServiceConnectionTokenRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionToken )Gets details of a single ServiceConnectionToken.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.list_service_classes
list_service_classes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceClassesPager )Lists ServiceClasses in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.list_service_connection_maps
list_service_connection_maps( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionMapsPager )Lists ServiceConnectionMaps in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.list_service_connection_policies
list_service_connection_policies( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionPoliciesPager )Lists ServiceConnectionPolicies in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.list_service_connection_tokens
list_service_connection_tokens( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensRequest, 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.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionTokensPager )Lists ServiceConnectionTokens in a given project and location.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.network_path
network_path(project: str, resource_id: str) -> strReturns a fully-qualified network string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_project_path
parse_project_path(path: str) -> typing.Dict[str, str]Parses a project path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_service_attachment_path
parse_service_attachment_path(path: str) -> typing.Dict[str, str]Parses a service_attachment path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_service_class_path
parse_service_class_path(path: str) -> typing.Dict[str, str]Parses a service_class path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_service_connection_map_path
parse_service_connection_map_path(path: str) -> typing.Dict[str, str]Parses a service_connection_map path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_service_connection_policy_path
parse_service_connection_policy_path(path: str) -> typing.Dict[str, str]Parses a service_connection_policy path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_service_connection_token_path
parse_service_connection_token_path(path: str) -> typing.Dict[str, str]Parses a service_connection_token path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]Parses a subnetwork path into its component segments.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.project_path
project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.service_attachment_path
service_attachment_path(project: str, region: str, service_attachment: str) -> strReturns a fully-qualified service_attachment string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.service_class_path
service_class_path(project: str, location: str, service_class: str) -> strReturns a fully-qualified service_class string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.service_connection_map_path
service_connection_map_path( project: str, location: str, service_connection_map: str ) -> strReturns a fully-qualified service_connection_map string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.service_connection_policy_path
service_connection_policy_path( project: str, location: str, service_connection_policy: str ) -> strReturns a fully-qualified service_connection_policy string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.service_connection_token_path
service_connection_token_path( project: str, location: str, service_connection_token: str ) -> strReturns a fully-qualified service_connection_token string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.subnetwork_path
subnetwork_path(project: str, region: str, subnetwork: str) -> strReturns a fully-qualified subnetwork string.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.update_service_class
update_service_class( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.UpdateServiceClassRequest, dict, ] ] = None, *, service_class: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceClass ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a single ServiceClass.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.update_service_connection_map
update_service_connection_map( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.UpdateServiceConnectionMapRequest, dict, ] ] = None, *, service_connection_map: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionMap ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a single ServiceConnectionMap.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.CrossNetworkAutomationServiceClient.update_service_connection_policy
update_service_connection_policy( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.cross_network_automation.UpdateServiceConnectionPolicyRequest, dict, ] ] = None, *, service_connection_policy: typing.Optional[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ServiceConnectionPolicy ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a single ServiceConnectionPolicy.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceClassesAsyncPager
ListServiceClassesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesResponse ], ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceClassesPager
ListServiceClassesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesResponse, ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceClassesResponse, *, 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]]] = () )Instantiate the pager.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionMapsAsyncPager
ListServiceConnectionMapsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsResponse ], ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionMapsPager
ListServiceConnectionMapsPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsResponse, ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionMapsResponse, *, 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]]] = () )Instantiate the pager.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionPoliciesAsyncPager
ListServiceConnectionPoliciesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesResponse ], ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionPoliciesPager
ListServiceConnectionPoliciesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesResponse, ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionPoliciesResponse, *, 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]]] = () )Instantiate the pager.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionTokensAsyncPager
ListServiceConnectionTokensAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensResponse ], ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.cross_network_automation_service.pagers.ListServiceConnectionTokensPager
ListServiceConnectionTokensPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensResponse, ], request: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensRequest, response: google.cloud.networkconnectivity_v1.types.cross_network_automation.ListServiceConnectionTokensResponse, *, 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]]] = () )Instantiate the pager.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient
DataTransferServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.data_transfer_service.transports.base.DataTransferServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.data_transfer_service.transports.base.DataTransferServiceTransport]]] = '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 data transfer service async client.
See more: google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.create_destination
create_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.CreateDestinationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, destination: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.Destination ] = None, destination_id: 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.api_core.operation_async.AsyncOperationCreates a Destination resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.create_multicloud_data_transfer_config
create_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.CreateMulticloudDataTransferConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, multicloud_data_transfer_config: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferConfig ] = None, multicloud_data_transfer_config_id: 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.api_core.operation_async.AsyncOperationCreates a MulticloudDataTransferConfig resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.delete_destination
delete_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.DeleteDestinationRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a Destination resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.delete_multicloud_data_transfer_config
delete_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.DeleteMulticloudDataTransferConfigRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a MulticloudDataTransferConfig resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.destination_path
destination_path( project: str, location: str, multicloud_data_transfer_config: str, destination: str ) -> strReturns a fully-qualified destination string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.get_destination
get_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.GetDestinationRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.data_transfer.DestinationGets the details of a Destination resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.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.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.get_multicloud_data_transfer_config
get_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.GetMulticloudDataTransferConfigRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferConfig )Gets the details of a MulticloudDataTransferConfig resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.get_multicloud_data_transfer_supported_service
get_multicloud_data_transfer_supported_service( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.GetMulticloudDataTransferSupportedServiceRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferSupportedService )Gets the details of a service that is supported for Data Transfer Essentials.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.networkconnectivity_v1.services.data_transfer_service.transports.base.DataTransferServiceTransport ]Returns an appropriate transport class.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.list_destinations
list_destinations( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsRequest, 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.networkconnectivity_v1.services.data_transfer_service.pagers.ListDestinationsAsyncPager )Lists the Destination resources in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.list_multicloud_data_transfer_configs
list_multicloud_data_transfer_configs( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsRequest, 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.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferConfigsAsyncPager )Lists the MulticloudDataTransferConfig resources in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.list_multicloud_data_transfer_supported_services
list_multicloud_data_transfer_supported_services( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesRequest, 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.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferSupportedServicesAsyncPager )Lists the services in the project for a region that are supported for Data Transfer Essentials.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.multicloud_data_transfer_config_path
multicloud_data_transfer_config_path( project: str, location: str, multicloud_data_transfer_config: str ) -> strReturns a fully-qualified multicloud_data_transfer_config string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.multicloud_data_transfer_supported_service_path
multicloud_data_transfer_supported_service_path( project: str, location: str, multicloud_data_transfer_supported_service: str ) -> strReturns a fully-qualified multicloud_data_transfer_supported_service string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_destination_path
parse_destination_path(path: str) -> typing.Dict[str, str]Parses a destination path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_multicloud_data_transfer_config_path
parse_multicloud_data_transfer_config_path(path: str) -> typing.Dict[str, str]Parses a multicloud_data_transfer_config path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.parse_multicloud_data_transfer_supported_service_path
parse_multicloud_data_transfer_supported_service_path( path: str, ) -> typing.Dict[str, str]Parses a multicloud_data_transfer_supported_service path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.update_destination
update_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.UpdateDestinationRequest, dict, ] ] = None, *, destination: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.Destination ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates a Destination resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceAsyncClient.update_multicloud_data_transfer_config
update_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.UpdateMulticloudDataTransferConfigRequest, dict, ] ] = None, *, multicloud_data_transfer_config: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferConfig ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates a MulticloudDataTransferConfig resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient
DataTransferServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.data_transfer_service.transports.base.DataTransferServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.data_transfer_service.transports.base.DataTransferServiceTransport]]] = 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 data transfer service client.
See more: google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.exit
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.create_destination
create_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.CreateDestinationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, destination: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.Destination ] = None, destination_id: 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.api_core.operation.OperationCreates a Destination resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.create_multicloud_data_transfer_config
create_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.CreateMulticloudDataTransferConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, multicloud_data_transfer_config: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferConfig ] = None, multicloud_data_transfer_config_id: 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.api_core.operation.OperationCreates a MulticloudDataTransferConfig resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.delete_destination
delete_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.DeleteDestinationRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a Destination resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.delete_multicloud_data_transfer_config
delete_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.DeleteMulticloudDataTransferConfigRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a MulticloudDataTransferConfig resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.destination_path
destination_path( project: str, location: str, multicloud_data_transfer_config: str, destination: str ) -> strReturns a fully-qualified destination string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.get_destination
get_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.GetDestinationRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.data_transfer.DestinationGets the details of a Destination resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Deprecated.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.get_multicloud_data_transfer_config
get_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.GetMulticloudDataTransferConfigRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferConfig )Gets the details of a MulticloudDataTransferConfig resource.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.get_multicloud_data_transfer_supported_service
get_multicloud_data_transfer_supported_service( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.GetMulticloudDataTransferSupportedServiceRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferSupportedService )Gets the details of a service that is supported for Data Transfer Essentials.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.list_destinations
list_destinations( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsRequest, 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.networkconnectivity_v1.services.data_transfer_service.pagers.ListDestinationsPager )Lists the Destination resources in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.list_multicloud_data_transfer_configs
list_multicloud_data_transfer_configs( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsRequest, 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.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferConfigsPager )Lists the MulticloudDataTransferConfig resources in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.list_multicloud_data_transfer_supported_services
list_multicloud_data_transfer_supported_services( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesRequest, 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.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferSupportedServicesPager )Lists the services in the project for a region that are supported for Data Transfer Essentials.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.multicloud_data_transfer_config_path
multicloud_data_transfer_config_path( project: str, location: str, multicloud_data_transfer_config: str ) -> strReturns a fully-qualified multicloud_data_transfer_config string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.multicloud_data_transfer_supported_service_path
multicloud_data_transfer_supported_service_path( project: str, location: str, multicloud_data_transfer_supported_service: str ) -> strReturns a fully-qualified multicloud_data_transfer_supported_service string.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_destination_path
parse_destination_path(path: str) -> typing.Dict[str, str]Parses a destination path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_multicloud_data_transfer_config_path
parse_multicloud_data_transfer_config_path(path: str) -> typing.Dict[str, str]Parses a multicloud_data_transfer_config path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.parse_multicloud_data_transfer_supported_service_path
parse_multicloud_data_transfer_supported_service_path( path: str, ) -> typing.Dict[str, str]Parses a multicloud_data_transfer_supported_service path into its component segments.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.update_destination
update_destination( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.UpdateDestinationRequest, dict, ] ] = None, *, destination: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.Destination ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates a Destination resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.DataTransferServiceClient.update_multicloud_data_transfer_config
update_multicloud_data_transfer_config( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.data_transfer.UpdateMulticloudDataTransferConfigRequest, dict, ] ] = None, *, multicloud_data_transfer_config: typing.Optional[ google.cloud.networkconnectivity_v1.types.data_transfer.MulticloudDataTransferConfig ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates a MulticloudDataTransferConfig resource in a specified project and location.
google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListDestinationsAsyncPager
ListDestinationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsResponse ], ], request: google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsRequest, response: google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListDestinationsAsyncPager
google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListDestinationsPager
ListDestinationsPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsResponse, ], request: google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsRequest, response: google.cloud.networkconnectivity_v1.types.data_transfer.ListDestinationsResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListDestinationsPager
google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferConfigsAsyncPager
ListMulticloudDataTransferConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsResponse ], ], request: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsRequest, response: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferConfigsPager
ListMulticloudDataTransferConfigsPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsResponse, ], request: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsRequest, response: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferConfigsResponse, *, 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]]] = () )Instantiate the pager.
google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferSupportedServicesAsyncPager
ListMulticloudDataTransferSupportedServicesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesResponse ], ], request: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesRequest, response: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.data_transfer_service.pagers.ListMulticloudDataTransferSupportedServicesPager
ListMulticloudDataTransferSupportedServicesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesResponse, ], request: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesRequest, response: google.cloud.networkconnectivity_v1.types.data_transfer.ListMulticloudDataTransferSupportedServicesResponse, *, 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]]] = () )Instantiate the pager.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient
HubServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.hub_service.transports.base.HubServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.hub_service.transports.base.HubServiceTransport]]] = '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 hub service async client.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.accept_hub_spoke
accept_hub_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.AcceptHubSpokeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: 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.api_core.operation_async.AsyncOperationAccepts a proposal to attach a Network Connectivity Center spoke to a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.accept_hub_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.accept_spoke_update
accept_spoke_update( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.AcceptSpokeUpdateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: typing.Optional[str] = None, spoke_etag: 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.api_core.operation_async.AsyncOperationAccepts a proposal to update a Network Connectivity Center spoke in a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.accept_spoke_update
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.cancel_operation
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_folder_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_location_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.common_project_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.create_hub
create_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.CreateHubRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, hub: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Hub] = None, hub_id: 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.api_core.operation_async.AsyncOperationCreates a new Network Connectivity Center hub in the specified project.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.create_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.create_spoke
create_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.CreateSpokeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, spoke: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Spoke] = None, spoke_id: 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.api_core.operation_async.AsyncOperationCreates a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.create_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.delete_hub
delete_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.DeleteHubRequest, dict ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.delete_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.delete_operation
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.delete_spoke
delete_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.DeleteSpokeRequest, dict ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.delete_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_group
get_group( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetGroupRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.GroupGets details about a Network Connectivity Center group.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_group
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_hub
get_hub( request: typing.Optional[ typing.Union[google.cloud.networkconnectivity_v1.types.hub.GetHubRequest, dict] ] = None, *, name: 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.networkconnectivity_v1.types.hub.HubGets details about a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_iam_policy
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_location
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.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.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_operation
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_route
get_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetRouteRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.RouteGets details about the specified route.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_route
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_route_table
get_route_table( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetRouteTableRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.RouteTableGets details about a Network Connectivity Center route table.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_route_table
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_spoke
get_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetSpokeRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.SpokeGets details about a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.networkconnectivity_v1.services.hub_service.transports.base.HubServiceTransport ]Returns an appropriate transport class.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.get_transport_class
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.group_path
group_path(project: str, hub: str, group: str) -> strReturns a fully-qualified group string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.group_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.hub_path
hub_path(project: str, hub: str) -> strReturns a fully-qualified hub string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.hub_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.hub_route_path
hub_route_path(project: str, hub: str, route_table: str, route: str) -> strReturns a fully-qualified hub_route string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.hub_route_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.instance_path
instance_path(project: str, zone: str, instance: str) -> strReturns a fully-qualified instance string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.instance_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.interconnect_attachment_path
interconnect_attachment_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified interconnect_attachment string.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_groups
list_groups( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListGroupsRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListGroupsAsyncPager )Lists groups in a given hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_groups
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_hub_spokes
list_hub_spokes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.services.hub_service.pagers.ListHubSpokesAsyncPager )Lists the Network Connectivity Center spokes associated with a specified hub and location.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_hub_spokes
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_hubs
list_hubs( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListHubsRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListHubsAsyncPagerLists the Network Connectivity Center hubs associated with a given project.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_hubs
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_locations
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_operations
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_route_tables
list_route_tables( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListRouteTablesAsyncPager )Lists route tables in a given hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_route_tables
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_routes
list_routes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListRoutesRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListRoutesAsyncPager )Lists routes in a given route table.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_routes
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_spokes
list_spokes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListSpokesRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListSpokesAsyncPager )Lists the Network Connectivity Center spokes in a specified project and location.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.list_spokes
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.network_path
network_path(project: str, resource_id: str) -> strReturns a fully-qualified network string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.network_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_group_path
parse_group_path(path: str) -> typing.Dict[str, str]Parses a group path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_group_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_hub_path
parse_hub_path(path: str) -> typing.Dict[str, str]Parses a hub path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_hub_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_hub_route_path
parse_hub_route_path(path: str) -> typing.Dict[str, str]Parses a hub_route path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_hub_route_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_instance_path
parse_instance_path(path: str) -> typing.Dict[str, str]Parses a instance path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_instance_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_interconnect_attachment_path
parse_interconnect_attachment_path(path: str) -> typing.Dict[str, str]Parses a interconnect_attachment path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_network_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_route_table_path
parse_route_table_path(path: str) -> typing.Dict[str, str]Parses a route_table path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_spoke_path
parse_spoke_path(path: str) -> typing.Dict[str, str]Parses a spoke path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_spoke_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_vpn_tunnel_path
parse_vpn_tunnel_path(path: str) -> typing.Dict[str, str]Parses a vpn_tunnel path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.parse_vpn_tunnel_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.query_hub_status
query_hub_status( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.services.hub_service.pagers.QueryHubStatusAsyncPager )Query the Private Service Connect propagation status of a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.query_hub_status
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.reject_hub_spoke
reject_hub_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.RejectHubSpokeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: 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.api_core.operation_async.AsyncOperationRejects a Network Connectivity Center spoke from being attached to a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.reject_hub_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.reject_spoke_update
reject_spoke_update( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.RejectSpokeUpdateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: typing.Optional[str] = None, spoke_etag: 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.api_core.operation_async.AsyncOperationRejects a proposal to update a Network Connectivity Center spoke in a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.reject_spoke_update
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.route_table_path
route_table_path(project: str, hub: str, route_table: str) -> strReturns a fully-qualified route_table string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.route_table_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.set_iam_policy
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.spoke_path
spoke_path(project: str, location: str, spoke: str) -> strReturns a fully-qualified spoke string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.spoke_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.test_iam_permissions
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.update_group
update_group( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.UpdateGroupRequest, dict ] ] = None, *, group: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Group] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a Network Connectivity Center group.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.update_group
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.update_hub
update_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.UpdateHubRequest, dict ] ] = None, *, hub: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Hub] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the description and/or labels of a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.update_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.update_spoke
update_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.UpdateSpokeRequest, dict ] ] = None, *, spoke: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Spoke] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.update_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.vpn_tunnel_path
vpn_tunnel_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified vpn_tunnel string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceAsyncClient.vpn_tunnel_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient
HubServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.hub_service.transports.base.HubServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.hub_service.transports.base.HubServiceTransport]]] = 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 hub service client.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.exit
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.accept_hub_spoke
accept_hub_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.AcceptHubSpokeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: 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.api_core.operation.OperationAccepts a proposal to attach a Network Connectivity Center spoke to a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.accept_hub_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.accept_spoke_update
accept_spoke_update( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.AcceptSpokeUpdateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: typing.Optional[str] = None, spoke_etag: 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.api_core.operation.OperationAccepts a proposal to update a Network Connectivity Center spoke in a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.accept_spoke_update
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.cancel_operation
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_folder_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_location_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_organization_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.common_project_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.create_hub
create_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.CreateHubRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, hub: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Hub] = None, hub_id: 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.api_core.operation.OperationCreates a new Network Connectivity Center hub in the specified project.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.create_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.create_spoke
create_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.CreateSpokeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, spoke: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Spoke] = None, spoke_id: 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.api_core.operation.OperationCreates a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.create_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.delete_hub
delete_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.DeleteHubRequest, dict ] ] = None, *, name: 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.api_core.operation.OperationDeletes a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.delete_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.delete_operation
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.delete_spoke
delete_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.DeleteSpokeRequest, dict ] ] = None, *, name: 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.api_core.operation.OperationDeletes a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.delete_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.from_service_account_file
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.from_service_account_info
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.from_service_account_json
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_group
get_group( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetGroupRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.GroupGets details about a Network Connectivity Center group.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_group
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_hub
get_hub( request: typing.Optional[ typing.Union[google.cloud.networkconnectivity_v1.types.hub.GetHubRequest, dict] ] = None, *, name: 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.networkconnectivity_v1.types.hub.HubGets details about a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_iam_policy
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_location
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Deprecated.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_operation
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_route
get_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetRouteRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.RouteGets details about the specified route.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_route
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_route_table
get_route_table( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetRouteTableRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.RouteTableGets details about a Network Connectivity Center route table.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_route_table
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_spoke
get_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.GetSpokeRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.types.hub.SpokeGets details about a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.get_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.group_path
group_path(project: str, hub: str, group: str) -> strReturns a fully-qualified group string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.group_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.hub_path
hub_path(project: str, hub: str) -> strReturns a fully-qualified hub string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.hub_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.hub_route_path
hub_route_path(project: str, hub: str, route_table: str, route: str) -> strReturns a fully-qualified hub_route string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.hub_route_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.instance_path
instance_path(project: str, zone: str, instance: str) -> strReturns a fully-qualified instance string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.instance_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.interconnect_attachment_path
interconnect_attachment_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified interconnect_attachment string.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_groups
list_groups( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListGroupsRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListGroupsPagerLists groups in a given hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_groups
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_hub_spokes
list_hub_spokes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.services.hub_service.pagers.ListHubSpokesPagerLists the Network Connectivity Center spokes associated with a specified hub and location.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_hub_spokes
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_hubs
list_hubs( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListHubsRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListHubsPagerLists the Network Connectivity Center hubs associated with a given project.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_hubs
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_locations
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_operations
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_route_tables
list_route_tables( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListRouteTablesPager )Lists route tables in a given hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_route_tables
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_routes
list_routes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListRoutesRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListRoutesPagerLists routes in a given route table.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_routes
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_spokes
list_spokes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.ListSpokesRequest, 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.networkconnectivity_v1.services.hub_service.pagers.ListSpokesPagerLists the Network Connectivity Center spokes in a specified project and location.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.list_spokes
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.network_path
network_path(project: str, resource_id: str) -> strReturns a fully-qualified network string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.network_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.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.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_common_folder_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.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.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_common_location_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.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.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_common_project_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_group_path
parse_group_path(path: str) -> typing.Dict[str, str]Parses a group path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_group_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_hub_path
parse_hub_path(path: str) -> typing.Dict[str, str]Parses a hub path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_hub_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_hub_route_path
parse_hub_route_path(path: str) -> typing.Dict[str, str]Parses a hub_route path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_hub_route_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_instance_path
parse_instance_path(path: str) -> typing.Dict[str, str]Parses a instance path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_instance_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_interconnect_attachment_path
parse_interconnect_attachment_path(path: str) -> typing.Dict[str, str]Parses a interconnect_attachment path into its component segments.
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_network_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_route_table_path
parse_route_table_path(path: str) -> typing.Dict[str, str]Parses a route_table path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_route_table_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_spoke_path
parse_spoke_path(path: str) -> typing.Dict[str, str]Parses a spoke path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_spoke_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_vpn_tunnel_path
parse_vpn_tunnel_path(path: str) -> typing.Dict[str, str]Parses a vpn_tunnel path into its component segments.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.parse_vpn_tunnel_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.query_hub_status
query_hub_status( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1.services.hub_service.pagers.QueryHubStatusPager )Query the Private Service Connect propagation status of a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.query_hub_status
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.reject_hub_spoke
reject_hub_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.RejectHubSpokeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: 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.api_core.operation.OperationRejects a Network Connectivity Center spoke from being attached to a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.reject_hub_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.reject_spoke_update
reject_spoke_update( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.RejectSpokeUpdateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, spoke_uri: typing.Optional[str] = None, spoke_etag: 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.api_core.operation.OperationRejects a proposal to update a Network Connectivity Center spoke in a hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.reject_spoke_update
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.route_table_path
route_table_path(project: str, hub: str, route_table: str) -> strReturns a fully-qualified route_table string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.route_table_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.set_iam_policy
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.spoke_path
spoke_path(project: str, location: str, spoke: str) -> strReturns a fully-qualified spoke string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.spoke_path
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.test_iam_permissions
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.update_group
update_group( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.UpdateGroupRequest, dict ] ] = None, *, group: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Group] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a Network Connectivity Center group.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.update_group
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.update_hub
update_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.UpdateHubRequest, dict ] ] = None, *, hub: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Hub] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the description and/or labels of a Network Connectivity Center hub.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.update_hub
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.update_spoke
update_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.hub.UpdateSpokeRequest, dict ] ] = None, *, spoke: typing.Optional[google.cloud.networkconnectivity_v1.types.hub.Spoke] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a Network Connectivity Center spoke.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.update_spoke
google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.vpn_tunnel_path
vpn_tunnel_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified vpn_tunnel string.
See more: google.cloud.networkconnectivity_v1.services.hub_service.HubServiceClient.vpn_tunnel_path
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListGroupsAsyncPager
ListGroupsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.hub.ListGroupsResponse ], ], request: google.cloud.networkconnectivity_v1.types.hub.ListGroupsRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListGroupsResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListGroupsAsyncPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListGroupsPager
ListGroupsPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.hub.ListGroupsResponse ], request: google.cloud.networkconnectivity_v1.types.hub.ListGroupsRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListGroupsResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListGroupsPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubSpokesAsyncPager
ListHubSpokesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesResponse ], ], request: google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubSpokesAsyncPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubSpokesPager
ListHubSpokesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesResponse ], request: google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListHubSpokesResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubSpokesPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubsAsyncPager
ListHubsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.hub.ListHubsResponse ], ], request: google.cloud.networkconnectivity_v1.types.hub.ListHubsRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListHubsResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubsAsyncPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubsPager
ListHubsPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.hub.ListHubsResponse ], request: google.cloud.networkconnectivity_v1.types.hub.ListHubsRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListHubsResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListHubsPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRouteTablesAsyncPager
ListRouteTablesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesResponse ], ], request: google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRouteTablesAsyncPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRouteTablesPager
ListRouteTablesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesResponse ], request: google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListRouteTablesResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRouteTablesPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRoutesAsyncPager
ListRoutesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.hub.ListRoutesResponse ], ], request: google.cloud.networkconnectivity_v1.types.hub.ListRoutesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListRoutesResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRoutesAsyncPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRoutesPager
ListRoutesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.hub.ListRoutesResponse ], request: google.cloud.networkconnectivity_v1.types.hub.ListRoutesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListRoutesResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListRoutesPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListSpokesAsyncPager
ListSpokesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.hub.ListSpokesResponse ], ], request: google.cloud.networkconnectivity_v1.types.hub.ListSpokesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListSpokesResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListSpokesAsyncPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListSpokesPager
ListSpokesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.hub.ListSpokesResponse ], request: google.cloud.networkconnectivity_v1.types.hub.ListSpokesRequest, response: google.cloud.networkconnectivity_v1.types.hub.ListSpokesResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.ListSpokesPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.QueryHubStatusAsyncPager
QueryHubStatusAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusResponse ], ], request: google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusRequest, response: google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.QueryHubStatusAsyncPager
google.cloud.networkconnectivity_v1.services.hub_service.pagers.QueryHubStatusPager
QueryHubStatusPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusResponse ], request: google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusRequest, response: google.cloud.networkconnectivity_v1.types.hub.QueryHubStatusResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.hub_service.pagers.QueryHubStatusPager
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient
InternalRangeServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.internal_range_service.transports.base.InternalRangeServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.internal_range_service.transports.base.InternalRangeServiceTransport]]] = '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 internal range service async client.
See more: google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.create_internal_range
create_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.CreateInternalRangeRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, internal_range: typing.Optional[ google.cloud.networkconnectivity_v1.types.internal_range.InternalRange ] = None, internal_range_id: 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.api_core.operation_async.AsyncOperationCreates a new internal range in a given project and location.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.delete_internal_range
delete_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.DeleteInternalRangeRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single internal range.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.get_internal_range
get_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.GetInternalRangeRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.internal_range.InternalRangeGets details of a single internal range.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.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.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.networkconnectivity_v1.services.internal_range_service.transports.base.InternalRangeServiceTransport ]Returns an appropriate transport class.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.internal_range_path
internal_range_path(project: str, location: str, internal_range: str) -> strReturns a fully-qualified internal_range string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.list_internal_ranges
list_internal_ranges( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesRequest, 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.networkconnectivity_v1.services.internal_range_service.pagers.ListInternalRangesAsyncPager )Lists internal ranges in a given project and location.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.parse_internal_range_path
parse_internal_range_path(path: str) -> typing.Dict[str, str]Parses a internal_range path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceAsyncClient.update_internal_range
update_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.UpdateInternalRangeRequest, dict, ] ] = None, *, internal_range: typing.Optional[ google.cloud.networkconnectivity_v1.types.internal_range.InternalRange ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a single internal range.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient
InternalRangeServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.internal_range_service.transports.base.InternalRangeServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.internal_range_service.transports.base.InternalRangeServiceTransport]]] = 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 internal range service client.
See more: google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.exit
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.create_internal_range
create_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.CreateInternalRangeRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, internal_range: typing.Optional[ google.cloud.networkconnectivity_v1.types.internal_range.InternalRange ] = None, internal_range_id: 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.api_core.operation.OperationCreates a new internal range in a given project and location.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.delete_internal_range
delete_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.DeleteInternalRangeRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single internal range.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.get_internal_range
get_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.GetInternalRangeRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.internal_range.InternalRangeGets details of a single internal range.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Deprecated.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.internal_range_path
internal_range_path(project: str, location: str, internal_range: str) -> strReturns a fully-qualified internal_range string.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.list_internal_ranges
list_internal_ranges( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesRequest, 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.networkconnectivity_v1.services.internal_range_service.pagers.ListInternalRangesPager )Lists internal ranges in a given project and location.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.parse_internal_range_path
parse_internal_range_path(path: str) -> typing.Dict[str, str]Parses a internal_range path into its component segments.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.internal_range_service.InternalRangeServiceClient.update_internal_range
update_internal_range( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.internal_range.UpdateInternalRangeRequest, dict, ] ] = None, *, internal_range: typing.Optional[ google.cloud.networkconnectivity_v1.types.internal_range.InternalRange ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a single internal range.
google.cloud.networkconnectivity_v1.services.internal_range_service.pagers.ListInternalRangesAsyncPager
ListInternalRangesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesResponse ], ], request: google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesRequest, response: google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.internal_range_service.pagers.ListInternalRangesPager
ListInternalRangesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesResponse, ], request: google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesRequest, response: google.cloud.networkconnectivity_v1.types.internal_range.ListInternalRangesResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1.services.internal_range_service.pagers.ListInternalRangesPager
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient
PolicyBasedRoutingServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.policy_based_routing_service.transports.base.PolicyBasedRoutingServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.policy_based_routing_service.transports.base.PolicyBasedRoutingServiceTransport]]] = '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 policy based routing service async client.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.create_policy_based_route
create_policy_based_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.CreatePolicyBasedRouteRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, policy_based_route: typing.Optional[ google.cloud.networkconnectivity_v1.types.policy_based_routing.PolicyBasedRoute ] = None, policy_based_route_id: 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.api_core.operation_async.AsyncOperationCreates a new policy-based route in a given project and location.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.delete_policy_based_route
delete_policy_based_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.DeletePolicyBasedRouteRequest, dict, ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single policy-based route.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.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.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.get_policy_based_route
get_policy_based_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.GetPolicyBasedRouteRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.policy_based_routing.PolicyBasedRouteGets details of a single policy-based route.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.networkconnectivity_v1.services.policy_based_routing_service.transports.base.PolicyBasedRoutingServiceTransport ]Returns an appropriate transport class.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.list_policy_based_routes
list_policy_based_routes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesRequest, 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.networkconnectivity_v1.services.policy_based_routing_service.pagers.ListPolicyBasedRoutesAsyncPager )Lists policy-based routes in a given project and location.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.network_path
network_path(project: str, resource_id: str) -> strReturns a fully-qualified network string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.parse_policy_based_route_path
parse_policy_based_route_path(path: str) -> typing.Dict[str, str]Parses a policy_based_route path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.policy_based_route_path
policy_based_route_path(project: str, policy_based_route: str) -> strReturns a fully-qualified policy_based_route string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient
PolicyBasedRoutingServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1.services.policy_based_routing_service.transports.base.PolicyBasedRoutingServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1.services.policy_based_routing_service.transports.base.PolicyBasedRoutingServiceTransport]]] = 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 policy based routing service client.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.create_policy_based_route
create_policy_based_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.CreatePolicyBasedRouteRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, policy_based_route: typing.Optional[ google.cloud.networkconnectivity_v1.types.policy_based_routing.PolicyBasedRoute ] = None, policy_based_route_id: 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.api_core.operation.OperationCreates a new policy-based route in a given project and location.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.delete_operation
delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.delete_policy_based_route
delete_policy_based_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.DeletePolicyBasedRouteRequest, dict, ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single policy-based route.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.get_iam_policy
get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.get_location
get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.LocationGets information about a location.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Deprecated.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.get_policy_based_route
get_policy_based_route( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.GetPolicyBasedRouteRequest, dict, ] ] = None, *, name: 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.networkconnectivity_v1.types.policy_based_routing.PolicyBasedRouteGets details of a single policy-based route.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.list_locations
list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.list_policy_based_routes
list_policy_based_routes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesRequest, 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.networkconnectivity_v1.services.policy_based_routing_service.pagers.ListPolicyBasedRoutesPager )Lists policy-based routes in a given project and location.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.network_path
network_path(project: str, resource_id: str) -> strReturns a fully-qualified network string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.parse_policy_based_route_path
parse_policy_based_route_path(path: str) -> typing.Dict[str, str]Parses a policy_based_route path into its component segments.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.policy_based_route_path
policy_based_route_path(project: str, policy_based_route: str) -> strReturns a fully-qualified policy_based_route string.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.set_iam_policy
set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.PolicyBasedRoutingServiceClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.pagers.ListPolicyBasedRoutesAsyncPager
ListPolicyBasedRoutesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesResponse ], ], request: google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesRequest, response: google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesResponse, *, 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]]] = () )Instantiates the pager.
google.cloud.networkconnectivity_v1.services.policy_based_routing_service.pagers.ListPolicyBasedRoutesPager
ListPolicyBasedRoutesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesResponse, ], request: google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesRequest, response: google.cloud.networkconnectivity_v1.types.policy_based_routing.ListPolicyBasedRoutesResponse, *, 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]]] = () )Instantiate the pager.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient
HubServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1alpha1.services.hub_service.transports.base.HubServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1alpha1.services.hub_service.transports.base.HubServiceTransport]]] = '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 hub service async client.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.create_hub
create_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.CreateHubRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, hub: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Hub ] = None, hub_id: 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.api_core.operation_async.AsyncOperationCreates a new Hub in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.create_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.create_spoke
create_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.CreateSpokeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, spoke: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Spoke ] = None, spoke_id: 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.api_core.operation_async.AsyncOperationCreates a new Spoke in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.create_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.delete_hub
delete_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.DeleteHubRequest, dict ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single Hub.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.delete_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.delete_spoke
delete_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.DeleteSpokeRequest, dict ] ] = None, *, name: 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.api_core.operation_async.AsyncOperationDeletes a single Spoke.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.delete_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.get_hub
get_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.GetHubRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1alpha1.types.hub.HubGets details of a single Hub.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.get_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.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.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.get_spoke
get_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.GetSpokeRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1alpha1.types.hub.SpokeGets details of a single Spoke.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.get_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.networkconnectivity_v1alpha1.services.hub_service.transports.base.HubServiceTransport ]Returns an appropriate transport class.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.hub_path
hub_path(project: str, hub: str) -> strReturns a fully-qualified hub string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.hub_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.instance_path
instance_path(project: str, zone: str, instance: str) -> strReturns a fully-qualified instance string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.instance_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.interconnect_attachment_path
interconnect_attachment_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified interconnect_attachment string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.list_hubs
list_hubs( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsRequest, 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.networkconnectivity_v1alpha1.services.hub_service.pagers.ListHubsAsyncPager )Lists Hubs in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.list_hubs
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.list_spokes
list_spokes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesRequest, 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.networkconnectivity_v1alpha1.services.hub_service.pagers.ListSpokesAsyncPager )Lists Spokes in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.list_spokes
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_hub_path
parse_hub_path(path: str) -> typing.Dict[str, str]Parses a hub path into its component segments.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_hub_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_instance_path
parse_instance_path(path: str) -> typing.Dict[str, str]Parses a instance path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_interconnect_attachment_path
parse_interconnect_attachment_path(path: str) -> typing.Dict[str, str]Parses a interconnect_attachment path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_spoke_path
parse_spoke_path(path: str) -> typing.Dict[str, str]Parses a spoke path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.parse_vpn_tunnel_path
parse_vpn_tunnel_path(path: str) -> typing.Dict[str, str]Parses a vpn_tunnel path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.spoke_path
spoke_path(project: str, location: str, spoke: str) -> strReturns a fully-qualified spoke string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.spoke_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.update_hub
update_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.UpdateHubRequest, dict ] ] = None, *, hub: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Hub ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a single Hub.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.update_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.update_spoke
update_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.UpdateSpokeRequest, dict ] ] = None, *, spoke: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Spoke ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperationUpdates the parameters of a single Spoke.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.update_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.vpn_tunnel_path
vpn_tunnel_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified vpn_tunnel string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceAsyncClient.vpn_tunnel_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient
HubServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.networkconnectivity_v1alpha1.services.hub_service.transports.base.HubServiceTransport, typing.Callable[[...], google.cloud.networkconnectivity_v1alpha1.services.hub_service.transports.base.HubServiceTransport]]] = 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 hub service client.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.exit
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_folder_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_location_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.common_project_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.create_hub
create_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.CreateHubRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, hub: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Hub ] = None, hub_id: 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.api_core.operation.OperationCreates a new Hub in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.create_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.create_spoke
create_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.CreateSpokeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, spoke: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Spoke ] = None, spoke_id: 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.api_core.operation.OperationCreates a new Spoke in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.create_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.delete_hub
delete_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.DeleteHubRequest, dict ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single Hub.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.delete_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.delete_spoke
delete_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.DeleteSpokeRequest, dict ] ] = None, *, name: 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.api_core.operation.OperationDeletes a single Spoke.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.delete_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.get_hub
get_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.GetHubRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1alpha1.types.hub.HubGets details of a single Hub.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.get_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Deprecated.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.get_spoke
get_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.GetSpokeRequest, dict ] ] = None, *, name: 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.networkconnectivity_v1alpha1.types.hub.SpokeGets details of a single Spoke.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.get_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.hub_path
hub_path(project: str, hub: str) -> strReturns a fully-qualified hub string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.hub_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.instance_path
instance_path(project: str, zone: str, instance: str) -> strReturns a fully-qualified instance string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.instance_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.interconnect_attachment_path
interconnect_attachment_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified interconnect_attachment string.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.list_hubs
list_hubs( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsRequest, 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.networkconnectivity_v1alpha1.services.hub_service.pagers.ListHubsPager )Lists Hubs in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.list_hubs
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.list_spokes
list_spokes( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesRequest, 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.networkconnectivity_v1alpha1.services.hub_service.pagers.ListSpokesPager )Lists Spokes in a given project and location.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.list_spokes
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_hub_path
parse_hub_path(path: str) -> typing.Dict[str, str]Parses a hub path into its component segments.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_hub_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_instance_path
parse_instance_path(path: str) -> typing.Dict[str, str]Parses a instance path into its component segments.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_instance_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_interconnect_attachment_path
parse_interconnect_attachment_path(path: str) -> typing.Dict[str, str]Parses a interconnect_attachment path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_spoke_path
parse_spoke_path(path: str) -> typing.Dict[str, str]Parses a spoke path into its component segments.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_spoke_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.parse_vpn_tunnel_path
parse_vpn_tunnel_path(path: str) -> typing.Dict[str, str]Parses a vpn_tunnel path into its component segments.
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.spoke_path
spoke_path(project: str, location: str, spoke: str) -> strReturns a fully-qualified spoke string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.spoke_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.update_hub
update_hub( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.UpdateHubRequest, dict ] ] = None, *, hub: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Hub ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a single Hub.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.update_hub
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.update_spoke
update_spoke( request: typing.Optional[ typing.Union[ google.cloud.networkconnectivity_v1alpha1.types.hub.UpdateSpokeRequest, dict ] ] = None, *, spoke: typing.Optional[ google.cloud.networkconnectivity_v1alpha1.types.hub.Spoke ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.OperationUpdates the parameters of a single Spoke.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.update_spoke
google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.vpn_tunnel_path
vpn_tunnel_path(project: str, region: str, resource_id: str) -> strReturns a fully-qualified vpn_tunnel string.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.HubServiceClient.vpn_tunnel_path
google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListHubsAsyncPager
ListHubsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsResponse ], ], request: google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsRequest, response: google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListHubsAsyncPager
google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListHubsPager
ListHubsPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsResponse ], request: google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsRequest, response: google.cloud.networkconnectivity_v1alpha1.types.hub.ListHubsResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListHubsPager
google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListSpokesAsyncPager
ListSpokesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesResponse ], ], request: google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesRequest, response: google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesResponse, *, 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]]] = () )Instantiates the pager.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListSpokesAsyncPager
google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListSpokesPager
ListSpokesPager( method: typing.Callable[ [...], google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesResponse ], request: google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesRequest, response: google.cloud.networkconnectivity_v1alpha1.types.hub.ListSpokesResponse, *, 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]]] = () )Instantiate the pager.
See more: google.cloud.networkconnectivity_v1alpha1.services.hub_service.pagers.ListSpokesPager