Summary of entries of Methods for networksecurity.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient
AddressGroupServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1.services.address_group_service.transports.base.AddressGroupServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1.services.address_group_service.transports.base.AddressGroupServiceTransport,
],
]
] = "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 address group service async client.
See more: google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.add_address_group_items
add_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.AddAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.AsyncOperationAdds items to an address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.address_group_path
address_group_path(project: str, location: str, address_group: str) -> strReturns a fully-qualified address_group string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.clone_address_group_items
clone_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CloneAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
source_address_group: 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.AsyncOperationClones items from one address group to another.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.create_address_group
create_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CreateAddressGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
address_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new address group in a given project and location.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.delete_address_group
delete_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.DeleteAddressGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.get_address_group
get_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.GetAddressGroupRequest,
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_security_v1.types.address_group.AddressGroupGets details of a single address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1.services.address_group_service.transports.base.AddressGroupServiceTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.list_address_group_references
list_address_group_references(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
dict,
]
] = None,
*,
address_group: 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_security_v1.services.address_group_service.pagers.ListAddressGroupReferencesAsyncPager
)Lists references of an address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.list_address_groups
list_address_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
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_security_v1.services.address_group_service.pagers.ListAddressGroupsAsyncPager
)Lists address groups in a given project and location.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.parse_address_group_path
parse_address_group_path(path: str) -> typing.Dict[str, str]Parses a address_group path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.remove_address_group_items
remove_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.RemoveAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.AsyncOperationRemoves items from an address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceAsyncClient.update_address_group
update_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.UpdateAddressGroupRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient
AddressGroupServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1.services.address_group_service.transports.base.AddressGroupServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1.services.address_group_service.transports.base.AddressGroupServiceTransport,
],
]
] = 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 address group service client.
See more: google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.exit
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.add_address_group_items
add_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.AddAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.OperationAdds items to an address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.address_group_path
address_group_path(project: str, location: str, address_group: str) -> strReturns a fully-qualified address_group string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.clone_address_group_items
clone_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CloneAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
source_address_group: 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.OperationClones items from one address group to another.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.create_address_group
create_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CreateAddressGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
address_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new address group in a given project and location.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.delete_address_group
delete_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.DeleteAddressGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.get_address_group
get_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.GetAddressGroupRequest,
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_security_v1.types.address_group.AddressGroupGets details of a single address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.list_address_group_references
list_address_group_references(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
dict,
]
] = None,
*,
address_group: 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_security_v1.services.address_group_service.pagers.ListAddressGroupReferencesPager
)Lists references of an address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.list_address_groups
list_address_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
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_security_v1.services.address_group_service.pagers.ListAddressGroupsPager
)Lists address groups in a given project and location.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.parse_address_group_path
parse_address_group_path(path: str) -> typing.Dict[str, str]Parses a address_group path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.remove_address_group_items
remove_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.RemoveAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.OperationRemoves items from an address group.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1.services.address_group_service.AddressGroupServiceClient.update_address_group
update_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.UpdateAddressGroupRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single address group.
google.cloud.network_security_v1.services.address_group_service.pagers.ListAddressGroupReferencesAsyncPager
ListAddressGroupReferencesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse
],
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1.services.address_group_service.pagers.ListAddressGroupReferencesPager
ListAddressGroupReferencesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse,
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1.services.address_group_service.pagers.ListAddressGroupsAsyncPager
ListAddressGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse
],
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1.services.address_group_service.pagers.ListAddressGroupsAsyncPager
google.cloud.network_security_v1.services.address_group_service.pagers.ListAddressGroupsPager
ListAddressGroupsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse,
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1.services.address_group_service.pagers.ListAddressGroupsPager
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient
NetworkSecurityAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1.services.network_security.transports.base.NetworkSecurityTransport,
typing.Callable[
[...],
google.cloud.network_security_v1.services.network_security.transports.base.NetworkSecurityTransport,
],
]
] = "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 security async client.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.authorization_policy_path
authorization_policy_path(
project: str, location: str, authorization_policy: str
) -> strReturns a fully-qualified authorization_policy string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.client_tls_policy_path
client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> strReturns a fully-qualified client_tls_policy string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.create_authorization_policy
create_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.CreateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authorization_policy: typing.Optional[
google.cloud.network_security_v1.types.authorization_policy.AuthorizationPolicy
] = None,
authorization_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new AuthorizationPolicy in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.create_client_tls_policy
create_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.CreateClientTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.client_tls_policy.ClientTlsPolicy
] = None,
client_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new ClientTlsPolicy in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.create_server_tls_policy
create_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.CreateServerTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.server_tls_policy.ServerTlsPolicy
] = None,
server_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new ServerTlsPolicy in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.delete_authorization_policy
delete_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.DeleteAuthorizationPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single AuthorizationPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.delete_client_tls_policy
delete_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.DeleteClientTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single ClientTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.delete_server_tls_policy
delete_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.DeleteServerTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single ServerTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_authorization_policy
get_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.GetAuthorizationPolicyRequest,
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_security_v1.types.authorization_policy.AuthorizationPolicyGets details of a single AuthorizationPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_client_tls_policy
get_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.GetClientTlsPolicyRequest,
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_security_v1.types.client_tls_policy.ClientTlsPolicyGets details of a single ClientTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_iam_policy
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_location
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_operation
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_server_tls_policy
get_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.GetServerTlsPolicyRequest,
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_security_v1.types.server_tls_policy.ServerTlsPolicyGets details of a single ServerTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1.services.network_security.transports.base.NetworkSecurityTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.list_authorization_policies
list_authorization_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesRequest,
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_security_v1.services.network_security.pagers.ListAuthorizationPoliciesAsyncPager
)Lists AuthorizationPolicies in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.list_client_tls_policies
list_client_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesRequest,
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_security_v1.services.network_security.pagers.ListClientTlsPoliciesAsyncPager
)Lists ClientTlsPolicies in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.list_locations
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.list_server_tls_policies
list_server_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesRequest,
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_security_v1.services.network_security.pagers.ListServerTlsPoliciesAsyncPager
)Lists ServerTlsPolicies in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_authorization_policy_path
parse_authorization_policy_path(path: str) -> typing.Dict[str, str]Parses a authorization_policy path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_client_tls_policy_path
parse_client_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a client_tls_policy path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.parse_server_tls_policy_path
parse_server_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a server_tls_policy path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.server_tls_policy_path
server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> strReturns a fully-qualified server_tls_policy string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.set_iam_policy
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.update_authorization_policy
update_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.UpdateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
authorization_policy: typing.Optional[
google.cloud.network_security_v1.types.authorization_policy.AuthorizationPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single AuthorizationPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.update_client_tls_policy
update_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.UpdateClientTlsPolicyRequest,
dict,
]
] = None,
*,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.client_tls_policy.ClientTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single ClientTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityAsyncClient.update_server_tls_policy
update_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.UpdateServerTlsPolicyRequest,
dict,
]
] = None,
*,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.server_tls_policy.ServerTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single ServerTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient
NetworkSecurityClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1.services.network_security.transports.base.NetworkSecurityTransport,
typing.Callable[
[...],
google.cloud.network_security_v1.services.network_security.transports.base.NetworkSecurityTransport,
],
]
] = 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 network security client.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.exit
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.authorization_policy_path
authorization_policy_path(
project: str, location: str, authorization_policy: str
) -> strReturns a fully-qualified authorization_policy string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.cancel_operation
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.client_tls_policy_path
client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> strReturns a fully-qualified client_tls_policy string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.common_folder_path
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.common_project_path
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.create_authorization_policy
create_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.CreateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authorization_policy: typing.Optional[
google.cloud.network_security_v1.types.authorization_policy.AuthorizationPolicy
] = None,
authorization_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new AuthorizationPolicy in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.create_client_tls_policy
create_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.CreateClientTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.client_tls_policy.ClientTlsPolicy
] = None,
client_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new ClientTlsPolicy in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.create_server_tls_policy
create_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.CreateServerTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.server_tls_policy.ServerTlsPolicy
] = None,
server_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new ServerTlsPolicy in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.delete_authorization_policy
delete_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.DeleteAuthorizationPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single AuthorizationPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.delete_client_tls_policy
delete_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.DeleteClientTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single ClientTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.delete_operation
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.delete_server_tls_policy
delete_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.DeleteServerTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single ServerTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_authorization_policy
get_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.GetAuthorizationPolicyRequest,
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_security_v1.types.authorization_policy.AuthorizationPolicyGets details of a single AuthorizationPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_client_tls_policy
get_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.GetClientTlsPolicyRequest,
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_security_v1.types.client_tls_policy.ClientTlsPolicyGets details of a single ClientTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_iam_policy
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_location
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_operation
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.get_server_tls_policy
get_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.GetServerTlsPolicyRequest,
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_security_v1.types.server_tls_policy.ServerTlsPolicyGets details of a single ServerTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.list_authorization_policies
list_authorization_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesRequest,
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_security_v1.services.network_security.pagers.ListAuthorizationPoliciesPager
)Lists AuthorizationPolicies in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.list_client_tls_policies
list_client_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesRequest,
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_security_v1.services.network_security.pagers.ListClientTlsPoliciesPager
)Lists ClientTlsPolicies in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.list_locations
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.list_operations
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.list_server_tls_policies
list_server_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesRequest,
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_security_v1.services.network_security.pagers.ListServerTlsPoliciesPager
)Lists ServerTlsPolicies in a given project and location.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_authorization_policy_path
parse_authorization_policy_path(path: str) -> typing.Dict[str, str]Parses a authorization_policy path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_client_tls_policy_path
parse_client_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a client_tls_policy path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.parse_server_tls_policy_path
parse_server_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a server_tls_policy path into its component segments.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.server_tls_policy_path
server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> strReturns a fully-qualified server_tls_policy string.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.set_iam_policy
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.update_authorization_policy
update_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.authorization_policy.UpdateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
authorization_policy: typing.Optional[
google.cloud.network_security_v1.types.authorization_policy.AuthorizationPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single AuthorizationPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.update_client_tls_policy
update_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.client_tls_policy.UpdateClientTlsPolicyRequest,
dict,
]
] = None,
*,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.client_tls_policy.ClientTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single ClientTlsPolicy.
google.cloud.network_security_v1.services.network_security.NetworkSecurityClient.update_server_tls_policy
update_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.server_tls_policy.UpdateServerTlsPolicyRequest,
dict,
]
] = None,
*,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1.types.server_tls_policy.ServerTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single ServerTlsPolicy.
google.cloud.network_security_v1.services.network_security.pagers.ListAuthorizationPoliciesAsyncPager
ListAuthorizationPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesResponse
],
],
request: google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesRequest,
response: google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1.services.network_security.pagers.ListAuthorizationPoliciesPager
ListAuthorizationPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesResponse,
],
request: google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesRequest,
response: google.cloud.network_security_v1.types.authorization_policy.ListAuthorizationPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1.services.network_security.pagers.ListAuthorizationPoliciesPager
google.cloud.network_security_v1.services.network_security.pagers.ListClientTlsPoliciesAsyncPager
ListClientTlsPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesResponse
],
],
request: google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesRequest,
response: google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1.services.network_security.pagers.ListClientTlsPoliciesAsyncPager
google.cloud.network_security_v1.services.network_security.pagers.ListClientTlsPoliciesPager
ListClientTlsPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesResponse,
],
request: google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesRequest,
response: google.cloud.network_security_v1.types.client_tls_policy.ListClientTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1.services.network_security.pagers.ListClientTlsPoliciesPager
google.cloud.network_security_v1.services.network_security.pagers.ListServerTlsPoliciesAsyncPager
ListServerTlsPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesResponse
],
],
request: google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesRequest,
response: google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1.services.network_security.pagers.ListServerTlsPoliciesAsyncPager
google.cloud.network_security_v1.services.network_security.pagers.ListServerTlsPoliciesPager
ListServerTlsPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesResponse,
],
request: google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesRequest,
response: google.cloud.network_security_v1.types.server_tls_policy.ListServerTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1.services.network_security.pagers.ListServerTlsPoliciesPager
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient
OrganizationAddressGroupServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1.services.organization_address_group_service.transports.base.OrganizationAddressGroupServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1.services.organization_address_group_service.transports.base.OrganizationAddressGroupServiceTransport,
],
]
] = "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 organization address group service async client.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.add_address_group_items
add_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.AddAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.AsyncOperationAdds items to an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.address_group_path
address_group_path(project: str, location: str, address_group: str) -> strReturns a fully-qualified address_group string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.clone_address_group_items
clone_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CloneAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
source_address_group: 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.AsyncOperationClones items from one address group to another.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.create_address_group
create_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CreateAddressGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
address_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new address group in a given project and location.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.delete_address_group
delete_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.DeleteAddressGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.get_address_group
get_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.GetAddressGroupRequest,
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_security_v1.types.address_group.AddressGroupGets details of a single address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1.services.organization_address_group_service.transports.base.OrganizationAddressGroupServiceTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.list_address_group_references
list_address_group_references(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
dict,
]
] = None,
*,
address_group: 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_security_v1.services.organization_address_group_service.pagers.ListAddressGroupReferencesAsyncPager
)Lists references of an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.list_address_groups
list_address_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
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_security_v1.services.organization_address_group_service.pagers.ListAddressGroupsAsyncPager
)Lists address groups in a given project and location.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.parse_address_group_path
parse_address_group_path(path: str) -> typing.Dict[str, str]Parses a address_group path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.remove_address_group_items
remove_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.RemoveAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.AsyncOperationRemoves items from an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceAsyncClient.update_address_group
update_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.UpdateAddressGroupRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates parameters of an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient
OrganizationAddressGroupServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1.services.organization_address_group_service.transports.base.OrganizationAddressGroupServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1.services.organization_address_group_service.transports.base.OrganizationAddressGroupServiceTransport,
],
]
] = 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 organization address group service client.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.add_address_group_items
add_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.AddAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.OperationAdds items to an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.address_group_path
address_group_path(project: str, location: str, address_group: str) -> strReturns a fully-qualified address_group string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.clone_address_group_items
clone_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CloneAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
source_address_group: 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.OperationClones items from one address group to another.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.create_address_group
create_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.CreateAddressGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
address_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new address group in a given project and location.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.delete_address_group
delete_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.DeleteAddressGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.get_address_group
get_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.GetAddressGroupRequest,
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_security_v1.types.address_group.AddressGroupGets details of a single address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.list_address_group_references
list_address_group_references(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
dict,
]
] = None,
*,
address_group: 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_security_v1.services.organization_address_group_service.pagers.ListAddressGroupReferencesPager
)Lists references of an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.list_address_groups
list_address_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
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_security_v1.services.organization_address_group_service.pagers.ListAddressGroupsPager
)Lists address groups in a given project and location.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.parse_address_group_path
parse_address_group_path(path: str) -> typing.Dict[str, str]Parses a address_group path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.remove_address_group_items
remove_address_group_items(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.RemoveAddressGroupItemsRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[str] = None,
items: typing.Optional[typing.MutableSequence[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.OperationRemoves items from an address group.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1.services.organization_address_group_service.OrganizationAddressGroupServiceClient.update_address_group
update_address_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1.types.address_group.UpdateAddressGroupRequest,
dict,
]
] = None,
*,
address_group: typing.Optional[
google.cloud.network_security_v1.types.address_group.AddressGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates parameters of an address group.
google.cloud.network_security_v1.services.organization_address_group_service.pagers.ListAddressGroupReferencesAsyncPager
ListAddressGroupReferencesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse
],
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1.services.organization_address_group_service.pagers.ListAddressGroupReferencesPager
ListAddressGroupReferencesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse,
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupReferencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1.services.organization_address_group_service.pagers.ListAddressGroupsAsyncPager
ListAddressGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse
],
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1.services.organization_address_group_service.pagers.ListAddressGroupsPager
ListAddressGroupsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse,
],
request: google.cloud.network_security_v1.types.address_group.ListAddressGroupsRequest,
response: google.cloud.network_security_v1.types.address_group.ListAddressGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient
DnsThreatDetectorServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
],
]
] = "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 dns threat detector service async client.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.create_dns_threat_detector
create_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.CreateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetector
] = None,
dns_threat_detector_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.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetectorCreates a new DnsThreatDetector in a given project and location.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.delete_dns_threat_detector
delete_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.DeleteDnsThreatDetectorRequest,
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]]] = ()
) -> NoneDeletes a single DnsThreatDetector.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.dns_threat_detector_path
dns_threat_detector_path(
project: str, location: str, dns_threat_detector: str
) -> strReturns a fully-qualified dns_threat_detector string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_dns_threat_detector
get_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.GetDnsThreatDetectorRequest,
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_security_v1alpha1.types.dns_threat_detector.DnsThreatDetectorGets the details of a single DnsThreatDetector.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.list_dns_threat_detectors
list_dns_threat_detectors(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
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_security_v1alpha1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsAsyncPager
)Lists DnsThreatDetectors in a given project and location.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_dns_threat_detector_path
parse_dns_threat_detector_path(path: str) -> typing.Dict[str, str]Parses a dns_threat_detector path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.update_dns_threat_detector
update_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.UpdateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetector
] = 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.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetectorUpdates a single DnsThreatDetector.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient
DnsThreatDetectorServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
],
]
] = 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 dns threat detector service client.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.create_dns_threat_detector
create_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.CreateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetector
] = None,
dns_threat_detector_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.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetectorCreates a new DnsThreatDetector in a given project and location.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.delete_dns_threat_detector
delete_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.DeleteDnsThreatDetectorRequest,
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]]] = ()
) -> NoneDeletes a single DnsThreatDetector.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.dns_threat_detector_path
dns_threat_detector_path(
project: str, location: str, dns_threat_detector: str
) -> strReturns a fully-qualified dns_threat_detector string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_dns_threat_detector
get_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.GetDnsThreatDetectorRequest,
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_security_v1alpha1.types.dns_threat_detector.DnsThreatDetectorGets the details of a single DnsThreatDetector.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.list_dns_threat_detectors
list_dns_threat_detectors(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
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_security_v1alpha1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsPager
)Lists DnsThreatDetectors in a given project and location.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_dns_threat_detector_path
parse_dns_threat_detector_path(path: str) -> typing.Dict[str, str]Parses a dns_threat_detector path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.update_dns_threat_detector
update_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.UpdateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetector
] = 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.cloud.network_security_v1alpha1.types.dns_threat_detector.DnsThreatDetectorUpdates a single DnsThreatDetector.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsAsyncPager
ListDnsThreatDetectorsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
response: google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsPager
ListDnsThreatDetectorsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsResponse,
],
request: google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
response: google.cloud.network_security_v1alpha1.types.dns_threat_detector.ListDnsThreatDetectorsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient
FirewallActivationAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.firewall_activation.transports.base.FirewallActivationTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.firewall_activation.transports.base.FirewallActivationTransport,
],
]
] = "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 firewall activation async client.
See more: google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.create_firewall_endpoint
create_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.CreateFirewallEndpointRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
firewall_endpoint: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpoint
] = None,
firewall_endpoint_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new FirewallEndpoint in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.create_firewall_endpoint_association
create_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.CreateFirewallEndpointAssociationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
firewall_endpoint_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpointAssociation
] = None,
firewall_endpoint_association_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new FirewallEndpointAssociation in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.delete_firewall_endpoint
delete_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.DeleteFirewallEndpointRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single Endpoint.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.delete_firewall_endpoint_association
delete_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.DeleteFirewallEndpointAssociationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single FirewallEndpointAssociation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.firewall_endpoint_association_path
firewall_endpoint_association_path(
project: str, location: str, firewall_endpoint_association: str
) -> strReturns a fully-qualified firewall_endpoint_association string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.firewall_endpoint_path
firewall_endpoint_path(
organization: str, location: str, firewall_endpoint: str
) -> strReturns a fully-qualified firewall_endpoint string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.get_firewall_endpoint
get_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.GetFirewallEndpointRequest,
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_security_v1alpha1.types.firewall_activation.FirewallEndpointGets details of a single Endpoint.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.get_firewall_endpoint_association
get_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.GetFirewallEndpointAssociationRequest,
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_security_v1alpha1.types.firewall_activation.FirewallEndpointAssociation
)Gets details of a single FirewallEndpointAssociation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.firewall_activation.transports.base.FirewallActivationTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.list_firewall_endpoint_associations
list_firewall_endpoint_associations(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsRequest,
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_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointAssociationsAsyncPager
)Lists Associations in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.list_firewall_endpoints
list_firewall_endpoints(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsRequest,
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_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointsAsyncPager
)Lists FirewallEndpoints in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_firewall_endpoint_association_path
parse_firewall_endpoint_association_path(path: str) -> typing.Dict[str, str]Parses a firewall_endpoint_association path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_firewall_endpoint_path
parse_firewall_endpoint_path(path: str) -> typing.Dict[str, str]Parses a firewall_endpoint path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.parse_tls_inspection_policy_path
parse_tls_inspection_policy_path(path: str) -> typing.Dict[str, str]Parses a tls_inspection_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.tls_inspection_policy_path
tls_inspection_policy_path(
project: str, location: str, tls_inspection_policy: str
) -> strReturns a fully-qualified tls_inspection_policy string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.update_firewall_endpoint
update_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.UpdateFirewallEndpointRequest,
dict,
]
] = None,
*,
firewall_endpoint: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpoint
] = 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.AsyncOperationUpdate a single Endpoint.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationAsyncClient.update_firewall_endpoint_association
update_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.UpdateFirewallEndpointAssociationRequest,
dict,
]
] = None,
*,
firewall_endpoint_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpointAssociation
] = 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.AsyncOperationUpdate a single FirewallEndpointAssociation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient
FirewallActivationClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.firewall_activation.transports.base.FirewallActivationTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.firewall_activation.transports.base.FirewallActivationTransport,
],
]
] = 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 firewall activation client.
See more: google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.exit
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.create_firewall_endpoint
create_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.CreateFirewallEndpointRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
firewall_endpoint: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpoint
] = None,
firewall_endpoint_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new FirewallEndpoint in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.create_firewall_endpoint_association
create_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.CreateFirewallEndpointAssociationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
firewall_endpoint_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpointAssociation
] = None,
firewall_endpoint_association_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new FirewallEndpointAssociation in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.delete_firewall_endpoint
delete_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.DeleteFirewallEndpointRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single Endpoint.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.delete_firewall_endpoint_association
delete_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.DeleteFirewallEndpointAssociationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single FirewallEndpointAssociation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.firewall_endpoint_association_path
firewall_endpoint_association_path(
project: str, location: str, firewall_endpoint_association: str
) -> strReturns a fully-qualified firewall_endpoint_association string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.firewall_endpoint_path
firewall_endpoint_path(
organization: str, location: str, firewall_endpoint: str
) -> strReturns a fully-qualified firewall_endpoint string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.get_firewall_endpoint
get_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.GetFirewallEndpointRequest,
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_security_v1alpha1.types.firewall_activation.FirewallEndpointGets details of a single Endpoint.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.get_firewall_endpoint_association
get_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.GetFirewallEndpointAssociationRequest,
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_security_v1alpha1.types.firewall_activation.FirewallEndpointAssociation
)Gets details of a single FirewallEndpointAssociation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.list_firewall_endpoint_associations
list_firewall_endpoint_associations(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsRequest,
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_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointAssociationsPager
)Lists Associations in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.list_firewall_endpoints
list_firewall_endpoints(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsRequest,
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_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointsPager
)Lists FirewallEndpoints in a given project and location.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_firewall_endpoint_association_path
parse_firewall_endpoint_association_path(path: str) -> typing.Dict[str, str]Parses a firewall_endpoint_association path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_firewall_endpoint_path
parse_firewall_endpoint_path(path: str) -> typing.Dict[str, str]Parses a firewall_endpoint path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.parse_tls_inspection_policy_path
parse_tls_inspection_policy_path(path: str) -> typing.Dict[str, str]Parses a tls_inspection_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.tls_inspection_policy_path
tls_inspection_policy_path(
project: str, location: str, tls_inspection_policy: str
) -> strReturns a fully-qualified tls_inspection_policy string.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.update_firewall_endpoint
update_firewall_endpoint(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.UpdateFirewallEndpointRequest,
dict,
]
] = None,
*,
firewall_endpoint: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpoint
] = 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.OperationUpdate a single Endpoint.
google.cloud.network_security_v1alpha1.services.firewall_activation.FirewallActivationClient.update_firewall_endpoint_association
update_firewall_endpoint_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.firewall_activation.UpdateFirewallEndpointAssociationRequest,
dict,
]
] = None,
*,
firewall_endpoint_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.firewall_activation.FirewallEndpointAssociation
] = 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.OperationUpdate a single FirewallEndpointAssociation.
google.cloud.network_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointAssociationsAsyncPager
ListFirewallEndpointAssociationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsRequest,
response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointAssociationsPager
ListFirewallEndpointAssociationsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse,
],
request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsRequest,
response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointsAsyncPager
ListFirewallEndpointsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsRequest,
response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.firewall_activation.pagers.ListFirewallEndpointsPager
ListFirewallEndpointsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse,
],
request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsRequest,
response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient
InterceptAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.intercept.transports.base.InterceptTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.intercept.transports.base.InterceptTransport,
],
]
] = "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 intercept async client.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.cancel_operation
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_folder_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_location_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.common_project_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.create_intercept_deployment
create_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptDeploymentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeployment
] = None,
intercept_deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a deployment in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.create_intercept_deployment_group
create_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptDeploymentGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeploymentGroup
] = None,
intercept_deployment_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a deployment group in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.create_intercept_endpoint_group
create_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptEndpointGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroup
] = None,
intercept_endpoint_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates an endpoint group in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.create_intercept_endpoint_group_association
create_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroupAssociation
] = None,
intercept_endpoint_group_association_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates an association in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.delete_intercept_deployment
delete_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptDeploymentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a deployment.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.delete_intercept_deployment_group
delete_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptDeploymentGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a deployment group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.delete_intercept_endpoint_group
delete_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptEndpointGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes an endpoint group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.delete_intercept_endpoint_group_association
delete_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes an association.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.delete_operation
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.forwarding_rule_path
forwarding_rule_path(project: str, forwarding_rule: str) -> strReturns a fully-qualified forwarding_rule string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.forwarding_rule_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_iam_policy
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_intercept_deployment
get_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptDeploymentRequest,
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_security_v1alpha1.types.intercept.InterceptDeploymentGets a specific deployment.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_intercept_deployment_group
get_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptDeploymentGroupRequest,
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_security_v1alpha1.types.intercept.InterceptDeploymentGroupGets a specific deployment group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_intercept_endpoint_group
get_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptEndpointGroupRequest,
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_security_v1alpha1.types.intercept.InterceptEndpointGroupGets a specific endpoint group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_intercept_endpoint_group_association
get_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptEndpointGroupAssociationRequest,
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_security_v1alpha1.types.intercept.InterceptEndpointGroupAssociation
)Gets a specific association.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_location
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_operation
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.intercept.transports.base.InterceptTransport
]Returns an appropriate transport class.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.get_transport_class
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.intercept_deployment_group_path
intercept_deployment_group_path(
project: str, location: str, intercept_deployment_group: str
) -> strReturns a fully-qualified intercept_deployment_group string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.intercept_deployment_path
intercept_deployment_path(
project: str, location: str, intercept_deployment: str
) -> strReturns a fully-qualified intercept_deployment string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.intercept_endpoint_group_association_path
intercept_endpoint_group_association_path(
project: str, location: str, intercept_endpoint_group_association: str
) -> strReturns a fully-qualified intercept_endpoint_group_association string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.intercept_endpoint_group_path
intercept_endpoint_group_path(
project: str, location: str, intercept_endpoint_group: str
) -> strReturns a fully-qualified intercept_endpoint_group string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_intercept_deployment_groups
list_intercept_deployment_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentGroupsAsyncPager
)Lists deployment groups in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_intercept_deployments
list_intercept_deployments(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentsAsyncPager
)Lists deployments in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_intercept_endpoint_group_associations
list_intercept_endpoint_group_associations(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupAssociationsAsyncPager
)Lists associations in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_intercept_endpoint_groups
list_intercept_endpoint_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupsAsyncPager
)Lists endpoint groups in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_locations
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.list_operations
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.network_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_forwarding_rule_path
parse_forwarding_rule_path(path: str) -> typing.Dict[str, str]Parses a forwarding_rule path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_intercept_deployment_group_path
parse_intercept_deployment_group_path(path: str) -> typing.Dict[str, str]Parses a intercept_deployment_group path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_intercept_deployment_path
parse_intercept_deployment_path(path: str) -> typing.Dict[str, str]Parses a intercept_deployment path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_intercept_endpoint_group_association_path
parse_intercept_endpoint_group_association_path(path: str) -> typing.Dict[str, str]Parses a intercept_endpoint_group_association path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_intercept_endpoint_group_path
parse_intercept_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a intercept_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.parse_network_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.set_iam_policy
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.test_iam_permissions
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.update_intercept_deployment
update_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptDeploymentRequest,
dict,
]
] = None,
*,
intercept_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeployment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates a deployment.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.update_intercept_deployment_group
update_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptDeploymentGroupRequest,
dict,
]
] = None,
*,
intercept_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeploymentGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates a deployment group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.update_intercept_endpoint_group
update_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptEndpointGroupRequest,
dict,
]
] = None,
*,
intercept_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates an endpoint group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptAsyncClient.update_intercept_endpoint_group_association
update_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
intercept_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroupAssociation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates an association.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient
InterceptClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.intercept.transports.base.InterceptTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.intercept.transports.base.InterceptTransport,
],
]
] = 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 intercept client.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.exit
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.cancel_operation
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_folder_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_location_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_organization_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.common_project_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.create_intercept_deployment
create_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptDeploymentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeployment
] = None,
intercept_deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a deployment in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.create_intercept_deployment_group
create_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptDeploymentGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeploymentGroup
] = None,
intercept_deployment_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a deployment group in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.create_intercept_endpoint_group
create_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptEndpointGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroup
] = None,
intercept_endpoint_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates an endpoint group in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.create_intercept_endpoint_group_association
create_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.CreateInterceptEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
intercept_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroupAssociation
] = None,
intercept_endpoint_group_association_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates an association in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.delete_intercept_deployment
delete_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptDeploymentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a deployment.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.delete_intercept_deployment_group
delete_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptDeploymentGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a deployment group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.delete_intercept_endpoint_group
delete_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptEndpointGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes an endpoint group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.delete_intercept_endpoint_group_association
delete_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.DeleteInterceptEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes an association.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.delete_operation
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.forwarding_rule_path
forwarding_rule_path(project: str, forwarding_rule: str) -> strReturns a fully-qualified forwarding_rule string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.forwarding_rule_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.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_security_v1alpha1.services.intercept.InterceptClient.from_service_account_file
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.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_security_v1alpha1.services.intercept.InterceptClient.from_service_account_info
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.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_security_v1alpha1.services.intercept.InterceptClient.from_service_account_json
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_iam_policy
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_intercept_deployment
get_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptDeploymentRequest,
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_security_v1alpha1.types.intercept.InterceptDeploymentGets a specific deployment.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_intercept_deployment
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_intercept_deployment_group
get_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptDeploymentGroupRequest,
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_security_v1alpha1.types.intercept.InterceptDeploymentGroupGets a specific deployment group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_intercept_endpoint_group
get_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptEndpointGroupRequest,
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_security_v1alpha1.types.intercept.InterceptEndpointGroupGets a specific endpoint group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_intercept_endpoint_group_association
get_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.GetInterceptEndpointGroupAssociationRequest,
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_security_v1alpha1.types.intercept.InterceptEndpointGroupAssociation
)Gets a specific association.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_location
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.get_operation
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.intercept_deployment_group_path
intercept_deployment_group_path(
project: str, location: str, intercept_deployment_group: str
) -> strReturns a fully-qualified intercept_deployment_group string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.intercept_deployment_path
intercept_deployment_path(
project: str, location: str, intercept_deployment: str
) -> strReturns a fully-qualified intercept_deployment string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.intercept_deployment_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.intercept_endpoint_group_association_path
intercept_endpoint_group_association_path(
project: str, location: str, intercept_endpoint_group_association: str
) -> strReturns a fully-qualified intercept_endpoint_group_association string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.intercept_endpoint_group_path
intercept_endpoint_group_path(
project: str, location: str, intercept_endpoint_group: str
) -> strReturns a fully-qualified intercept_endpoint_group string.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_intercept_deployment_groups
list_intercept_deployment_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentGroupsPager
)Lists deployment groups in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_intercept_deployments
list_intercept_deployments(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentsPager
)Lists deployments in a given project and location.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_intercept_deployments
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_intercept_endpoint_group_associations
list_intercept_endpoint_group_associations(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupAssociationsPager
)Lists associations in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_intercept_endpoint_groups
list_intercept_endpoint_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsRequest,
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_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupsPager
)Lists endpoint groups in a given project and location.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_locations
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.list_operations
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.network_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_folder_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_location_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_common_project_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_forwarding_rule_path
parse_forwarding_rule_path(path: str) -> typing.Dict[str, str]Parses a forwarding_rule path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_forwarding_rule_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_intercept_deployment_group_path
parse_intercept_deployment_group_path(path: str) -> typing.Dict[str, str]Parses a intercept_deployment_group path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_intercept_deployment_path
parse_intercept_deployment_path(path: str) -> typing.Dict[str, str]Parses a intercept_deployment path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_intercept_endpoint_group_association_path
parse_intercept_endpoint_group_association_path(path: str) -> typing.Dict[str, str]Parses a intercept_endpoint_group_association path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_intercept_endpoint_group_path
parse_intercept_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a intercept_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.parse_network_path
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.set_iam_policy
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.test_iam_permissions
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.update_intercept_deployment
update_intercept_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptDeploymentRequest,
dict,
]
] = None,
*,
intercept_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeployment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates a deployment.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.update_intercept_deployment_group
update_intercept_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptDeploymentGroupRequest,
dict,
]
] = None,
*,
intercept_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptDeploymentGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates a deployment group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.update_intercept_endpoint_group
update_intercept_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptEndpointGroupRequest,
dict,
]
] = None,
*,
intercept_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates an endpoint group.
google.cloud.network_security_v1alpha1.services.intercept.InterceptClient.update_intercept_endpoint_group_association
update_intercept_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.intercept.UpdateInterceptEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
intercept_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.intercept.InterceptEndpointGroupAssociation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates an association.
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentGroupsAsyncPager
ListInterceptDeploymentGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentGroupsPager
ListInterceptDeploymentGroupsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsResponse,
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentGroupsPager
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentsAsyncPager
ListInterceptDeploymentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentsAsyncPager
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentsPager
ListInterceptDeploymentsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsResponse,
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptDeploymentsPager
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupAssociationsAsyncPager
ListInterceptEndpointGroupAssociationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupAssociationsPager
ListInterceptEndpointGroupAssociationsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsResponse,
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupAssociationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupsAsyncPager
ListInterceptEndpointGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupsPager
ListInterceptEndpointGroupsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsResponse,
],
request: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.intercept.ListInterceptEndpointGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.intercept.pagers.ListInterceptEndpointGroupsPager
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient
MirroringAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.mirroring.transports.base.MirroringTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.mirroring.transports.base.MirroringTransport,
],
]
] = "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 mirroring async client.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.cancel_operation
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_folder_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_location_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.common_project_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.create_mirroring_deployment
create_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringDeploymentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeployment
] = None,
mirroring_deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a deployment in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.create_mirroring_deployment_group
create_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringDeploymentGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeploymentGroup
] = None,
mirroring_deployment_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a deployment group in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.create_mirroring_endpoint_group
create_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringEndpointGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroup
] = None,
mirroring_endpoint_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates an endpoint group in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.create_mirroring_endpoint_group_association
create_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroupAssociation
] = None,
mirroring_endpoint_group_association_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates an association in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.delete_mirroring_deployment
delete_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringDeploymentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a deployment.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.delete_mirroring_deployment_group
delete_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringDeploymentGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a deployment group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.delete_mirroring_endpoint_group
delete_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringEndpointGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes an endpoint group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.delete_mirroring_endpoint_group_association
delete_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes an association.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.delete_operation
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.forwarding_rule_path
forwarding_rule_path(project: str, forwarding_rule: str) -> strReturns a fully-qualified forwarding_rule string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.forwarding_rule_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_iam_policy
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_location
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_mirroring_deployment
get_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringDeploymentRequest,
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_security_v1alpha1.types.mirroring.MirroringDeploymentGets a specific deployment.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_mirroring_deployment_group
get_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringDeploymentGroupRequest,
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_security_v1alpha1.types.mirroring.MirroringDeploymentGroupGets a specific deployment group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_mirroring_endpoint_group
get_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringEndpointGroupRequest,
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_security_v1alpha1.types.mirroring.MirroringEndpointGroupGets a specific endpoint group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_mirroring_endpoint_group_association
get_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringEndpointGroupAssociationRequest,
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_security_v1alpha1.types.mirroring.MirroringEndpointGroupAssociation
)Gets a specific association.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_operation
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.mirroring.transports.base.MirroringTransport
]Returns an appropriate transport class.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.get_transport_class
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_locations
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_mirroring_deployment_groups
list_mirroring_deployment_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentGroupsAsyncPager
)Lists deployment groups in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_mirroring_deployments
list_mirroring_deployments(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentsAsyncPager
)Lists deployments in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_mirroring_endpoint_group_associations
list_mirroring_endpoint_group_associations(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupAssociationsAsyncPager
)Lists associations in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_mirroring_endpoint_groups
list_mirroring_endpoint_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupsAsyncPager
)Lists endpoint groups in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.list_operations
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.mirroring_deployment_group_path
mirroring_deployment_group_path(
project: str, location: str, mirroring_deployment_group: str
) -> strReturns a fully-qualified mirroring_deployment_group string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.mirroring_deployment_path
mirroring_deployment_path(
project: str, location: str, mirroring_deployment: str
) -> strReturns a fully-qualified mirroring_deployment string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.mirroring_endpoint_group_association_path
mirroring_endpoint_group_association_path(
project: str, location: str, mirroring_endpoint_group_association: str
) -> strReturns a fully-qualified mirroring_endpoint_group_association string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.mirroring_endpoint_group_path
mirroring_endpoint_group_path(
project: str, location: str, mirroring_endpoint_group: str
) -> strReturns a fully-qualified mirroring_endpoint_group string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.network_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_forwarding_rule_path
parse_forwarding_rule_path(path: str) -> typing.Dict[str, str]Parses a forwarding_rule path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_mirroring_deployment_group_path
parse_mirroring_deployment_group_path(path: str) -> typing.Dict[str, str]Parses a mirroring_deployment_group path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_mirroring_deployment_path
parse_mirroring_deployment_path(path: str) -> typing.Dict[str, str]Parses a mirroring_deployment path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_mirroring_endpoint_group_association_path
parse_mirroring_endpoint_group_association_path(path: str) -> typing.Dict[str, str]Parses a mirroring_endpoint_group_association path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_mirroring_endpoint_group_path
parse_mirroring_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a mirroring_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.parse_network_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.set_iam_policy
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.test_iam_permissions
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.update_mirroring_deployment
update_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringDeploymentRequest,
dict,
]
] = None,
*,
mirroring_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeployment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates a deployment.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.update_mirroring_deployment_group
update_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringDeploymentGroupRequest,
dict,
]
] = None,
*,
mirroring_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeploymentGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates a deployment group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.update_mirroring_endpoint_group
update_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringEndpointGroupRequest,
dict,
]
] = None,
*,
mirroring_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates an endpoint group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringAsyncClient.update_mirroring_endpoint_group_association
update_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
mirroring_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroupAssociation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates an association.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient
MirroringClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.mirroring.transports.base.MirroringTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.mirroring.transports.base.MirroringTransport,
],
]
] = 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 mirroring client.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.exit
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.cancel_operation
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_folder_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_location_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_organization_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.common_project_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.create_mirroring_deployment
create_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringDeploymentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeployment
] = None,
mirroring_deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a deployment in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.create_mirroring_deployment_group
create_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringDeploymentGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeploymentGroup
] = None,
mirroring_deployment_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a deployment group in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.create_mirroring_endpoint_group
create_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringEndpointGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroup
] = None,
mirroring_endpoint_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates an endpoint group in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.create_mirroring_endpoint_group_association
create_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.CreateMirroringEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
mirroring_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroupAssociation
] = None,
mirroring_endpoint_group_association_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates an association in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.delete_mirroring_deployment
delete_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringDeploymentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a deployment.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.delete_mirroring_deployment_group
delete_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringDeploymentGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a deployment group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.delete_mirroring_endpoint_group
delete_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringEndpointGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes an endpoint group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.delete_mirroring_endpoint_group_association
delete_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.DeleteMirroringEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes an association.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.delete_operation
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.forwarding_rule_path
forwarding_rule_path(project: str, forwarding_rule: str) -> strReturns a fully-qualified forwarding_rule string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.forwarding_rule_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.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_security_v1alpha1.services.mirroring.MirroringClient.from_service_account_file
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.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_security_v1alpha1.services.mirroring.MirroringClient.from_service_account_info
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.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_security_v1alpha1.services.mirroring.MirroringClient.from_service_account_json
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_iam_policy
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_location
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_mirroring_deployment
get_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringDeploymentRequest,
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_security_v1alpha1.types.mirroring.MirroringDeploymentGets a specific deployment.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_mirroring_deployment
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_mirroring_deployment_group
get_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringDeploymentGroupRequest,
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_security_v1alpha1.types.mirroring.MirroringDeploymentGroupGets a specific deployment group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_mirroring_endpoint_group
get_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringEndpointGroupRequest,
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_security_v1alpha1.types.mirroring.MirroringEndpointGroupGets a specific endpoint group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_mirroring_endpoint_group_association
get_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.GetMirroringEndpointGroupAssociationRequest,
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_security_v1alpha1.types.mirroring.MirroringEndpointGroupAssociation
)Gets a specific association.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.get_operation
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_locations
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_mirroring_deployment_groups
list_mirroring_deployment_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentGroupsPager
)Lists deployment groups in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_mirroring_deployments
list_mirroring_deployments(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentsPager
)Lists deployments in a given project and location.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_mirroring_deployments
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_mirroring_endpoint_group_associations
list_mirroring_endpoint_group_associations(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupAssociationsPager
)Lists associations in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_mirroring_endpoint_groups
list_mirroring_endpoint_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsRequest,
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_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupsPager
)Lists endpoint groups in a given project and location.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.list_operations
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.mirroring_deployment_group_path
mirroring_deployment_group_path(
project: str, location: str, mirroring_deployment_group: str
) -> strReturns a fully-qualified mirroring_deployment_group string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.mirroring_deployment_path
mirroring_deployment_path(
project: str, location: str, mirroring_deployment: str
) -> strReturns a fully-qualified mirroring_deployment string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.mirroring_deployment_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.mirroring_endpoint_group_association_path
mirroring_endpoint_group_association_path(
project: str, location: str, mirroring_endpoint_group_association: str
) -> strReturns a fully-qualified mirroring_endpoint_group_association string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.mirroring_endpoint_group_path
mirroring_endpoint_group_path(
project: str, location: str, mirroring_endpoint_group: str
) -> strReturns a fully-qualified mirroring_endpoint_group string.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.network_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_folder_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_location_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_common_project_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_forwarding_rule_path
parse_forwarding_rule_path(path: str) -> typing.Dict[str, str]Parses a forwarding_rule path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_forwarding_rule_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_mirroring_deployment_group_path
parse_mirroring_deployment_group_path(path: str) -> typing.Dict[str, str]Parses a mirroring_deployment_group path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_mirroring_deployment_path
parse_mirroring_deployment_path(path: str) -> typing.Dict[str, str]Parses a mirroring_deployment path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_mirroring_endpoint_group_association_path
parse_mirroring_endpoint_group_association_path(path: str) -> typing.Dict[str, str]Parses a mirroring_endpoint_group_association path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_mirroring_endpoint_group_path
parse_mirroring_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a mirroring_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.parse_network_path
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.set_iam_policy
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.test_iam_permissions
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.update_mirroring_deployment
update_mirroring_deployment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringDeploymentRequest,
dict,
]
] = None,
*,
mirroring_deployment: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeployment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates a deployment.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.update_mirroring_deployment_group
update_mirroring_deployment_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringDeploymentGroupRequest,
dict,
]
] = None,
*,
mirroring_deployment_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringDeploymentGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates a deployment group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.update_mirroring_endpoint_group
update_mirroring_endpoint_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringEndpointGroupRequest,
dict,
]
] = None,
*,
mirroring_endpoint_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates an endpoint group.
google.cloud.network_security_v1alpha1.services.mirroring.MirroringClient.update_mirroring_endpoint_group_association
update_mirroring_endpoint_group_association(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.mirroring.UpdateMirroringEndpointGroupAssociationRequest,
dict,
]
] = None,
*,
mirroring_endpoint_group_association: typing.Optional[
google.cloud.network_security_v1alpha1.types.mirroring.MirroringEndpointGroupAssociation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates an association.
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentGroupsAsyncPager
ListMirroringDeploymentGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentGroupsPager
ListMirroringDeploymentGroupsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsResponse,
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentGroupsPager
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentsAsyncPager
ListMirroringDeploymentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentsAsyncPager
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentsPager
ListMirroringDeploymentsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsResponse,
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringDeploymentsPager
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupAssociationsAsyncPager
ListMirroringEndpointGroupAssociationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupAssociationsPager
ListMirroringEndpointGroupAssociationsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsResponse,
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupAssociationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupsAsyncPager
ListMirroringEndpointGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupsPager
ListMirroringEndpointGroupsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsResponse,
],
request: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.mirroring.ListMirroringEndpointGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.mirroring.pagers.ListMirroringEndpointGroupsPager
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient
NetworkSecurityAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.network_security.transports.base.NetworkSecurityTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.network_security.transports.base.NetworkSecurityTransport,
],
]
] = "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 security async client.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.authorization_policy_path
authorization_policy_path(
project: str, location: str, authorization_policy: str
) -> strReturns a fully-qualified authorization_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.authz_policy_path
authz_policy_path(project: str, location: str, authz_policy: str) -> strReturns a fully-qualified authz_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.backend_authentication_config_path
backend_authentication_config_path(
project: str, location: str, backend_authentication_config: str
) -> strReturns a fully-qualified backend_authentication_config string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.ca_pool_path
ca_pool_path(project: str, location: str, ca_pool: str) -> strReturns a fully-qualified ca_pool string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.certificate_path
certificate_path(project: str, location: str, certificate: str) -> strReturns a fully-qualified certificate string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.client_tls_policy_path
client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> strReturns a fully-qualified client_tls_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_authorization_policy
create_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.CreateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authorization_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authorization_policy.AuthorizationPolicy
] = None,
authorization_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new AuthorizationPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_authz_policy
create_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.CreateAuthzPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authz_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authz_policy.AuthzPolicy
] = None,
authz_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new AuthzPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_backend_authentication_config
create_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.CreateBackendAuthenticationConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
backend_authentication_config: typing.Optional[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.BackendAuthenticationConfig
] = None,
backend_authentication_config_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new BackendAuthenticationConfig in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_client_tls_policy
create_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.CreateClientTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.client_tls_policy.ClientTlsPolicy
] = None,
client_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new ClientTlsPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_gateway_security_policy
create_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.CreateGatewaySecurityPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
gateway_security_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.GatewaySecurityPolicy
] = None,
gateway_security_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new GatewaySecurityPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_gateway_security_policy_rule
create_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.CreateGatewaySecurityPolicyRuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
gateway_security_policy_rule: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.GatewaySecurityPolicyRule
] = None,
gateway_security_policy_rule_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new GatewaySecurityPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_server_tls_policy
create_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.CreateServerTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.server_tls_policy.ServerTlsPolicy
] = None,
server_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new ServerTlsPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_tls_inspection_policy
create_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.CreateTlsInspectionPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
tls_inspection_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.TlsInspectionPolicy
] = None,
tls_inspection_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new TlsInspectionPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.create_url_list
create_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.CreateUrlListRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
url_list: typing.Optional[
google.cloud.network_security_v1alpha1.types.url_list.UrlList
] = None,
url_list_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new UrlList in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_authorization_policy
delete_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.DeleteAuthorizationPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single AuthorizationPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_authz_policy
delete_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.DeleteAuthzPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single AuthzPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_backend_authentication_config
delete_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.DeleteBackendAuthenticationConfigRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single BackendAuthenticationConfig to BackendAuthenticationConfig.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_client_tls_policy
delete_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.DeleteClientTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single ClientTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_gateway_security_policy
delete_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.DeleteGatewaySecurityPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single GatewaySecurityPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_gateway_security_policy_rule
delete_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.DeleteGatewaySecurityPolicyRuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single GatewaySecurityPolicyRule.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_server_tls_policy
delete_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.DeleteServerTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single ServerTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_tls_inspection_policy
delete_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.DeleteTlsInspectionPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single TlsInspectionPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.delete_url_list
delete_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.DeleteUrlListRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single UrlList.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.gateway_security_policy_path
gateway_security_policy_path(
project: str, location: str, gateway_security_policy: str
) -> strReturns a fully-qualified gateway_security_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.gateway_security_policy_rule_path
gateway_security_policy_rule_path(
project: str, location: str, gateway_security_policy: str, rule: str
) -> strReturns a fully-qualified gateway_security_policy_rule string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_authorization_policy
get_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.GetAuthorizationPolicyRequest,
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_security_v1alpha1.types.authorization_policy.AuthorizationPolicy
)Gets details of a single AuthorizationPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_authz_policy
get_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.GetAuthzPolicyRequest,
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_security_v1alpha1.types.authz_policy.AuthzPolicyGets details of a single AuthzPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_backend_authentication_config
get_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.GetBackendAuthenticationConfigRequest,
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_security_v1alpha1.types.backend_authentication_config.BackendAuthenticationConfig
)Gets details of a single BackendAuthenticationConfig to BackendAuthenticationConfig.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_client_tls_policy
get_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.GetClientTlsPolicyRequest,
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_security_v1alpha1.types.client_tls_policy.ClientTlsPolicyGets details of a single ClientTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_gateway_security_policy
get_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.GetGatewaySecurityPolicyRequest,
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_security_v1alpha1.types.gateway_security_policy.GatewaySecurityPolicy
)Gets details of a single GatewaySecurityPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_gateway_security_policy_rule
get_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.GetGatewaySecurityPolicyRuleRequest,
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_security_v1alpha1.types.gateway_security_policy_rule.GatewaySecurityPolicyRule
)Gets details of a single GatewaySecurityPolicyRule.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_server_tls_policy
get_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.GetServerTlsPolicyRequest,
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_security_v1alpha1.types.server_tls_policy.ServerTlsPolicyGets details of a single ServerTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_tls_inspection_policy
get_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.GetTlsInspectionPolicyRequest,
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_security_v1alpha1.types.tls_inspection_policy.TlsInspectionPolicy
)Gets details of a single TlsInspectionPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.network_security.transports.base.NetworkSecurityTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.get_url_list
get_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.GetUrlListRequest,
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_security_v1alpha1.types.url_list.UrlListGets details of a single UrlList.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_authorization_policies
list_authorization_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListAuthorizationPoliciesAsyncPager
)Lists AuthorizationPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_authz_policies
list_authz_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListAuthzPoliciesAsyncPager
)Lists AuthzPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_backend_authentication_configs
list_backend_authentication_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsRequest,
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_security_v1alpha1.services.network_security.pagers.ListBackendAuthenticationConfigsAsyncPager
)Lists BackendAuthenticationConfigs in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_client_tls_policies
list_client_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListClientTlsPoliciesAsyncPager
)Lists ClientTlsPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_gateway_security_policies
list_gateway_security_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPoliciesAsyncPager
)Lists GatewaySecurityPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_gateway_security_policy_rules
list_gateway_security_policy_rules(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesRequest,
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_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPolicyRulesAsyncPager
)Lists GatewaySecurityPolicyRules in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_server_tls_policies
list_server_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListServerTlsPoliciesAsyncPager
)Lists ServerTlsPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_tls_inspection_policies
list_tls_inspection_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListTlsInspectionPoliciesAsyncPager
)Lists TlsInspectionPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.list_url_lists
list_url_lists(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsRequest,
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_security_v1alpha1.services.network_security.pagers.ListUrlListsAsyncPager
)Lists UrlLists in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_authorization_policy_path
parse_authorization_policy_path(path: str) -> typing.Dict[str, str]Parses a authorization_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_authz_policy_path
parse_authz_policy_path(path: str) -> typing.Dict[str, str]Parses a authz_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_backend_authentication_config_path
parse_backend_authentication_config_path(path: str) -> typing.Dict[str, str]Parses a backend_authentication_config path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_ca_pool_path
parse_ca_pool_path(path: str) -> typing.Dict[str, str]Parses a ca_pool path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_certificate_path
parse_certificate_path(path: str) -> typing.Dict[str, str]Parses a certificate path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_client_tls_policy_path
parse_client_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a client_tls_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.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.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_gateway_security_policy_rule_path
parse_gateway_security_policy_rule_path(path: str) -> typing.Dict[str, str]Parses a gateway_security_policy_rule path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_server_tls_policy_path
parse_server_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a server_tls_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_tls_inspection_policy_path
parse_tls_inspection_policy_path(path: str) -> typing.Dict[str, str]Parses a tls_inspection_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_trust_config_path
parse_trust_config_path(path: str) -> typing.Dict[str, str]Parses a trust_config path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.parse_url_list_path
parse_url_list_path(path: str) -> typing.Dict[str, str]Parses a url_list path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.server_tls_policy_path
server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> strReturns a fully-qualified server_tls_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.tls_inspection_policy_path
tls_inspection_policy_path(
project: str, location: str, tls_inspection_policy: str
) -> strReturns a fully-qualified tls_inspection_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.trust_config_path
trust_config_path(project: str, location: str, trust_config: str) -> strReturns a fully-qualified trust_config string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_authorization_policy
update_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.UpdateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
authorization_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authorization_policy.AuthorizationPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single AuthorizationPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_authz_policy
update_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.UpdateAuthzPolicyRequest,
dict,
]
] = None,
*,
authz_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authz_policy.AuthzPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single AuthzPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_backend_authentication_config
update_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.UpdateBackendAuthenticationConfigRequest,
dict,
]
] = None,
*,
backend_authentication_config: typing.Optional[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.BackendAuthenticationConfig
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single BackendAuthenticationConfig to BackendAuthenticationConfig.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_client_tls_policy
update_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.UpdateClientTlsPolicyRequest,
dict,
]
] = None,
*,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.client_tls_policy.ClientTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single ClientTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_gateway_security_policy
update_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.UpdateGatewaySecurityPolicyRequest,
dict,
]
] = None,
*,
gateway_security_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.GatewaySecurityPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single GatewaySecurityPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_gateway_security_policy_rule
update_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.UpdateGatewaySecurityPolicyRuleRequest,
dict,
]
] = None,
*,
gateway_security_policy_rule: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.GatewaySecurityPolicyRule
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single GatewaySecurityPolicyRule.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_server_tls_policy
update_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.UpdateServerTlsPolicyRequest,
dict,
]
] = None,
*,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.server_tls_policy.ServerTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single ServerTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_tls_inspection_policy
update_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.UpdateTlsInspectionPolicyRequest,
dict,
]
] = None,
*,
tls_inspection_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.TlsInspectionPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single TlsInspectionPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.update_url_list
update_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.UpdateUrlListRequest,
dict,
]
] = None,
*,
url_list: typing.Optional[
google.cloud.network_security_v1alpha1.types.url_list.UrlList
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single UrlList.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityAsyncClient.url_list_path
url_list_path(project: str, location: str, url_list: str) -> strReturns a fully-qualified url_list string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient
NetworkSecurityClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.network_security.transports.base.NetworkSecurityTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.network_security.transports.base.NetworkSecurityTransport,
],
]
] = 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 network security client.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.exit
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.authorization_policy_path
authorization_policy_path(
project: str, location: str, authorization_policy: str
) -> strReturns a fully-qualified authorization_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.authz_policy_path
authz_policy_path(project: str, location: str, authz_policy: str) -> strReturns a fully-qualified authz_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.backend_authentication_config_path
backend_authentication_config_path(
project: str, location: str, backend_authentication_config: str
) -> strReturns a fully-qualified backend_authentication_config string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.ca_pool_path
ca_pool_path(project: str, location: str, ca_pool: str) -> strReturns a fully-qualified ca_pool string.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.ca_pool_path
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.certificate_path
certificate_path(project: str, location: str, certificate: str) -> strReturns a fully-qualified certificate string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.client_tls_policy_path
client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> strReturns a fully-qualified client_tls_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_authorization_policy
create_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.CreateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authorization_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authorization_policy.AuthorizationPolicy
] = None,
authorization_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new AuthorizationPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_authz_policy
create_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.CreateAuthzPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authz_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authz_policy.AuthzPolicy
] = None,
authz_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new AuthzPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_backend_authentication_config
create_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.CreateBackendAuthenticationConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
backend_authentication_config: typing.Optional[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.BackendAuthenticationConfig
] = None,
backend_authentication_config_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new BackendAuthenticationConfig in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_client_tls_policy
create_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.CreateClientTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.client_tls_policy.ClientTlsPolicy
] = None,
client_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new ClientTlsPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_gateway_security_policy
create_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.CreateGatewaySecurityPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
gateway_security_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.GatewaySecurityPolicy
] = None,
gateway_security_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new GatewaySecurityPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_gateway_security_policy_rule
create_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.CreateGatewaySecurityPolicyRuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
gateway_security_policy_rule: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.GatewaySecurityPolicyRule
] = None,
gateway_security_policy_rule_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new GatewaySecurityPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_server_tls_policy
create_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.CreateServerTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.server_tls_policy.ServerTlsPolicy
] = None,
server_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new ServerTlsPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_tls_inspection_policy
create_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.CreateTlsInspectionPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
tls_inspection_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.TlsInspectionPolicy
] = None,
tls_inspection_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new TlsInspectionPolicy in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.create_url_list
create_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.CreateUrlListRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
url_list: typing.Optional[
google.cloud.network_security_v1alpha1.types.url_list.UrlList
] = None,
url_list_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new UrlList in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_authorization_policy
delete_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.DeleteAuthorizationPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single AuthorizationPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_authz_policy
delete_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.DeleteAuthzPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single AuthzPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_backend_authentication_config
delete_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.DeleteBackendAuthenticationConfigRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single BackendAuthenticationConfig to BackendAuthenticationConfig.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_client_tls_policy
delete_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.DeleteClientTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single ClientTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_gateway_security_policy
delete_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.DeleteGatewaySecurityPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single GatewaySecurityPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_gateway_security_policy_rule
delete_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.DeleteGatewaySecurityPolicyRuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single GatewaySecurityPolicyRule.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_server_tls_policy
delete_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.DeleteServerTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single ServerTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_tls_inspection_policy
delete_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.DeleteTlsInspectionPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single TlsInspectionPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.delete_url_list
delete_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.DeleteUrlListRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single UrlList.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.gateway_security_policy_path
gateway_security_policy_path(
project: str, location: str, gateway_security_policy: str
) -> strReturns a fully-qualified gateway_security_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.gateway_security_policy_rule_path
gateway_security_policy_rule_path(
project: str, location: str, gateway_security_policy: str, rule: str
) -> strReturns a fully-qualified gateway_security_policy_rule string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_authorization_policy
get_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.GetAuthorizationPolicyRequest,
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_security_v1alpha1.types.authorization_policy.AuthorizationPolicy
)Gets details of a single AuthorizationPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_authz_policy
get_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.GetAuthzPolicyRequest,
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_security_v1alpha1.types.authz_policy.AuthzPolicyGets details of a single AuthzPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_backend_authentication_config
get_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.GetBackendAuthenticationConfigRequest,
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_security_v1alpha1.types.backend_authentication_config.BackendAuthenticationConfig
)Gets details of a single BackendAuthenticationConfig to BackendAuthenticationConfig.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_client_tls_policy
get_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.GetClientTlsPolicyRequest,
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_security_v1alpha1.types.client_tls_policy.ClientTlsPolicyGets details of a single ClientTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_gateway_security_policy
get_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.GetGatewaySecurityPolicyRequest,
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_security_v1alpha1.types.gateway_security_policy.GatewaySecurityPolicy
)Gets details of a single GatewaySecurityPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_gateway_security_policy_rule
get_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.GetGatewaySecurityPolicyRuleRequest,
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_security_v1alpha1.types.gateway_security_policy_rule.GatewaySecurityPolicyRule
)Gets details of a single GatewaySecurityPolicyRule.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_location
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_operation
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_server_tls_policy
get_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.GetServerTlsPolicyRequest,
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_security_v1alpha1.types.server_tls_policy.ServerTlsPolicyGets details of a single ServerTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_tls_inspection_policy
get_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.GetTlsInspectionPolicyRequest,
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_security_v1alpha1.types.tls_inspection_policy.TlsInspectionPolicy
)Gets details of a single TlsInspectionPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_url_list
get_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.GetUrlListRequest,
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_security_v1alpha1.types.url_list.UrlListGets details of a single UrlList.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.get_url_list
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_authorization_policies
list_authorization_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListAuthorizationPoliciesPager
)Lists AuthorizationPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_authz_policies
list_authz_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListAuthzPoliciesPager
)Lists AuthzPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_backend_authentication_configs
list_backend_authentication_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsRequest,
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_security_v1alpha1.services.network_security.pagers.ListBackendAuthenticationConfigsPager
)Lists BackendAuthenticationConfigs in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_client_tls_policies
list_client_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListClientTlsPoliciesPager
)Lists ClientTlsPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_gateway_security_policies
list_gateway_security_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPoliciesPager
)Lists GatewaySecurityPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_gateway_security_policy_rules
list_gateway_security_policy_rules(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesRequest,
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_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPolicyRulesPager
)Lists GatewaySecurityPolicyRules in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_server_tls_policies
list_server_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListServerTlsPoliciesPager
)Lists ServerTlsPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_tls_inspection_policies
list_tls_inspection_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesRequest,
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_security_v1alpha1.services.network_security.pagers.ListTlsInspectionPoliciesPager
)Lists TlsInspectionPolicies in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.list_url_lists
list_url_lists(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsRequest,
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_security_v1alpha1.services.network_security.pagers.ListUrlListsPager
)Lists UrlLists in a given project and location.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_authorization_policy_path
parse_authorization_policy_path(path: str) -> typing.Dict[str, str]Parses a authorization_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_authz_policy_path
parse_authz_policy_path(path: str) -> typing.Dict[str, str]Parses a authz_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_backend_authentication_config_path
parse_backend_authentication_config_path(path: str) -> typing.Dict[str, str]Parses a backend_authentication_config path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_ca_pool_path
parse_ca_pool_path(path: str) -> typing.Dict[str, str]Parses a ca_pool path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_certificate_path
parse_certificate_path(path: str) -> typing.Dict[str, str]Parses a certificate path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_client_tls_policy_path
parse_client_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a client_tls_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.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.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_gateway_security_policy_rule_path
parse_gateway_security_policy_rule_path(path: str) -> typing.Dict[str, str]Parses a gateway_security_policy_rule path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_server_tls_policy_path
parse_server_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a server_tls_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_tls_inspection_policy_path
parse_tls_inspection_policy_path(path: str) -> typing.Dict[str, str]Parses a tls_inspection_policy path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_trust_config_path
parse_trust_config_path(path: str) -> typing.Dict[str, str]Parses a trust_config path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.parse_url_list_path
parse_url_list_path(path: str) -> typing.Dict[str, str]Parses a url_list path into its component segments.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.server_tls_policy_path
server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> strReturns a fully-qualified server_tls_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.tls_inspection_policy_path
tls_inspection_policy_path(
project: str, location: str, tls_inspection_policy: str
) -> strReturns a fully-qualified tls_inspection_policy string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.trust_config_path
trust_config_path(project: str, location: str, trust_config: str) -> strReturns a fully-qualified trust_config string.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_authorization_policy
update_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authorization_policy.UpdateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
authorization_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authorization_policy.AuthorizationPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single AuthorizationPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_authz_policy
update_authz_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.authz_policy.UpdateAuthzPolicyRequest,
dict,
]
] = None,
*,
authz_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.authz_policy.AuthzPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single AuthzPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_backend_authentication_config
update_backend_authentication_config(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.UpdateBackendAuthenticationConfigRequest,
dict,
]
] = None,
*,
backend_authentication_config: typing.Optional[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.BackendAuthenticationConfig
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single BackendAuthenticationConfig to BackendAuthenticationConfig.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_client_tls_policy
update_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.client_tls_policy.UpdateClientTlsPolicyRequest,
dict,
]
] = None,
*,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.client_tls_policy.ClientTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single ClientTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_gateway_security_policy
update_gateway_security_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.UpdateGatewaySecurityPolicyRequest,
dict,
]
] = None,
*,
gateway_security_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.GatewaySecurityPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single GatewaySecurityPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_gateway_security_policy_rule
update_gateway_security_policy_rule(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.UpdateGatewaySecurityPolicyRuleRequest,
dict,
]
] = None,
*,
gateway_security_policy_rule: typing.Optional[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.GatewaySecurityPolicyRule
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single GatewaySecurityPolicyRule.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_server_tls_policy
update_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.server_tls_policy.UpdateServerTlsPolicyRequest,
dict,
]
] = None,
*,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.server_tls_policy.ServerTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single ServerTlsPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_tls_inspection_policy
update_tls_inspection_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.UpdateTlsInspectionPolicyRequest,
dict,
]
] = None,
*,
tls_inspection_policy: typing.Optional[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.TlsInspectionPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single TlsInspectionPolicy.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.update_url_list
update_url_list(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.url_list.UpdateUrlListRequest,
dict,
]
] = None,
*,
url_list: typing.Optional[
google.cloud.network_security_v1alpha1.types.url_list.UrlList
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single UrlList.
google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.url_list_path
url_list_path(project: str, location: str, url_list: str) -> strReturns a fully-qualified url_list string.
See more: google.cloud.network_security_v1alpha1.services.network_security.NetworkSecurityClient.url_list_path
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListAuthorizationPoliciesAsyncPager
ListAuthorizationPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListAuthorizationPoliciesPager
ListAuthorizationPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesResponse,
],
request: google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.authorization_policy.ListAuthorizationPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListAuthzPoliciesAsyncPager
ListAuthzPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1alpha1.services.network_security.pagers.ListAuthzPoliciesAsyncPager
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListAuthzPoliciesPager
ListAuthzPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesResponse,
],
request: google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.authz_policy.ListAuthzPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.network_security.pagers.ListAuthzPoliciesPager
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListBackendAuthenticationConfigsAsyncPager
ListBackendAuthenticationConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsRequest,
response: google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListBackendAuthenticationConfigsPager
ListBackendAuthenticationConfigsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsResponse,
],
request: google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsRequest,
response: google.cloud.network_security_v1alpha1.types.backend_authentication_config.ListBackendAuthenticationConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListClientTlsPoliciesAsyncPager
ListClientTlsPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListClientTlsPoliciesPager
ListClientTlsPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesResponse,
],
request: google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.client_tls_policy.ListClientTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.network_security.pagers.ListClientTlsPoliciesPager
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPoliciesAsyncPager
ListGatewaySecurityPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPoliciesPager
ListGatewaySecurityPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesResponse,
],
request: google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.gateway_security_policy.ListGatewaySecurityPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPolicyRulesAsyncPager
ListGatewaySecurityPolicyRulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesRequest,
response: google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListGatewaySecurityPolicyRulesPager
ListGatewaySecurityPolicyRulesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesResponse,
],
request: google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesRequest,
response: google.cloud.network_security_v1alpha1.types.gateway_security_policy_rule.ListGatewaySecurityPolicyRulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListServerTlsPoliciesAsyncPager
ListServerTlsPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListServerTlsPoliciesPager
ListServerTlsPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesResponse,
],
request: google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.server_tls_policy.ListServerTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.network_security.pagers.ListServerTlsPoliciesPager
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListTlsInspectionPoliciesAsyncPager
ListTlsInspectionPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListTlsInspectionPoliciesPager
ListTlsInspectionPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesResponse,
],
request: google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesRequest,
response: google.cloud.network_security_v1alpha1.types.tls_inspection_policy.ListTlsInspectionPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListUrlListsAsyncPager
ListUrlListsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsRequest,
response: google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1alpha1.services.network_security.pagers.ListUrlListsAsyncPager
google.cloud.network_security_v1alpha1.services.network_security.pagers.ListUrlListsPager
ListUrlListsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsResponse,
],
request: google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsRequest,
response: google.cloud.network_security_v1alpha1.types.url_list.ListUrlListsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.network_security.pagers.ListUrlListsPager
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient
OrganizationSecurityProfileGroupServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.transports.base.OrganizationSecurityProfileGroupServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.transports.base.OrganizationSecurityProfileGroupServiceTransport,
],
]
] = "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 organization security profile group service async client.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.create_security_profile
create_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.CreateSecurityProfileRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
security_profile: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfile
] = None,
security_profile_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new SecurityProfile in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.create_security_profile_group
create_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.CreateSecurityProfileGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
security_profile_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfileGroup
] = None,
security_profile_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new SecurityProfileGroup in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.delete_security_profile
delete_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.DeleteSecurityProfileRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single SecurityProfile.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.delete_security_profile_group
delete_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.DeleteSecurityProfileGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single SecurityProfileGroup.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.get_security_profile
get_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.GetSecurityProfileRequest,
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_security_v1alpha1.types.security_profile_group.SecurityProfile
)Gets details of a single SecurityProfile.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.get_security_profile_group
get_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.GetSecurityProfileGroupRequest,
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_security_v1alpha1.types.security_profile_group.SecurityProfileGroup
)Gets details of a single SecurityProfileGroup.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.transports.base.OrganizationSecurityProfileGroupServiceTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.intercept_endpoint_group_path
intercept_endpoint_group_path(
project: str, location: str, intercept_endpoint_group: str
) -> strReturns a fully-qualified intercept_endpoint_group string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.list_security_profile_groups
list_security_profile_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsRequest,
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_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfileGroupsAsyncPager
)Lists SecurityProfileGroups in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.list_security_profiles
list_security_profiles(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesRequest,
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_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfilesAsyncPager
)Lists SecurityProfiles in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.mirroring_endpoint_group_path
mirroring_endpoint_group_path(
project: str, location: str, mirroring_endpoint_group: str
) -> strReturns a fully-qualified mirroring_endpoint_group string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_intercept_endpoint_group_path
parse_intercept_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a intercept_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_mirroring_endpoint_group_path
parse_mirroring_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a mirroring_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_security_profile_group_path
parse_security_profile_group_path(path: str) -> typing.Dict[str, str]Parses a security_profile_group path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.parse_security_profile_path
parse_security_profile_path(path: str) -> typing.Dict[str, str]Parses a security_profile path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.security_profile_group_path
security_profile_group_path(
organization: str, location: str, security_profile_group: str
) -> strReturns a fully-qualified security_profile_group string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.security_profile_path
security_profile_path(
organization: str, location: str, security_profile: str
) -> strReturns a fully-qualified security_profile string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.update_security_profile
update_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.UpdateSecurityProfileRequest,
dict,
]
] = None,
*,
security_profile: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfile
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single SecurityProfile.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceAsyncClient.update_security_profile_group
update_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.UpdateSecurityProfileGroupRequest,
dict,
]
] = None,
*,
security_profile_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfileGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single SecurityProfileGroup.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient
OrganizationSecurityProfileGroupServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.transports.base.OrganizationSecurityProfileGroupServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.transports.base.OrganizationSecurityProfileGroupServiceTransport,
],
]
] = 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 organization security profile group service client.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.create_security_profile
create_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.CreateSecurityProfileRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
security_profile: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfile
] = None,
security_profile_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new SecurityProfile in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.create_security_profile_group
create_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.CreateSecurityProfileGroupRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
security_profile_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfileGroup
] = None,
security_profile_group_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new SecurityProfileGroup in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.delete_security_profile
delete_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.DeleteSecurityProfileRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single SecurityProfile.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.delete_security_profile_group
delete_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.DeleteSecurityProfileGroupRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single SecurityProfileGroup.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.get_security_profile
get_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.GetSecurityProfileRequest,
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_security_v1alpha1.types.security_profile_group.SecurityProfile
)Gets details of a single SecurityProfile.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.get_security_profile_group
get_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.GetSecurityProfileGroupRequest,
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_security_v1alpha1.types.security_profile_group.SecurityProfileGroup
)Gets details of a single SecurityProfileGroup.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.intercept_endpoint_group_path
intercept_endpoint_group_path(
project: str, location: str, intercept_endpoint_group: str
) -> strReturns a fully-qualified intercept_endpoint_group string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.list_security_profile_groups
list_security_profile_groups(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsRequest,
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_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfileGroupsPager
)Lists SecurityProfileGroups in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.list_security_profiles
list_security_profiles(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesRequest,
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_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfilesPager
)Lists SecurityProfiles in a given organization and location.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.mirroring_endpoint_group_path
mirroring_endpoint_group_path(
project: str, location: str, mirroring_endpoint_group: str
) -> strReturns a fully-qualified mirroring_endpoint_group string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_intercept_endpoint_group_path
parse_intercept_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a intercept_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_mirroring_endpoint_group_path
parse_mirroring_endpoint_group_path(path: str) -> typing.Dict[str, str]Parses a mirroring_endpoint_group path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_security_profile_group_path
parse_security_profile_group_path(path: str) -> typing.Dict[str, str]Parses a security_profile_group path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.parse_security_profile_path
parse_security_profile_path(path: str) -> typing.Dict[str, str]Parses a security_profile path into its component segments.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.security_profile_group_path
security_profile_group_path(
organization: str, location: str, security_profile_group: str
) -> strReturns a fully-qualified security_profile_group string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.security_profile_path
security_profile_path(
organization: str, location: str, security_profile: str
) -> strReturns a fully-qualified security_profile string.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.update_security_profile
update_security_profile(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.UpdateSecurityProfileRequest,
dict,
]
] = None,
*,
security_profile: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfile
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single SecurityProfile.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.OrganizationSecurityProfileGroupServiceClient.update_security_profile_group
update_security_profile_group(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.UpdateSecurityProfileGroupRequest,
dict,
]
] = None,
*,
security_profile_group: typing.Optional[
google.cloud.network_security_v1alpha1.types.security_profile_group.SecurityProfileGroup
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single SecurityProfileGroup.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfileGroupsAsyncPager
ListSecurityProfileGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfileGroupsPager
ListSecurityProfileGroupsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsResponse,
],
request: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsRequest,
response: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfileGroupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfilesAsyncPager
ListSecurityProfilesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesRequest,
response: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.organization_security_profile_group_service.pagers.ListSecurityProfilesPager
ListSecurityProfilesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesResponse,
],
request: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesRequest,
response: google.cloud.network_security_v1alpha1.types.security_profile_group_service.ListSecurityProfilesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient
SSEGatewayServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.sse_gateway_service.transports.base.SSEGatewayServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.sse_gateway_service.transports.base.SSEGatewayServiceTransport,
],
]
] = "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 sse gateway service async client.
See more: google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.create_partner_sse_gateway
create_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.CreatePartnerSSEGatewayRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
partner_sse_gateway: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_gateway.PartnerSSEGateway
] = None,
partner_sse_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.AsyncOperationCreates a new PartnerSSEGateway in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.delete_partner_sse_gateway
delete_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.DeletePartnerSSEGatewayRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single PartnerSSEGateway.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.get_partner_sse_gateway
get_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.GetPartnerSSEGatewayRequest,
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_security_v1alpha1.types.sse_gateway.PartnerSSEGatewayGets details of a single PartnerSSEGateway.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.get_sse_gateway_reference
get_sse_gateway_reference(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.GetSSEGatewayReferenceRequest,
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_security_v1alpha1.types.sse_gateway.SSEGatewayReferenceGets details of a single SSEGatewayReference.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.sse_gateway_service.transports.base.SSEGatewayServiceTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.list_partner_sse_gateways
list_partner_sse_gateways(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysRequest,
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_security_v1alpha1.services.sse_gateway_service.pagers.ListPartnerSSEGatewaysAsyncPager
)Lists PartnerSSEGateways in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.list_sse_gateway_references
list_sse_gateway_references(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesRequest,
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_security_v1alpha1.services.sse_gateway_service.pagers.ListSSEGatewayReferencesAsyncPager
)Lists SSEGatewayReferences in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.parse_partner_sse_gateway_path
parse_partner_sse_gateway_path(path: str) -> typing.Dict[str, str]Parses a partner_sse_gateway path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.parse_sse_gateway_reference_path
parse_sse_gateway_reference_path(path: str) -> typing.Dict[str, str]Parses a sse_gateway_reference path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.partner_sse_gateway_path
partner_sse_gateway_path(
project: str, location: str, partner_sse_gateway: str
) -> strReturns a fully-qualified partner_sse_gateway string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.sse_gateway_reference_path
sse_gateway_reference_path(
project: str, location: str, sse_gateway_reference: str
) -> strReturns a fully-qualified sse_gateway_reference string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceAsyncClient.update_partner_sse_gateway
update_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.UpdatePartnerSSEGatewayRequest,
dict,
]
] = None,
*,
partner_sse_gateway: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_gateway.PartnerSSEGateway
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates a single PartnerSSEGateway.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient
SSEGatewayServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.sse_gateway_service.transports.base.SSEGatewayServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.sse_gateway_service.transports.base.SSEGatewayServiceTransport,
],
]
] = 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 sse gateway service client.
See more: google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.exit
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.create_partner_sse_gateway
create_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.CreatePartnerSSEGatewayRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
partner_sse_gateway: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_gateway.PartnerSSEGateway
] = None,
partner_sse_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.OperationCreates a new PartnerSSEGateway in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.delete_partner_sse_gateway
delete_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.DeletePartnerSSEGatewayRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single PartnerSSEGateway.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.get_partner_sse_gateway
get_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.GetPartnerSSEGatewayRequest,
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_security_v1alpha1.types.sse_gateway.PartnerSSEGatewayGets details of a single PartnerSSEGateway.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.get_sse_gateway_reference
get_sse_gateway_reference(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.GetSSEGatewayReferenceRequest,
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_security_v1alpha1.types.sse_gateway.SSEGatewayReferenceGets details of a single SSEGatewayReference.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.list_partner_sse_gateways
list_partner_sse_gateways(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysRequest,
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_security_v1alpha1.services.sse_gateway_service.pagers.ListPartnerSSEGatewaysPager
)Lists PartnerSSEGateways in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.list_sse_gateway_references
list_sse_gateway_references(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesRequest,
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_security_v1alpha1.services.sse_gateway_service.pagers.ListSSEGatewayReferencesPager
)Lists SSEGatewayReferences in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.parse_partner_sse_gateway_path
parse_partner_sse_gateway_path(path: str) -> typing.Dict[str, str]Parses a partner_sse_gateway path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.parse_sse_gateway_reference_path
parse_sse_gateway_reference_path(path: str) -> typing.Dict[str, str]Parses a sse_gateway_reference path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.partner_sse_gateway_path
partner_sse_gateway_path(
project: str, location: str, partner_sse_gateway: str
) -> strReturns a fully-qualified partner_sse_gateway string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.sse_gateway_reference_path
sse_gateway_reference_path(
project: str, location: str, sse_gateway_reference: str
) -> strReturns a fully-qualified sse_gateway_reference string.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.SSEGatewayServiceClient.update_partner_sse_gateway
update_partner_sse_gateway(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_gateway.UpdatePartnerSSEGatewayRequest,
dict,
]
] = None,
*,
partner_sse_gateway: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_gateway.PartnerSSEGateway
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates a single PartnerSSEGateway.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.pagers.ListPartnerSSEGatewaysAsyncPager
ListPartnerSSEGatewaysAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysResponse
],
],
request: google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysRequest,
response: google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.pagers.ListPartnerSSEGatewaysPager
ListPartnerSSEGatewaysPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysResponse,
],
request: google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysRequest,
response: google.cloud.network_security_v1alpha1.types.sse_gateway.ListPartnerSSEGatewaysResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.pagers.ListSSEGatewayReferencesAsyncPager
ListSSEGatewayReferencesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesResponse
],
],
request: google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesRequest,
response: google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.sse_gateway_service.pagers.ListSSEGatewayReferencesPager
ListSSEGatewayReferencesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesResponse,
],
request: google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesRequest,
response: google.cloud.network_security_v1alpha1.types.sse_gateway.ListSSEGatewayReferencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient
SSERealmServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.sse_realm_service.transports.base.SSERealmServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.sse_realm_service.transports.base.SSERealmServiceTransport,
],
]
] = "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 sse realm service async client.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.create_partner_sse_realm
create_partner_sse_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.CreatePartnerSSERealmRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
partner_sse_realm: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_realm.PartnerSSERealm
] = None,
partner_sse_realm_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new PartnerSSERealm in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.create_sac_attachment
create_sac_attachment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.CreateSACAttachmentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
sac_attachment: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_realm.SACAttachment
] = None,
sac_attachment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new SACAttachment in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.create_sac_realm
create_sac_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.CreateSACRealmRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
sac_realm: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_realm.SACRealm
] = None,
sac_realm_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new SACRealm in a given project.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.delete_partner_sse_realm
delete_partner_sse_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.DeletePartnerSSERealmRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single PartnerSSERealm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.delete_sac_attachment
delete_sac_attachment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.DeleteSACAttachmentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes the specified attachment.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.delete_sac_realm
delete_sac_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.DeleteSACRealmRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes the specified realm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_partner_sse_realm
get_partner_sse_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.GetPartnerSSERealmRequest,
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_security_v1alpha1.types.sse_realm.PartnerSSERealmGets details of a single PartnerSSERealm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_sac_attachment
get_sac_attachment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.GetSACAttachmentRequest,
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_security_v1alpha1.types.sse_realm.SACAttachmentReturns the specified attachment.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_sac_realm
get_sac_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.GetSACRealmRequest,
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_security_v1alpha1.types.sse_realm.SACRealmReturns the specified realm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1alpha1.services.sse_realm_service.transports.base.SSERealmServiceTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.list_partner_sse_realms
list_partner_sse_realms(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsRequest,
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_security_v1alpha1.services.sse_realm_service.pagers.ListPartnerSSERealmsAsyncPager
)Lists PartnerSSERealms in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.list_sac_attachments
list_sac_attachments(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsRequest,
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_security_v1alpha1.services.sse_realm_service.pagers.ListSACAttachmentsAsyncPager
)Lists SACAttachments in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.list_sac_realms
list_sac_realms(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsRequest,
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_security_v1alpha1.services.sse_realm_service.pagers.ListSACRealmsAsyncPager
)Lists SACRealms in a given project.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_partner_sse_realm_path
parse_partner_sse_realm_path(path: str) -> typing.Dict[str, str]Parses a partner_sse_realm path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_sac_attachment_path
parse_sac_attachment_path(path: str) -> typing.Dict[str, str]Parses a sac_attachment path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.parse_sac_realm_path
parse_sac_realm_path(path: str) -> typing.Dict[str, str]Parses a sac_realm path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.partner_sse_realm_path
partner_sse_realm_path(project: str, location: str, partner_sse_realm: str) -> strReturns a fully-qualified partner_sse_realm string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.sac_attachment_path
sac_attachment_path(project: str, location: str, sac_attachment: str) -> strReturns a fully-qualified sac_attachment string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.sac_realm_path
sac_realm_path(project: str, location: str, sac_realm: str) -> strReturns a fully-qualified sac_realm string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient
SSERealmServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1alpha1.services.sse_realm_service.transports.base.SSERealmServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1alpha1.services.sse_realm_service.transports.base.SSERealmServiceTransport,
],
]
] = 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 sse realm service client.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.exit
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.create_partner_sse_realm
create_partner_sse_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.CreatePartnerSSERealmRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
partner_sse_realm: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_realm.PartnerSSERealm
] = None,
partner_sse_realm_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new PartnerSSERealm in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.create_sac_attachment
create_sac_attachment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.CreateSACAttachmentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
sac_attachment: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_realm.SACAttachment
] = None,
sac_attachment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new SACAttachment in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.create_sac_realm
create_sac_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.CreateSACRealmRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
sac_realm: typing.Optional[
google.cloud.network_security_v1alpha1.types.sse_realm.SACRealm
] = None,
sac_realm_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new SACRealm in a given project.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.delete_partner_sse_realm
delete_partner_sse_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.DeletePartnerSSERealmRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single PartnerSSERealm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.delete_sac_attachment
delete_sac_attachment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.DeleteSACAttachmentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes the specified attachment.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.delete_sac_realm
delete_sac_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.DeleteSACRealmRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes the specified realm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_location
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_partner_sse_realm
get_partner_sse_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.GetPartnerSSERealmRequest,
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_security_v1alpha1.types.sse_realm.PartnerSSERealmGets details of a single PartnerSSERealm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_sac_attachment
get_sac_attachment(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.GetSACAttachmentRequest,
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_security_v1alpha1.types.sse_realm.SACAttachmentReturns the specified attachment.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.get_sac_realm
get_sac_realm(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.GetSACRealmRequest,
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_security_v1alpha1.types.sse_realm.SACRealmReturns the specified realm.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.list_partner_sse_realms
list_partner_sse_realms(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsRequest,
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_security_v1alpha1.services.sse_realm_service.pagers.ListPartnerSSERealmsPager
)Lists PartnerSSERealms in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.list_sac_attachments
list_sac_attachments(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsRequest,
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_security_v1alpha1.services.sse_realm_service.pagers.ListSACAttachmentsPager
)Lists SACAttachments in a given project and location.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.list_sac_realms
list_sac_realms(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsRequest,
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_security_v1alpha1.services.sse_realm_service.pagers.ListSACRealmsPager
)Lists SACRealms in a given project.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_partner_sse_realm_path
parse_partner_sse_realm_path(path: str) -> typing.Dict[str, str]Parses a partner_sse_realm path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_sac_attachment_path
parse_sac_attachment_path(path: str) -> typing.Dict[str, str]Parses a sac_attachment path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.parse_sac_realm_path
parse_sac_realm_path(path: str) -> typing.Dict[str, str]Parses a sac_realm path into its component segments.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.partner_sse_realm_path
partner_sse_realm_path(project: str, location: str, partner_sse_realm: str) -> strReturns a fully-qualified partner_sse_realm string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.sac_attachment_path
sac_attachment_path(project: str, location: str, sac_attachment: str) -> strReturns a fully-qualified sac_attachment string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.sac_realm_path
sac_realm_path(project: str, location: str, sac_realm: str) -> strReturns a fully-qualified sac_realm string.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1alpha1.services.sse_realm_service.SSERealmServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListPartnerSSERealmsAsyncPager
ListPartnerSSERealmsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsRequest,
response: google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListPartnerSSERealmsPager
ListPartnerSSERealmsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsResponse,
],
request: google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsRequest,
response: google.cloud.network_security_v1alpha1.types.sse_realm.ListPartnerSSERealmsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListPartnerSSERealmsPager
google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListSACAttachmentsAsyncPager
ListSACAttachmentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsRequest,
response: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListSACAttachmentsPager
ListSACAttachmentsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsResponse,
],
request: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsRequest,
response: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACAttachmentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListSACAttachmentsPager
google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListSACRealmsAsyncPager
ListSACRealmsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsResponse
],
],
request: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsRequest,
response: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListSACRealmsAsyncPager
google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListSACRealmsPager
ListSACRealmsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsResponse,
],
request: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsRequest,
response: google.cloud.network_security_v1alpha1.types.sse_realm.ListSACRealmsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1alpha1.services.sse_realm_service.pagers.ListSACRealmsPager
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient
DnsThreatDetectorServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
],
]
] = "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 dns threat detector service async client.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.create_dns_threat_detector
create_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.CreateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetector
] = None,
dns_threat_detector_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.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetectorCreates a new DnsThreatDetector in a given project and location.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.delete_dns_threat_detector
delete_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.DeleteDnsThreatDetectorRequest,
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]]] = ()
) -> NoneDeletes a single DnsThreatDetector.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.dns_threat_detector_path
dns_threat_detector_path(
project: str, location: str, dns_threat_detector: str
) -> strReturns a fully-qualified dns_threat_detector string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_dns_threat_detector
get_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.GetDnsThreatDetectorRequest,
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_security_v1beta1.types.dns_threat_detector.DnsThreatDetectorGets the details of a single DnsThreatDetector.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.list_dns_threat_detectors
list_dns_threat_detectors(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
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_security_v1beta1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsAsyncPager
)Lists DnsThreatDetectors in a given project and location.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_dns_threat_detector_path
parse_dns_threat_detector_path(path: str) -> typing.Dict[str, str]Parses a dns_threat_detector path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceAsyncClient.update_dns_threat_detector
update_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.UpdateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetector
] = 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.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetectorUpdates a single DnsThreatDetector.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient
DnsThreatDetectorServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
typing.Callable[
[...],
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.transports.base.DnsThreatDetectorServiceTransport,
],
]
] = 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 dns threat detector service client.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.create_dns_threat_detector
create_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.CreateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetector
] = None,
dns_threat_detector_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.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetectorCreates a new DnsThreatDetector in a given project and location.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.delete_dns_threat_detector
delete_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.DeleteDnsThreatDetectorRequest,
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]]] = ()
) -> NoneDeletes a single DnsThreatDetector.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.dns_threat_detector_path
dns_threat_detector_path(
project: str, location: str, dns_threat_detector: str
) -> strReturns a fully-qualified dns_threat_detector string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_dns_threat_detector
get_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.GetDnsThreatDetectorRequest,
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_security_v1beta1.types.dns_threat_detector.DnsThreatDetectorGets the details of a single DnsThreatDetector.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.list_dns_threat_detectors
list_dns_threat_detectors(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
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_security_v1beta1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsPager
)Lists DnsThreatDetectors in a given project and location.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_dns_threat_detector_path
parse_dns_threat_detector_path(path: str) -> typing.Dict[str, str]Parses a dns_threat_detector path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.DnsThreatDetectorServiceClient.update_dns_threat_detector
update_dns_threat_detector(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.dns_threat_detector.UpdateDnsThreatDetectorRequest,
dict,
]
] = None,
*,
dns_threat_detector: typing.Optional[
google.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetector
] = 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.cloud.network_security_v1beta1.types.dns_threat_detector.DnsThreatDetectorUpdates a single DnsThreatDetector.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsAsyncPager
ListDnsThreatDetectorsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsResponse
],
],
request: google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
response: google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1beta1.services.dns_threat_detector_service.pagers.ListDnsThreatDetectorsPager
ListDnsThreatDetectorsPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsResponse,
],
request: google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsRequest,
response: google.cloud.network_security_v1beta1.types.dns_threat_detector.ListDnsThreatDetectorsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient
NetworkSecurityAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1beta1.services.network_security.transports.base.NetworkSecurityTransport,
typing.Callable[
[...],
google.cloud.network_security_v1beta1.services.network_security.transports.base.NetworkSecurityTransport,
],
]
] = "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 security async client.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.authorization_policy_path
authorization_policy_path(
project: str, location: str, authorization_policy: str
) -> strReturns a fully-qualified authorization_policy string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.client_tls_policy_path
client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> strReturns a fully-qualified client_tls_policy string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.create_authorization_policy
create_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.CreateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authorization_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.authorization_policy.AuthorizationPolicy
] = None,
authorization_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new AuthorizationPolicy in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.create_client_tls_policy
create_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.CreateClientTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.client_tls_policy.ClientTlsPolicy
] = None,
client_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new ClientTlsPolicy in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.create_server_tls_policy
create_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.CreateServerTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.server_tls_policy.ServerTlsPolicy
] = None,
server_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new ServerTlsPolicy in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.delete_authorization_policy
delete_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.DeleteAuthorizationPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single AuthorizationPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.delete_client_tls_policy
delete_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.DeleteClientTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single ClientTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.delete_server_tls_policy
delete_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.DeleteServerTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes a single ServerTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_authorization_policy
get_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.GetAuthorizationPolicyRequest,
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_security_v1beta1.types.authorization_policy.AuthorizationPolicy
)Gets details of a single AuthorizationPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_client_tls_policy
get_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.GetClientTlsPolicyRequest,
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_security_v1beta1.types.client_tls_policy.ClientTlsPolicyGets details of a single ClientTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_server_tls_policy
get_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.GetServerTlsPolicyRequest,
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_security_v1beta1.types.server_tls_policy.ServerTlsPolicyGets details of a single ServerTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_security_v1beta1.services.network_security.transports.base.NetworkSecurityTransport
]Returns an appropriate transport class.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.list_authorization_policies
list_authorization_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesRequest,
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_security_v1beta1.services.network_security.pagers.ListAuthorizationPoliciesAsyncPager
)Lists AuthorizationPolicies in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.list_client_tls_policies
list_client_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesRequest,
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_security_v1beta1.services.network_security.pagers.ListClientTlsPoliciesAsyncPager
)Lists ClientTlsPolicies in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.list_server_tls_policies
list_server_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesRequest,
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_security_v1beta1.services.network_security.pagers.ListServerTlsPoliciesAsyncPager
)Lists ServerTlsPolicies in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_authorization_policy_path
parse_authorization_policy_path(path: str) -> typing.Dict[str, str]Parses a authorization_policy path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_client_tls_policy_path
parse_client_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a client_tls_policy path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.parse_server_tls_policy_path
parse_server_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a server_tls_policy path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.server_tls_policy_path
server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> strReturns a fully-qualified server_tls_policy string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.update_authorization_policy
update_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.UpdateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
authorization_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.authorization_policy.AuthorizationPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single AuthorizationPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.update_client_tls_policy
update_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.UpdateClientTlsPolicyRequest,
dict,
]
] = None,
*,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.client_tls_policy.ClientTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single ClientTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityAsyncClient.update_server_tls_policy
update_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.UpdateServerTlsPolicyRequest,
dict,
]
] = None,
*,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.server_tls_policy.ServerTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationUpdates the parameters of a single ServerTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient
NetworkSecurityClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_security_v1beta1.services.network_security.transports.base.NetworkSecurityTransport,
typing.Callable[
[...],
google.cloud.network_security_v1beta1.services.network_security.transports.base.NetworkSecurityTransport,
],
]
] = 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 network security client.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.exit
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.authorization_policy_path
authorization_policy_path(
project: str, location: str, authorization_policy: str
) -> strReturns a fully-qualified authorization_policy string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.client_tls_policy_path
client_tls_policy_path(project: str, location: str, client_tls_policy: str) -> strReturns a fully-qualified client_tls_policy string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.create_authorization_policy
create_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.CreateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
authorization_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.authorization_policy.AuthorizationPolicy
] = None,
authorization_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new AuthorizationPolicy in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.create_client_tls_policy
create_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.CreateClientTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.client_tls_policy.ClientTlsPolicy
] = None,
client_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new ClientTlsPolicy in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.create_server_tls_policy
create_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.CreateServerTlsPolicyRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.server_tls_policy.ServerTlsPolicy
] = None,
server_tls_policy_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new ServerTlsPolicy in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.delete_authorization_policy
delete_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.DeleteAuthorizationPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single AuthorizationPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.delete_client_tls_policy
delete_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.DeleteClientTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single ClientTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.delete_server_tls_policy
delete_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.DeleteServerTlsPolicyRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes a single ServerTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_authorization_policy
get_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.GetAuthorizationPolicyRequest,
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_security_v1beta1.types.authorization_policy.AuthorizationPolicy
)Gets details of a single AuthorizationPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_client_tls_policy
get_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.GetClientTlsPolicyRequest,
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_security_v1beta1.types.client_tls_policy.ClientTlsPolicyGets details of a single ClientTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_iam_policy
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_location
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_operation
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.get_server_tls_policy
get_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.GetServerTlsPolicyRequest,
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_security_v1beta1.types.server_tls_policy.ServerTlsPolicyGets details of a single ServerTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.list_authorization_policies
list_authorization_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesRequest,
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_security_v1beta1.services.network_security.pagers.ListAuthorizationPoliciesPager
)Lists AuthorizationPolicies in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.list_client_tls_policies
list_client_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesRequest,
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_security_v1beta1.services.network_security.pagers.ListClientTlsPoliciesPager
)Lists ClientTlsPolicies in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.list_locations
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.list_server_tls_policies
list_server_tls_policies(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesRequest,
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_security_v1beta1.services.network_security.pagers.ListServerTlsPoliciesPager
)Lists ServerTlsPolicies in a given project and location.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_authorization_policy_path
parse_authorization_policy_path(path: str) -> typing.Dict[str, str]Parses a authorization_policy path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_client_tls_policy_path
parse_client_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a client_tls_policy path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.parse_server_tls_policy_path
parse_server_tls_policy_path(path: str) -> typing.Dict[str, str]Parses a server_tls_policy path into its component segments.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.server_tls_policy_path
server_tls_policy_path(project: str, location: str, server_tls_policy: str) -> strReturns a fully-qualified server_tls_policy string.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.set_iam_policy
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.update_authorization_policy
update_authorization_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.authorization_policy.UpdateAuthorizationPolicyRequest,
dict,
]
] = None,
*,
authorization_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.authorization_policy.AuthorizationPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single AuthorizationPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.update_client_tls_policy
update_client_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.client_tls_policy.UpdateClientTlsPolicyRequest,
dict,
]
] = None,
*,
client_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.client_tls_policy.ClientTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single ClientTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.NetworkSecurityClient.update_server_tls_policy
update_server_tls_policy(
request: typing.Optional[
typing.Union[
google.cloud.network_security_v1beta1.types.server_tls_policy.UpdateServerTlsPolicyRequest,
dict,
]
] = None,
*,
server_tls_policy: typing.Optional[
google.cloud.network_security_v1beta1.types.server_tls_policy.ServerTlsPolicy
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationUpdates the parameters of a single ServerTlsPolicy.
google.cloud.network_security_v1beta1.services.network_security.pagers.ListAuthorizationPoliciesAsyncPager
ListAuthorizationPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse
],
],
request: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesRequest,
response: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1beta1.services.network_security.pagers.ListAuthorizationPoliciesPager
ListAuthorizationPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse,
],
request: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesRequest,
response: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.network_security_v1beta1.services.network_security.pagers.ListClientTlsPoliciesAsyncPager
ListClientTlsPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse
],
],
request: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesRequest,
response: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1beta1.services.network_security.pagers.ListClientTlsPoliciesPager
ListClientTlsPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse,
],
request: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesRequest,
response: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1beta1.services.network_security.pagers.ListClientTlsPoliciesPager
google.cloud.network_security_v1beta1.services.network_security.pagers.ListServerTlsPoliciesAsyncPager
ListServerTlsPoliciesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse
],
],
request: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesRequest,
response: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.network_security_v1beta1.services.network_security.pagers.ListServerTlsPoliciesPager
ListServerTlsPoliciesPager(
method: typing.Callable[
[...],
google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse,
],
request: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesRequest,
response: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.network_security_v1beta1.services.network_security.pagers.ListServerTlsPoliciesPager