Package Methods (0.7.0)

Summary of entries of Methods for networkservices.

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient

DepServiceAsyncClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.network_services_v1.services.dep_service.transports.base.DepServiceTransport, typing.Callable[ [...], google.cloud.network_services_v1.services.dep_service.transports.base.DepServiceTransport, ], ] ] = "grpc_asyncio", client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )

Instantiates the dep service async client.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.authz_extension_path

authz_extension_path(project: str, location: str, authz_extension: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.cancel_operation

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.common_location_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_authz_extension

create_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateAuthzExtensionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, authz_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.AuthzExtension ] = None, authz_extension_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.AsyncOperation

Creates a new AuthzExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_authz_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_lb_edge_extension

create_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateLbEdgeExtensionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lb_edge_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbEdgeExtension ] = None, lb_edge_extension_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.AsyncOperation

Creates a new LbEdgeExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_lb_edge_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_lb_route_extension

create_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateLbRouteExtensionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lb_route_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbRouteExtension ] = None, lb_route_extension_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.AsyncOperation

Creates a new LbRouteExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_lb_route_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_lb_traffic_extension

create_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateLbTrafficExtensionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lb_traffic_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbTrafficExtension ] = None, lb_traffic_extension_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.AsyncOperation

Creates a new LbTrafficExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.create_lb_traffic_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.delete_authz_extension

delete_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteAuthzExtensionRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.delete_lb_edge_extension

delete_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteLbEdgeExtensionRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.delete_lb_route_extension

delete_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteLbRouteExtensionRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.delete_lb_traffic_extension

delete_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteLbTrafficExtensionRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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]]] = () ) -> None

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.network_services_v1.services.dep_service.DepServiceAsyncClient.from_service_account_file

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.network_services_v1.services.dep_service.DepServiceAsyncClient.from_service_account_info

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.network_services_v1.services.dep_service.DepServiceAsyncClient.from_service_account_json

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_authz_extension

get_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetAuthzExtensionRequest, 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.network_services_v1.types.dep.AuthzExtension

Gets details of the specified AuthzExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_authz_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.Policy

Gets the IAM access control policy for a function.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_iam_policy

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_lb_edge_extension

get_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetLbEdgeExtensionRequest, 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.network_services_v1.types.dep.LbEdgeExtension

Gets details of the specified LbEdgeExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_lb_edge_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_lb_route_extension

get_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetLbRouteExtensionRequest, 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.network_services_v1.types.dep.LbRouteExtension

Gets details of the specified LbRouteExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_lb_route_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_lb_traffic_extension

get_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetLbTrafficExtensionRequest, 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.network_services_v1.types.dep.LbTrafficExtension

Gets details of the specified LbTrafficExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_lb_traffic_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.Location

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_mtls_endpoint_and_cert_source

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

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

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_operation

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.network_services_v1.services.dep_service.transports.base.DepServiceTransport ]

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.lb_edge_extension_path

lb_edge_extension_path(project: str, location: str, lb_edge_extension: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.lb_route_extension_path

lb_route_extension_path( project: str, location: str, lb_route_extension: str ) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.lb_traffic_extension_path

lb_traffic_extension_path( project: str, location: str, lb_traffic_extension: str ) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_authz_extensions

list_authz_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListAuthzExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListAuthzExtensionsAsyncPager )

Lists AuthzExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_authz_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_lb_edge_extensions

list_lb_edge_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListLbEdgeExtensionsAsyncPager )

Lists LbEdgeExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_lb_edge_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_lb_route_extensions

list_lb_route_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListLbRouteExtensionsAsyncPager )

Lists LbRouteExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_lb_route_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_lb_traffic_extensions

list_lb_traffic_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListLbTrafficExtensionsAsyncPager )

Lists LbTrafficExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_lb_traffic_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_locations

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.list_operations

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_authz_extension_path

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

Parses a authz_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_authz_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_common_folder_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_common_location_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_common_organization_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_common_project_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_lb_edge_extension_path

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

Parses a lb_edge_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_lb_edge_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_lb_route_extension_path

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

Parses a lb_route_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_lb_route_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_lb_traffic_extension_path

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

Parses a lb_traffic_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.parse_lb_traffic_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.set_iam_policy

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.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.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.test_iam_permissions

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_authz_extension

update_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateAuthzExtensionRequest, dict ] ] = None, *, authz_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.AuthzExtension ] = 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.AsyncOperation

Updates the parameters of the specified AuthzExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_authz_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_lb_edge_extension

update_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateLbEdgeExtensionRequest, dict, ] ] = None, *, lb_edge_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbEdgeExtension ] = 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.AsyncOperation

Updates the parameters of the specified LbEdgeExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_lb_edge_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_lb_route_extension

update_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateLbRouteExtensionRequest, dict, ] ] = None, *, lb_route_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbRouteExtension ] = 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.AsyncOperation

Updates the parameters of the specified LbRouteExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_lb_route_extension

google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_lb_traffic_extension

update_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateLbTrafficExtensionRequest, dict, ] ] = None, *, lb_traffic_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbTrafficExtension ] = 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.AsyncOperation

Updates the parameters of the specified LbTrafficExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceAsyncClient.update_lb_traffic_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient

DepServiceClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.network_services_v1.services.dep_service.transports.base.DepServiceTransport, typing.Callable[ [...], google.cloud.network_services_v1.services.dep_service.transports.base.DepServiceTransport, ], ] ] = 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 = google.api_core.gapic_v1.client_info.ClientInfo )

Instantiates the dep service client.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient

google.cloud.network_services_v1.services.dep_service.DepServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.exit

google.cloud.network_services_v1.services.dep_service.DepServiceClient.authz_extension_path

authz_extension_path(project: str, location: str, authz_extension: str) -> str

Returns a fully-qualified authz_extension string.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.authz_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.cancel_operation

google.cloud.network_services_v1.services.dep_service.DepServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceClient.common_location_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_authz_extension

create_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateAuthzExtensionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, authz_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.AuthzExtension ] = None, authz_extension_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.Operation

Creates a new AuthzExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_authz_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_lb_edge_extension

create_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateLbEdgeExtensionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lb_edge_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbEdgeExtension ] = None, lb_edge_extension_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.Operation

Creates a new LbEdgeExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_lb_edge_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_lb_route_extension

create_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateLbRouteExtensionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lb_route_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbRouteExtension ] = None, lb_route_extension_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.Operation

Creates a new LbRouteExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_lb_route_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_lb_traffic_extension

create_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.CreateLbTrafficExtensionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lb_traffic_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbTrafficExtension ] = None, lb_traffic_extension_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.Operation

Creates a new LbTrafficExtension resource in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.create_lb_traffic_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.delete_authz_extension

delete_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteAuthzExtensionRequest, 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.Operation

google.cloud.network_services_v1.services.dep_service.DepServiceClient.delete_lb_edge_extension

delete_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteLbEdgeExtensionRequest, 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.Operation

google.cloud.network_services_v1.services.dep_service.DepServiceClient.delete_lb_route_extension

delete_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteLbRouteExtensionRequest, 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.Operation

google.cloud.network_services_v1.services.dep_service.DepServiceClient.delete_lb_traffic_extension

delete_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.DeleteLbTrafficExtensionRequest, 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.Operation

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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]]] = () ) -> None

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.network_services_v1.services.dep_service.DepServiceClient.from_service_account_file

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.network_services_v1.services.dep_service.DepServiceClient.from_service_account_info

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.network_services_v1.services.dep_service.DepServiceClient.from_service_account_json

google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_authz_extension

get_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetAuthzExtensionRequest, 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.network_services_v1.types.dep.AuthzExtension

Gets details of the specified AuthzExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_authz_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.Policy

Gets the IAM access control policy for a function.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_iam_policy

google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_lb_edge_extension

get_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetLbEdgeExtensionRequest, 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.network_services_v1.types.dep.LbEdgeExtension

Gets details of the specified LbEdgeExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_lb_edge_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_lb_route_extension

get_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetLbRouteExtensionRequest, 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.network_services_v1.types.dep.LbRouteExtension

Gets details of the specified LbRouteExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_lb_route_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_lb_traffic_extension

get_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.GetLbTrafficExtensionRequest, 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.network_services_v1.types.dep.LbTrafficExtension

Gets details of the specified LbTrafficExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_lb_traffic_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.Location

google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_mtls_endpoint_and_cert_source

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

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.get_operation

google.cloud.network_services_v1.services.dep_service.DepServiceClient.lb_edge_extension_path

lb_edge_extension_path(project: str, location: str, lb_edge_extension: str) -> str

Returns a fully-qualified lb_edge_extension string.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.lb_edge_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.lb_route_extension_path

lb_route_extension_path( project: str, location: str, lb_route_extension: str ) -> str

Returns a fully-qualified lb_route_extension string.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.lb_route_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.lb_traffic_extension_path

lb_traffic_extension_path( project: str, location: str, lb_traffic_extension: str ) -> str

Returns a fully-qualified lb_traffic_extension string.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.lb_traffic_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_authz_extensions

list_authz_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListAuthzExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListAuthzExtensionsPager )

Lists AuthzExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_authz_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_lb_edge_extensions

list_lb_edge_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListLbEdgeExtensionsPager )

Lists LbEdgeExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_lb_edge_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_lb_route_extensions

list_lb_route_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListLbRouteExtensionsPager )

Lists LbRouteExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_lb_route_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_lb_traffic_extensions

list_lb_traffic_extensions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsRequest, 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.network_services_v1.services.dep_service.pagers.ListLbTrafficExtensionsPager )

Lists LbTrafficExtension resources in a given project and location.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_lb_traffic_extensions

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_locations

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.list_operations

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_authz_extension_path

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

Parses a authz_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_authz_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_common_billing_account_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_common_folder_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_common_location_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_common_organization_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_common_project_path

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

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_lb_edge_extension_path

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

Parses a lb_edge_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_lb_edge_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_lb_route_extension_path

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

Parses a lb_route_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_lb_route_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_lb_traffic_extension_path

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

Parses a lb_traffic_extension path into its component segments.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.parse_lb_traffic_extension_path

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.set_iam_policy

google.cloud.network_services_v1.services.dep_service.DepServiceClient.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.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.test_iam_permissions

google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_authz_extension

update_authz_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateAuthzExtensionRequest, dict ] ] = None, *, authz_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.AuthzExtension ] = 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.Operation

Updates the parameters of the specified AuthzExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_authz_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_lb_edge_extension

update_lb_edge_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateLbEdgeExtensionRequest, dict, ] ] = None, *, lb_edge_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbEdgeExtension ] = 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.Operation

Updates the parameters of the specified LbEdgeExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_lb_edge_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_lb_route_extension

update_lb_route_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateLbRouteExtensionRequest, dict, ] ] = None, *, lb_route_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbRouteExtension ] = 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.Operation

Updates the parameters of the specified LbRouteExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_lb_route_extension

google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_lb_traffic_extension

update_lb_traffic_extension( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.dep.UpdateLbTrafficExtensionRequest, dict, ] ] = None, *, lb_traffic_extension: typing.Optional[ google.cloud.network_services_v1.types.dep.LbTrafficExtension ] = 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.Operation

Updates the parameters of the specified LbTrafficExtension resource.

See more: google.cloud.network_services_v1.services.dep_service.DepServiceClient.update_lb_traffic_extension

google.cloud.network_services_v1.services.dep_service.pagers.ListAuthzExtensionsAsyncPager

ListAuthzExtensionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.dep.ListAuthzExtensionsResponse ], ], request: google.cloud.network_services_v1.types.dep.ListAuthzExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListAuthzExtensionsResponse, *, 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.network_services_v1.services.dep_service.pagers.ListAuthzExtensionsPager

ListAuthzExtensionsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.dep.ListAuthzExtensionsResponse ], request: google.cloud.network_services_v1.types.dep.ListAuthzExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListAuthzExtensionsResponse, *, 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.network_services_v1.services.dep_service.pagers.ListLbEdgeExtensionsAsyncPager

ListLbEdgeExtensionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsResponse ], ], request: google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsResponse, *, 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.network_services_v1.services.dep_service.pagers.ListLbEdgeExtensionsPager

ListLbEdgeExtensionsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsResponse ], request: google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListLbEdgeExtensionsResponse, *, 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.network_services_v1.services.dep_service.pagers.ListLbRouteExtensionsAsyncPager

ListLbRouteExtensionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsResponse ], ], request: google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsResponse, *, 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.network_services_v1.services.dep_service.pagers.ListLbRouteExtensionsPager

ListLbRouteExtensionsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsResponse ], request: google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListLbRouteExtensionsResponse, *, 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.network_services_v1.services.dep_service.pagers.ListLbTrafficExtensionsAsyncPager

ListLbTrafficExtensionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsResponse ], ], request: google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsResponse, *, 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.network_services_v1.services.dep_service.pagers.ListLbTrafficExtensionsPager

ListLbTrafficExtensionsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsResponse, ], request: google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsRequest, response: google.cloud.network_services_v1.types.dep.ListLbTrafficExtensionsResponse, *, 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.network_services_v1.services.network_services.NetworkServicesAsyncClient

NetworkServicesAsyncClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.network_services_v1.services.network_services.transports.base.NetworkServicesTransport, typing.Callable[ [...], google.cloud.network_services_v1.services.network_services.transports.base.NetworkServicesTransport, ], ] ] = "grpc_asyncio", client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )

Instantiates the network services async client.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.address_path

address_path(project: str, region: str, address: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.authorization_policy_path

authorization_policy_path( project: str, location: str, authorization_policy: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.backend_service_path

backend_service_path(project: str, location: str, backend_service: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.cancel_operation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.certificate_path

certificate_path(project: str, location: str, certificate: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.client_tls_policy_path

client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.common_location_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_endpoint_policy

create_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.CreateEndpointPolicyRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, endpoint_policy: typing.Optional[ google.cloud.network_services_v1.types.endpoint_policy.EndpointPolicy ] = None, endpoint_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.AsyncOperation

Creates a new EndpointPolicy in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_endpoint_policy

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_gateway

create_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.CreateGatewayRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, gateway: typing.Optional[ google.cloud.network_services_v1.types.gateway.Gateway ] = None, gateway_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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_grpc_route

create_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.CreateGrpcRouteRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, grpc_route: typing.Optional[ google.cloud.network_services_v1.types.grpc_route.GrpcRoute ] = None, grpc_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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_http_route

create_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.CreateHttpRouteRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, http_route: typing.Optional[ google.cloud.network_services_v1.types.http_route.HttpRoute ] = None, http_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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_mesh

create_mesh( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.CreateMeshRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, mesh: typing.Optional[google.cloud.network_services_v1.types.mesh.Mesh] = None, mesh_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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_service_binding

create_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.CreateServiceBindingRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_binding: typing.Optional[ google.cloud.network_services_v1.types.service_binding.ServiceBinding ] = None, service_binding_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.AsyncOperation

Creates a new ServiceBinding in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_service_binding

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_service_lb_policy

create_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.CreateServiceLbPolicyRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_lb_policy: typing.Optional[ google.cloud.network_services_v1.types.service_lb_policy.ServiceLbPolicy ] = None, service_lb_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.AsyncOperation

Creates a new ServiceLbPolicy in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_service_lb_policy

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_tcp_route

create_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.CreateTcpRouteRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tcp_route: typing.Optional[ google.cloud.network_services_v1.types.tcp_route.TcpRoute ] = None, tcp_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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_tls_route

create_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.CreateTlsRouteRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tls_route: typing.Optional[ google.cloud.network_services_v1.types.tls_route.TlsRoute ] = None, tls_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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_wasm_plugin

create_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.CreateWasmPluginRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, wasm_plugin: typing.Optional[ google.cloud.network_services_v1.types.extensibility.WasmPlugin ] = None, wasm_plugin_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.AsyncOperation

Creates a new WasmPlugin resource in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_wasm_plugin

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_wasm_plugin_version

create_wasm_plugin_version( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.CreateWasmPluginVersionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, wasm_plugin_version: typing.Optional[ google.cloud.network_services_v1.types.extensibility.WasmPluginVersion ] = None, wasm_plugin_version_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.AsyncOperation

Creates a new WasmPluginVersion resource in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.create_wasm_plugin_version

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_endpoint_policy

delete_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.DeleteEndpointPolicyRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_gateway

delete_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.DeleteGatewayRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_grpc_route

delete_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.DeleteGrpcRouteRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_http_route

delete_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.DeleteHttpRouteRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_mesh

delete_mesh( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.DeleteMeshRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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]]] = () ) -> None

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_service_binding

delete_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.DeleteServiceBindingRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_service_lb_policy

delete_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.DeleteServiceLbPolicyRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_tcp_route

delete_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.DeleteTcpRouteRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_tls_route

delete_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.DeleteTlsRouteRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_wasm_plugin

delete_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.DeleteWasmPluginRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.delete_wasm_plugin_version

delete_wasm_plugin_version( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.DeleteWasmPluginVersionRequest, 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.endpoint_policy_path

endpoint_policy_path(project: str, location: str, endpoint_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.network_services_v1.services.network_services.NetworkServicesAsyncClient.from_service_account_file

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.network_services_v1.services.network_services.NetworkServicesAsyncClient.from_service_account_info

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.network_services_v1.services.network_services.NetworkServicesAsyncClient.from_service_account_json

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.gateway_path

gateway_path(project: str, location: str, gateway: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.gateway_route_view_path

gateway_route_view_path( project: str, location: str, gateway: str, route_view: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.gateway_security_policy_path

gateway_security_policy_path( project: str, location: str, gateway_security_policy: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_endpoint_policy

get_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.GetEndpointPolicyRequest, 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.network_services_v1.types.endpoint_policy.EndpointPolicy

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_gateway

get_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.GetGatewayRequest, 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.network_services_v1.types.gateway.Gateway

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_gateway_route_view

get_gateway_route_view( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.GetGatewayRouteViewRequest, 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.network_services_v1.types.route_view.GatewayRouteView

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_grpc_route

get_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.GetGrpcRouteRequest, 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.network_services_v1.types.grpc_route.GrpcRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_http_route

get_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.GetHttpRouteRequest, 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.network_services_v1.types.http_route.HttpRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.Policy

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.Location

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_mesh

get_mesh( request: typing.Optional[ typing.Union[google.cloud.network_services_v1.types.mesh.GetMeshRequest, 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.network_services_v1.types.mesh.Mesh

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_mesh_route_view

get_mesh_route_view( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.GetMeshRouteViewRequest, 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.network_services_v1.types.route_view.MeshRouteView

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_service_binding

get_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.GetServiceBindingRequest, 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.network_services_v1.types.service_binding.ServiceBinding

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_service_lb_policy

get_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.GetServiceLbPolicyRequest, 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.network_services_v1.types.service_lb_policy.ServiceLbPolicy

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_tcp_route

get_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.GetTcpRouteRequest, 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.network_services_v1.types.tcp_route.TcpRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_tls_route

get_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.GetTlsRouteRequest, 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.network_services_v1.types.tls_route.TlsRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.network_services_v1.services.network_services.transports.base.NetworkServicesTransport ]

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_wasm_plugin

get_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.GetWasmPluginRequest, 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.network_services_v1.types.extensibility.WasmPlugin

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.get_wasm_plugin_version

get_wasm_plugin_version( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.GetWasmPluginVersionRequest, 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.network_services_v1.types.extensibility.WasmPluginVersion

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.grpc_route_path

grpc_route_path(project: str, location: str, grpc_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.http_route_path

http_route_path(project: str, location: str, http_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_endpoint_policies

list_endpoint_policies( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesRequest, 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.network_services_v1.services.network_services.pagers.ListEndpointPoliciesAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_gateway_route_views

list_gateway_route_views( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsRequest, 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.network_services_v1.services.network_services.pagers.ListGatewayRouteViewsAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_gateways

list_gateways( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.ListGatewaysRequest, 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.network_services_v1.services.network_services.pagers.ListGatewaysAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_grpc_routes

list_grpc_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListGrpcRoutesAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_http_routes

list_http_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.ListHttpRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListHttpRoutesAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_locations

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_mesh_route_views

list_mesh_route_views( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsRequest, 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.network_services_v1.services.network_services.pagers.ListMeshRouteViewsAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_meshes

list_meshes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.ListMeshesRequest, 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.network_services_v1.services.network_services.pagers.ListMeshesAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_operations

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_service_bindings

list_service_bindings( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.ListServiceBindingsRequest, 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.network_services_v1.services.network_services.pagers.ListServiceBindingsAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_service_lb_policies

list_service_lb_policies( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesRequest, 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.network_services_v1.services.network_services.pagers.ListServiceLbPoliciesAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_tcp_routes

list_tcp_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListTcpRoutesAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_tls_routes

list_tls_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.ListTlsRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListTlsRoutesAsyncPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_wasm_plugin_versions

list_wasm_plugin_versions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsRequest, 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.network_services_v1.services.network_services.pagers.ListWasmPluginVersionsAsyncPager )

Lists WasmPluginVersion resources in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_wasm_plugin_versions

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_wasm_plugins

list_wasm_plugins( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.ListWasmPluginsRequest, 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.network_services_v1.services.network_services.pagers.ListWasmPluginsAsyncPager )

Lists WasmPlugin resources in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.list_wasm_plugins

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.mesh_path

mesh_path(project: str, location: str, mesh: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.mesh_route_view_path

mesh_route_view_path( project: str, location: str, mesh: str, route_view: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_address_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_authorization_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_backend_service_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_certificate_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_client_tls_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_common_billing_account_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_common_folder_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_common_location_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_common_organization_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_common_project_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_endpoint_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_gateway_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_gateway_route_view_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_gateway_security_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_grpc_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_http_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_mesh_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_mesh_route_view_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_network_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_server_tls_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_service_binding_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_service_lb_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_service_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_subnetwork_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_tcp_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_tls_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_wasm_plugin_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.parse_wasm_plugin_version_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.server_tls_policy_path

server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.service_binding_path

service_binding_path(project: str, location: str, service_binding: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.service_lb_policy_path

service_lb_policy_path(project: str, location: str, service_lb_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.set_iam_policy

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.tcp_route_path

tcp_route_path(project: str, location: str, tcp_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.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.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.test_iam_permissions

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.tls_route_path

tls_route_path(project: str, location: str, tls_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_endpoint_policy

update_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.UpdateEndpointPolicyRequest, dict, ] ] = None, *, endpoint_policy: typing.Optional[ google.cloud.network_services_v1.types.endpoint_policy.EndpointPolicy ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_gateway

update_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.UpdateGatewayRequest, dict ] ] = None, *, gateway: typing.Optional[ google.cloud.network_services_v1.types.gateway.Gateway ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_grpc_route

update_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.UpdateGrpcRouteRequest, dict, ] ] = None, *, grpc_route: typing.Optional[ google.cloud.network_services_v1.types.grpc_route.GrpcRoute ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_http_route

update_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.UpdateHttpRouteRequest, dict, ] ] = None, *, http_route: typing.Optional[ google.cloud.network_services_v1.types.http_route.HttpRoute ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_mesh

update_mesh( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.UpdateMeshRequest, dict ] ] = None, *, mesh: typing.Optional[google.cloud.network_services_v1.types.mesh.Mesh] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_service_binding

update_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.UpdateServiceBindingRequest, dict, ] ] = None, *, service_binding: typing.Optional[ google.cloud.network_services_v1.types.service_binding.ServiceBinding ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_service_lb_policy

update_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.UpdateServiceLbPolicyRequest, dict, ] ] = None, *, service_lb_policy: typing.Optional[ google.cloud.network_services_v1.types.service_lb_policy.ServiceLbPolicy ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_tcp_route

update_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.UpdateTcpRouteRequest, dict ] ] = None, *, tcp_route: typing.Optional[ google.cloud.network_services_v1.types.tcp_route.TcpRoute ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_tls_route

update_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.UpdateTlsRouteRequest, dict ] ] = None, *, tls_route: typing.Optional[ google.cloud.network_services_v1.types.tls_route.TlsRoute ] = 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.AsyncOperation

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_wasm_plugin

update_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.UpdateWasmPluginRequest, dict, ] ] = None, *, wasm_plugin: typing.Optional[ google.cloud.network_services_v1.types.extensibility.WasmPlugin ] = 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.AsyncOperation

Updates the parameters of the specified WasmPlugin resource.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.update_wasm_plugin

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.wasm_plugin_path

wasm_plugin_path(project: str, location: str, wasm_plugin: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesAsyncClient.wasm_plugin_version_path

wasm_plugin_version_path( project: str, location: str, wasm_plugin: str, wasm_plugin_version: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient

NetworkServicesClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.network_services_v1.services.network_services.transports.base.NetworkServicesTransport, typing.Callable[ [...], google.cloud.network_services_v1.services.network_services.transports.base.NetworkServicesTransport, ], ] ] = 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 = google.api_core.gapic_v1.client_info.ClientInfo )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.__exit__

__exit__(type, value, traceback)

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.address_path

address_path(project: str, region: str, address: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.authorization_policy_path

authorization_policy_path( project: str, location: str, authorization_policy: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.backend_service_path

backend_service_path(project: str, location: str, backend_service: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.cancel_operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.certificate_path

certificate_path(project: str, location: str, certificate: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.client_tls_policy_path

client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.common_location_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.common_project_path

common_project_path(project: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_endpoint_policy

create_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.CreateEndpointPolicyRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, endpoint_policy: typing.Optional[ google.cloud.network_services_v1.types.endpoint_policy.EndpointPolicy ] = None, endpoint_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.Operation

Creates a new EndpointPolicy in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_endpoint_policy

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_gateway

create_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.CreateGatewayRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, gateway: typing.Optional[ google.cloud.network_services_v1.types.gateway.Gateway ] = None, gateway_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.Operation

Creates a new Gateway in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_gateway

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_grpc_route

create_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.CreateGrpcRouteRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, grpc_route: typing.Optional[ google.cloud.network_services_v1.types.grpc_route.GrpcRoute ] = None, grpc_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.Operation

Creates a new GrpcRoute in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_grpc_route

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_http_route

create_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.CreateHttpRouteRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, http_route: typing.Optional[ google.cloud.network_services_v1.types.http_route.HttpRoute ] = None, http_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.Operation

Creates a new HttpRoute in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_http_route

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_mesh

create_mesh( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.CreateMeshRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, mesh: typing.Optional[google.cloud.network_services_v1.types.mesh.Mesh] = None, mesh_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.Operation

Creates a new Mesh in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_mesh

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_service_binding

create_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.CreateServiceBindingRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_binding: typing.Optional[ google.cloud.network_services_v1.types.service_binding.ServiceBinding ] = None, service_binding_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.Operation

Creates a new ServiceBinding in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_service_binding

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_service_lb_policy

create_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.CreateServiceLbPolicyRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, service_lb_policy: typing.Optional[ google.cloud.network_services_v1.types.service_lb_policy.ServiceLbPolicy ] = None, service_lb_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.Operation

Creates a new ServiceLbPolicy in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_service_lb_policy

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_tcp_route

create_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.CreateTcpRouteRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tcp_route: typing.Optional[ google.cloud.network_services_v1.types.tcp_route.TcpRoute ] = None, tcp_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.Operation

Creates a new TcpRoute in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_tcp_route

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_tls_route

create_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.CreateTlsRouteRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tls_route: typing.Optional[ google.cloud.network_services_v1.types.tls_route.TlsRoute ] = None, tls_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.Operation

Creates a new TlsRoute in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_tls_route

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_wasm_plugin

create_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.CreateWasmPluginRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, wasm_plugin: typing.Optional[ google.cloud.network_services_v1.types.extensibility.WasmPlugin ] = None, wasm_plugin_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.Operation

Creates a new WasmPlugin resource in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_wasm_plugin

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_wasm_plugin_version

create_wasm_plugin_version( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.CreateWasmPluginVersionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, wasm_plugin_version: typing.Optional[ google.cloud.network_services_v1.types.extensibility.WasmPluginVersion ] = None, wasm_plugin_version_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.Operation

Creates a new WasmPluginVersion resource in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.create_wasm_plugin_version

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_endpoint_policy

delete_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.DeleteEndpointPolicyRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_gateway

delete_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.DeleteGatewayRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_grpc_route

delete_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.DeleteGrpcRouteRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_http_route

delete_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.DeleteHttpRouteRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_mesh

delete_mesh( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.DeleteMeshRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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]]] = () ) -> None

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_service_binding

delete_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.DeleteServiceBindingRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_service_lb_policy

delete_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.DeleteServiceLbPolicyRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_tcp_route

delete_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.DeleteTcpRouteRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_tls_route

delete_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.DeleteTlsRouteRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_wasm_plugin

delete_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.DeleteWasmPluginRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.delete_wasm_plugin_version

delete_wasm_plugin_version( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.DeleteWasmPluginVersionRequest, 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.endpoint_policy_path

endpoint_policy_path(project: str, location: str, endpoint_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.network_services_v1.services.network_services.NetworkServicesClient.from_service_account_file

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.network_services_v1.services.network_services.NetworkServicesClient.from_service_account_info

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.network_services_v1.services.network_services.NetworkServicesClient.from_service_account_json

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.gateway_path

gateway_path(project: str, location: str, gateway: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.gateway_route_view_path

gateway_route_view_path( project: str, location: str, gateway: str, route_view: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.gateway_security_policy_path

gateway_security_policy_path( project: str, location: str, gateway_security_policy: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_endpoint_policy

get_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.GetEndpointPolicyRequest, 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.network_services_v1.types.endpoint_policy.EndpointPolicy

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_gateway

get_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.GetGatewayRequest, 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.network_services_v1.types.gateway.Gateway

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_gateway_route_view

get_gateway_route_view( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.GetGatewayRouteViewRequest, 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.network_services_v1.types.route_view.GatewayRouteView

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_grpc_route

get_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.GetGrpcRouteRequest, 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.network_services_v1.types.grpc_route.GrpcRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_http_route

get_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.GetHttpRouteRequest, 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.network_services_v1.types.http_route.HttpRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.Policy

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.Location

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_mesh

get_mesh( request: typing.Optional[ typing.Union[google.cloud.network_services_v1.types.mesh.GetMeshRequest, 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.network_services_v1.types.mesh.Mesh

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_mesh_route_view

get_mesh_route_view( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.GetMeshRouteViewRequest, 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.network_services_v1.types.route_view.MeshRouteView

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_mtls_endpoint_and_cert_source

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_service_binding

get_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.GetServiceBindingRequest, 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.network_services_v1.types.service_binding.ServiceBinding

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_service_lb_policy

get_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.GetServiceLbPolicyRequest, 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.network_services_v1.types.service_lb_policy.ServiceLbPolicy

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_tcp_route

get_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.GetTcpRouteRequest, 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.network_services_v1.types.tcp_route.TcpRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_tls_route

get_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.GetTlsRouteRequest, 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.network_services_v1.types.tls_route.TlsRoute

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_wasm_plugin

get_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.GetWasmPluginRequest, 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.network_services_v1.types.extensibility.WasmPlugin

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.get_wasm_plugin_version

get_wasm_plugin_version( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.GetWasmPluginVersionRequest, 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.network_services_v1.types.extensibility.WasmPluginVersion

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.grpc_route_path

grpc_route_path(project: str, location: str, grpc_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.http_route_path

http_route_path(project: str, location: str, http_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_endpoint_policies

list_endpoint_policies( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesRequest, 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.network_services_v1.services.network_services.pagers.ListEndpointPoliciesPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_gateway_route_views

list_gateway_route_views( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsRequest, 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.network_services_v1.services.network_services.pagers.ListGatewayRouteViewsPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_gateways

list_gateways( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.ListGatewaysRequest, 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.network_services_v1.services.network_services.pagers.ListGatewaysPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_grpc_routes

list_grpc_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListGrpcRoutesPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_http_routes

list_http_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.ListHttpRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListHttpRoutesPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_locations

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_mesh_route_views

list_mesh_route_views( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsRequest, 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.network_services_v1.services.network_services.pagers.ListMeshRouteViewsPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_meshes

list_meshes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.ListMeshesRequest, 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.network_services_v1.services.network_services.pagers.ListMeshesPager

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_operations

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_service_bindings

list_service_bindings( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.ListServiceBindingsRequest, 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.network_services_v1.services.network_services.pagers.ListServiceBindingsPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_service_lb_policies

list_service_lb_policies( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesRequest, 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.network_services_v1.services.network_services.pagers.ListServiceLbPoliciesPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_tcp_routes

list_tcp_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListTcpRoutesPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_tls_routes

list_tls_routes( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.ListTlsRoutesRequest, 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.network_services_v1.services.network_services.pagers.ListTlsRoutesPager )

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_wasm_plugin_versions

list_wasm_plugin_versions( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsRequest, 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.network_services_v1.services.network_services.pagers.ListWasmPluginVersionsPager )

Lists WasmPluginVersion resources in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_wasm_plugin_versions

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_wasm_plugins

list_wasm_plugins( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.ListWasmPluginsRequest, 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.network_services_v1.services.network_services.pagers.ListWasmPluginsPager )

Lists WasmPlugin resources in a given project and location.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.list_wasm_plugins

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.mesh_path

mesh_path(project: str, location: str, mesh: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.mesh_route_view_path

mesh_route_view_path( project: str, location: str, mesh: str, route_view: str ) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.network_path

network_path(project: str, network: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_address_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_authorization_policy_path

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

Parses a authorization_policy path into its component segments.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_authorization_policy_path

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_backend_service_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_certificate_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_client_tls_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_common_billing_account_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_common_folder_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_common_location_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_common_organization_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_common_project_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_endpoint_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_gateway_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_gateway_route_view_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_gateway_security_policy_path

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

Parses a gateway_security_policy path into its component segments.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_gateway_security_policy_path

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_grpc_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_http_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_mesh_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_mesh_route_view_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_network_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_server_tls_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_service_binding_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_service_lb_policy_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_service_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_subnetwork_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_tcp_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_tls_route_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_wasm_plugin_path

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

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_wasm_plugin_version_path

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

Parses a wasm_plugin_version path into its component segments.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.parse_wasm_plugin_version_path

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.server_tls_policy_path

server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.service_binding_path

service_binding_path(project: str, location: str, service_binding: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.service_lb_policy_path

service_lb_policy_path(project: str, location: str, service_lb_policy: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.set_iam_policy

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.tcp_route_path

tcp_route_path(project: str, location: str, tcp_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.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.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.test_iam_permissions

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.tls_route_path

tls_route_path(project: str, location: str, tls_route: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_endpoint_policy

update_endpoint_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.endpoint_policy.UpdateEndpointPolicyRequest, dict, ] ] = None, *, endpoint_policy: typing.Optional[ google.cloud.network_services_v1.types.endpoint_policy.EndpointPolicy ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_gateway

update_gateway( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.gateway.UpdateGatewayRequest, dict ] ] = None, *, gateway: typing.Optional[ google.cloud.network_services_v1.types.gateway.Gateway ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_grpc_route

update_grpc_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.grpc_route.UpdateGrpcRouteRequest, dict, ] ] = None, *, grpc_route: typing.Optional[ google.cloud.network_services_v1.types.grpc_route.GrpcRoute ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_http_route

update_http_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.http_route.UpdateHttpRouteRequest, dict, ] ] = None, *, http_route: typing.Optional[ google.cloud.network_services_v1.types.http_route.HttpRoute ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_mesh

update_mesh( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.mesh.UpdateMeshRequest, dict ] ] = None, *, mesh: typing.Optional[google.cloud.network_services_v1.types.mesh.Mesh] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_service_binding

update_service_binding( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_binding.UpdateServiceBindingRequest, dict, ] ] = None, *, service_binding: typing.Optional[ google.cloud.network_services_v1.types.service_binding.ServiceBinding ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_service_lb_policy

update_service_lb_policy( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.service_lb_policy.UpdateServiceLbPolicyRequest, dict, ] ] = None, *, service_lb_policy: typing.Optional[ google.cloud.network_services_v1.types.service_lb_policy.ServiceLbPolicy ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_tcp_route

update_tcp_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tcp_route.UpdateTcpRouteRequest, dict ] ] = None, *, tcp_route: typing.Optional[ google.cloud.network_services_v1.types.tcp_route.TcpRoute ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_tls_route

update_tls_route( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.tls_route.UpdateTlsRouteRequest, dict ] ] = None, *, tls_route: typing.Optional[ google.cloud.network_services_v1.types.tls_route.TlsRoute ] = 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.Operation

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_wasm_plugin

update_wasm_plugin( request: typing.Optional[ typing.Union[ google.cloud.network_services_v1.types.extensibility.UpdateWasmPluginRequest, dict, ] ] = None, *, wasm_plugin: typing.Optional[ google.cloud.network_services_v1.types.extensibility.WasmPlugin ] = 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.Operation

Updates the parameters of the specified WasmPlugin resource.

See more: google.cloud.network_services_v1.services.network_services.NetworkServicesClient.update_wasm_plugin

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.wasm_plugin_path

wasm_plugin_path(project: str, location: str, wasm_plugin: str) -> str

google.cloud.network_services_v1.services.network_services.NetworkServicesClient.wasm_plugin_version_path

wasm_plugin_version_path( project: str, location: str, wasm_plugin: str, wasm_plugin_version: str ) -> str

google.cloud.network_services_v1.services.network_services.pagers.ListEndpointPoliciesAsyncPager

ListEndpointPoliciesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesResponse ], ], request: google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesRequest, response: google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesResponse, *, 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.network_services_v1.services.network_services.pagers.ListEndpointPoliciesPager

ListEndpointPoliciesPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesResponse, ], request: google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesRequest, response: google.cloud.network_services_v1.types.endpoint_policy.ListEndpointPoliciesResponse, *, 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.network_services_v1.services.network_services.pagers.ListGatewayRouteViewsAsyncPager

ListGatewayRouteViewsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsResponse ], ], request: google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsRequest, response: google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsResponse, *, 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.network_services_v1.services.network_services.pagers.ListGatewayRouteViewsPager

ListGatewayRouteViewsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsResponse, ], request: google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsRequest, response: google.cloud.network_services_v1.types.route_view.ListGatewayRouteViewsResponse, *, 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.network_services_v1.services.network_services.pagers.ListGatewaysAsyncPager

ListGatewaysAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.gateway.ListGatewaysResponse ], ], request: google.cloud.network_services_v1.types.gateway.ListGatewaysRequest, response: google.cloud.network_services_v1.types.gateway.ListGatewaysResponse, *, 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.network_services_v1.services.network_services.pagers.ListGatewaysPager

ListGatewaysPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.gateway.ListGatewaysResponse ], request: google.cloud.network_services_v1.types.gateway.ListGatewaysRequest, response: google.cloud.network_services_v1.types.gateway.ListGatewaysResponse, *, 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.network_services_v1.services.network_services.pagers.ListGrpcRoutesAsyncPager

ListGrpcRoutesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesResponse ], ], request: google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesRequest, response: google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListGrpcRoutesPager

ListGrpcRoutesPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesResponse ], request: google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesRequest, response: google.cloud.network_services_v1.types.grpc_route.ListGrpcRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListHttpRoutesAsyncPager

ListHttpRoutesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.http_route.ListHttpRoutesResponse ], ], request: google.cloud.network_services_v1.types.http_route.ListHttpRoutesRequest, response: google.cloud.network_services_v1.types.http_route.ListHttpRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListHttpRoutesPager

ListHttpRoutesPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.http_route.ListHttpRoutesResponse ], request: google.cloud.network_services_v1.types.http_route.ListHttpRoutesRequest, response: google.cloud.network_services_v1.types.http_route.ListHttpRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListMeshRouteViewsAsyncPager

ListMeshRouteViewsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsResponse ], ], request: google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsRequest, response: google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsResponse, *, 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.network_services_v1.services.network_services.pagers.ListMeshRouteViewsPager

ListMeshRouteViewsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsResponse, ], request: google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsRequest, response: google.cloud.network_services_v1.types.route_view.ListMeshRouteViewsResponse, *, 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.network_services_v1.services.network_services.pagers.ListMeshesAsyncPager

ListMeshesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.mesh.ListMeshesResponse ], ], request: google.cloud.network_services_v1.types.mesh.ListMeshesRequest, response: google.cloud.network_services_v1.types.mesh.ListMeshesResponse, *, 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.network_services_v1.services.network_services.pagers.ListMeshesPager

ListMeshesPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.mesh.ListMeshesResponse ], request: google.cloud.network_services_v1.types.mesh.ListMeshesRequest, response: google.cloud.network_services_v1.types.mesh.ListMeshesResponse, *, 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.network_services_v1.services.network_services.pagers.ListServiceBindingsAsyncPager

ListServiceBindingsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.service_binding.ListServiceBindingsResponse ], ], request: google.cloud.network_services_v1.types.service_binding.ListServiceBindingsRequest, response: google.cloud.network_services_v1.types.service_binding.ListServiceBindingsResponse, *, 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.network_services_v1.services.network_services.pagers.ListServiceBindingsPager

ListServiceBindingsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.service_binding.ListServiceBindingsResponse, ], request: google.cloud.network_services_v1.types.service_binding.ListServiceBindingsRequest, response: google.cloud.network_services_v1.types.service_binding.ListServiceBindingsResponse, *, 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.network_services_v1.services.network_services.pagers.ListServiceLbPoliciesAsyncPager

ListServiceLbPoliciesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesResponse ], ], request: google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesRequest, response: google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesResponse, *, 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.network_services_v1.services.network_services.pagers.ListServiceLbPoliciesPager

ListServiceLbPoliciesPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesResponse, ], request: google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesRequest, response: google.cloud.network_services_v1.types.service_lb_policy.ListServiceLbPoliciesResponse, *, 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.network_services_v1.services.network_services.pagers.ListTcpRoutesAsyncPager

ListTcpRoutesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesResponse ], ], request: google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesRequest, response: google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListTcpRoutesPager

ListTcpRoutesPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesResponse ], request: google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesRequest, response: google.cloud.network_services_v1.types.tcp_route.ListTcpRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListTlsRoutesAsyncPager

ListTlsRoutesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.tls_route.ListTlsRoutesResponse ], ], request: google.cloud.network_services_v1.types.tls_route.ListTlsRoutesRequest, response: google.cloud.network_services_v1.types.tls_route.ListTlsRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListTlsRoutesPager

ListTlsRoutesPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.tls_route.ListTlsRoutesResponse ], request: google.cloud.network_services_v1.types.tls_route.ListTlsRoutesRequest, response: google.cloud.network_services_v1.types.tls_route.ListTlsRoutesResponse, *, 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.network_services_v1.services.network_services.pagers.ListWasmPluginVersionsAsyncPager

ListWasmPluginVersionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsResponse ], ], request: google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsRequest, response: google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsResponse, *, 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.network_services_v1.services.network_services.pagers.ListWasmPluginVersionsPager

ListWasmPluginVersionsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsResponse, ], request: google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsRequest, response: google.cloud.network_services_v1.types.extensibility.ListWasmPluginVersionsResponse, *, 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.network_services_v1.services.network_services.pagers.ListWasmPluginsAsyncPager

ListWasmPluginsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.network_services_v1.types.extensibility.ListWasmPluginsResponse ], ], request: google.cloud.network_services_v1.types.extensibility.ListWasmPluginsRequest, response: google.cloud.network_services_v1.types.extensibility.ListWasmPluginsResponse, *, 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.network_services_v1.services.network_services.pagers.ListWasmPluginsPager

ListWasmPluginsPager( method: typing.Callable[ [...], google.cloud.network_services_v1.types.extensibility.ListWasmPluginsResponse, ], request: google.cloud.network_services_v1.types.extensibility.ListWasmPluginsRequest, response: google.cloud.network_services_v1.types.extensibility.ListWasmPluginsResponse, *, 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]]] = () )