Summary of entries of Methods for networkmanagement.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient
OrganizationVpcFlowLogsServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.transports.base.OrganizationVpcFlowLogsServiceTransport,
typing.Callable[
[...],
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.transports.base.OrganizationVpcFlowLogsServiceTransport,
],
]
] = "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 vpc flow logs service async client.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.create_vpc_flow_logs_config
create_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.CreateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = None,
vpc_flow_logs_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 VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.delete_vpc_flow_logs_config
delete_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.DeleteVpcFlowLogsConfigRequest,
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 specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.transports.base.OrganizationVpcFlowLogsServiceTransport
]Returns an appropriate transport class.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.get_vpc_flow_logs_config
get_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.GetVpcFlowLogsConfigRequest,
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_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfigGets the details of a specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.list_vpc_flow_logs_configs
list_vpc_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
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_management_v1.services.organization_vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsAsyncPager
)Lists all VpcFlowLogsConfigs in a given organization.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.parse_vpc_flow_logs_config_path
parse_vpc_flow_logs_config_path(path: str) -> typing.Dict[str, str]Parses a vpc_flow_logs_config path into its component segments.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.update_vpc_flow_logs_config
update_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.UpdateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = 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 existing VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceAsyncClient.vpc_flow_logs_config_path
vpc_flow_logs_config_path(
project: str, location: str, vpc_flow_logs_config: str
) -> strReturns a fully-qualified vpc_flow_logs_config string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient
OrganizationVpcFlowLogsServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.transports.base.OrganizationVpcFlowLogsServiceTransport,
typing.Callable[
[...],
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.transports.base.OrganizationVpcFlowLogsServiceTransport,
],
]
] = 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 vpc flow logs service client.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.create_vpc_flow_logs_config
create_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.CreateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = None,
vpc_flow_logs_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 VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.delete_vpc_flow_logs_config
delete_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.DeleteVpcFlowLogsConfigRequest,
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 specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.get_vpc_flow_logs_config
get_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.GetVpcFlowLogsConfigRequest,
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_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfigGets the details of a specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.list_vpc_flow_logs_configs
list_vpc_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
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_management_v1.services.organization_vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsPager
)Lists all VpcFlowLogsConfigs in a given organization.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.parse_vpc_flow_logs_config_path
parse_vpc_flow_logs_config_path(path: str) -> typing.Dict[str, str]Parses a vpc_flow_logs_config path into its component segments.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.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_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.update_vpc_flow_logs_config
update_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.UpdateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = 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 existing VpcFlowLogsConfig.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.OrganizationVpcFlowLogsServiceClient.vpc_flow_logs_config_path
vpc_flow_logs_config_path(
project: str, location: str, vpc_flow_logs_config: str
) -> strReturns a fully-qualified vpc_flow_logs_config string.
google.cloud.network_management_v1.services.organization_vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsAsyncPager
ListVpcFlowLogsConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse
],
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_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_management_v1.services.organization_vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsPager
ListVpcFlowLogsConfigsPager(
method: typing.Callable[
[...],
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse,
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient
ReachabilityServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_management_v1.services.reachability_service.transports.base.ReachabilityServiceTransport,
typing.Callable[
[...],
google.cloud.network_management_v1.services.reachability_service.transports.base.ReachabilityServiceTransport,
],
]
] = "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 reachability service async client.
See more: google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.connectivity_test_path
connectivity_test_path(project: str, test: str) -> strReturns a fully-qualified connectivity_test string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.create_connectivity_test
create_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.CreateConnectivityTestRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
test_id: typing.Optional[str] = None,
resource: typing.Optional[
google.cloud.network_management_v1.types.connectivity_test.ConnectivityTest
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._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 Connectivity Test.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.delete_connectivity_test
delete_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.DeleteConnectivityTestRequest,
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 specific ConnectivityTest.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.get_connectivity_test
get_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.GetConnectivityTestRequest,
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_management_v1.types.connectivity_test.ConnectivityTestGets the details of a specific Connectivity Test.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_management_v1.services.reachability_service.transports.base.ReachabilityServiceTransport
]Returns an appropriate transport class.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.list_connectivity_tests
list_connectivity_tests(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.ListConnectivityTestsRequest,
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_management_v1.services.reachability_service.pagers.ListConnectivityTestsAsyncPager
)Lists all Connectivity Tests owned by a project.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.parse_connectivity_test_path
parse_connectivity_test_path(path: str) -> typing.Dict[str, str]Parses a connectivity_test path into its component segments.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.rerun_connectivity_test
rerun_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.RerunConnectivityTestRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._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.AsyncOperationRerun an existing ConnectivityTest.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.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_management_v1.services.reachability_service.ReachabilityServiceAsyncClient.update_connectivity_test
update_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.UpdateConnectivityTestRequest,
dict,
]
] = None,
*,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
resource: typing.Optional[
google.cloud.network_management_v1.types.connectivity_test.ConnectivityTest
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._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 configuration of an existing ConnectivityTest.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient
ReachabilityServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_management_v1.services.reachability_service.transports.base.ReachabilityServiceTransport,
typing.Callable[
[...],
google.cloud.network_management_v1.services.reachability_service.transports.base.ReachabilityServiceTransport,
],
]
] = 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 reachability service client.
See more: google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.exit
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.connectivity_test_path
connectivity_test_path(project: str, test: str) -> strReturns a fully-qualified connectivity_test string.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.create_connectivity_test
create_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.CreateConnectivityTestRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
test_id: typing.Optional[str] = None,
resource: typing.Optional[
google.cloud.network_management_v1.types.connectivity_test.ConnectivityTest
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._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 Connectivity Test.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.delete_connectivity_test
delete_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.DeleteConnectivityTestRequest,
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 specific ConnectivityTest.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.get_connectivity_test
get_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.GetConnectivityTestRequest,
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_management_v1.types.connectivity_test.ConnectivityTestGets the details of a specific Connectivity Test.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.list_connectivity_tests
list_connectivity_tests(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.ListConnectivityTestsRequest,
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_management_v1.services.reachability_service.pagers.ListConnectivityTestsPager
)Lists all Connectivity Tests owned by a project.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.parse_connectivity_test_path
parse_connectivity_test_path(path: str) -> typing.Dict[str, str]Parses a connectivity_test path into its component segments.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.rerun_connectivity_test
rerun_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.RerunConnectivityTestRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationRerun an existing ConnectivityTest.
google.cloud.network_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.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_management_v1.services.reachability_service.ReachabilityServiceClient.update_connectivity_test
update_connectivity_test(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.reachability.UpdateConnectivityTestRequest,
dict,
]
] = None,
*,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
resource: typing.Optional[
google.cloud.network_management_v1.types.connectivity_test.ConnectivityTest
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._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 configuration of an existing ConnectivityTest.
google.cloud.network_management_v1.services.reachability_service.pagers.ListConnectivityTestsAsyncPager
ListConnectivityTestsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_management_v1.types.reachability.ListConnectivityTestsResponse
],
],
request: google.cloud.network_management_v1.types.reachability.ListConnectivityTestsRequest,
response: google.cloud.network_management_v1.types.reachability.ListConnectivityTestsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_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_management_v1.services.reachability_service.pagers.ListConnectivityTestsPager
ListConnectivityTestsPager(
method: typing.Callable[
[...],
google.cloud.network_management_v1.types.reachability.ListConnectivityTestsResponse,
],
request: google.cloud.network_management_v1.types.reachability.ListConnectivityTestsRequest,
response: google.cloud.network_management_v1.types.reachability.ListConnectivityTestsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_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_management_v1.services.reachability_service.pagers.ListConnectivityTestsPager
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient
VpcFlowLogsServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_management_v1.services.vpc_flow_logs_service.transports.base.VpcFlowLogsServiceTransport,
typing.Callable[
[...],
google.cloud.network_management_v1.services.vpc_flow_logs_service.transports.base.VpcFlowLogsServiceTransport,
],
]
] = "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 vpc flow logs service async client.
See more: google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.create_vpc_flow_logs_config
create_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.CreateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = None,
vpc_flow_logs_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 VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.delete_vpc_flow_logs_config
delete_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.DeleteVpcFlowLogsConfigRequest,
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 specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.network_management_v1.services.vpc_flow_logs_service.transports.base.VpcFlowLogsServiceTransport
]Returns an appropriate transport class.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.get_vpc_flow_logs_config
get_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.GetVpcFlowLogsConfigRequest,
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_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfigGets the details of a specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.list_vpc_flow_logs_configs
list_vpc_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
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_management_v1.services.vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsAsyncPager
)Lists all VpcFlowLogsConfigs in a given project.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.parse_vpc_flow_logs_config_path
parse_vpc_flow_logs_config_path(path: str) -> typing.Dict[str, str]Parses a vpc_flow_logs_config path into its component segments.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.query_org_vpc_flow_logs_configs
query_org_vpc_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.network_management_v1.services.vpc_flow_logs_service.pagers.QueryOrgVpcFlowLogsConfigsAsyncPager
)QueryOrgVpcFlowLogsConfigs returns a list of all organization-level VPC Flow Logs configurations applicable to the specified project.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.show_effective_flow_logs_configs
show_effective_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.network_management_v1.services.vpc_flow_logs_service.pagers.ShowEffectiveFlowLogsConfigsAsyncPager
)ShowEffectiveFlowLogsConfigs returns a list of all VPC Flow Logs configurations applicable to a specified resource.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.update_vpc_flow_logs_config
update_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.UpdateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = 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 existing VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceAsyncClient.vpc_flow_logs_config_path
vpc_flow_logs_config_path(
project: str, location: str, vpc_flow_logs_config: str
) -> strReturns a fully-qualified vpc_flow_logs_config string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient
VpcFlowLogsServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.network_management_v1.services.vpc_flow_logs_service.transports.base.VpcFlowLogsServiceTransport,
typing.Callable[
[...],
google.cloud.network_management_v1.services.vpc_flow_logs_service.transports.base.VpcFlowLogsServiceTransport,
],
]
] = 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 vpc flow logs service client.
See more: google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.exit
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.create_vpc_flow_logs_config
create_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.CreateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = None,
vpc_flow_logs_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 VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.delete_vpc_flow_logs_config
delete_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.DeleteVpcFlowLogsConfigRequest,
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 specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.get_vpc_flow_logs_config
get_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.GetVpcFlowLogsConfigRequest,
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_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfigGets the details of a specific VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.list_vpc_flow_logs_configs
list_vpc_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
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_management_v1.services.vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsPager
)Lists all VpcFlowLogsConfigs in a given project.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.parse_vpc_flow_logs_config_path
parse_vpc_flow_logs_config_path(path: str) -> typing.Dict[str, str]Parses a vpc_flow_logs_config path into its component segments.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.query_org_vpc_flow_logs_configs
query_org_vpc_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.network_management_v1.services.vpc_flow_logs_service.pagers.QueryOrgVpcFlowLogsConfigsPager
)QueryOrgVpcFlowLogsConfigs returns a list of all organization-level VPC Flow Logs configurations applicable to the specified project.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.show_effective_flow_logs_configs
show_effective_flow_logs_configs(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.network_management_v1.services.vpc_flow_logs_service.pagers.ShowEffectiveFlowLogsConfigsPager
)ShowEffectiveFlowLogsConfigs returns a list of all VPC Flow Logs configurations applicable to a specified resource.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.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_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.update_vpc_flow_logs_config
update_vpc_flow_logs_config(
request: typing.Optional[
typing.Union[
google.cloud.network_management_v1.types.vpc_flow_logs.UpdateVpcFlowLogsConfigRequest,
dict,
]
] = None,
*,
vpc_flow_logs_config: typing.Optional[
google.cloud.network_management_v1.types.vpc_flow_logs_config.VpcFlowLogsConfig
] = 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 existing VpcFlowLogsConfig.
google.cloud.network_management_v1.services.vpc_flow_logs_service.VpcFlowLogsServiceClient.vpc_flow_logs_config_path
vpc_flow_logs_config_path(
project: str, location: str, vpc_flow_logs_config: str
) -> strReturns a fully-qualified vpc_flow_logs_config string.
google.cloud.network_management_v1.services.vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsAsyncPager
ListVpcFlowLogsConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse
],
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_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_management_v1.services.vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsPager
ListVpcFlowLogsConfigsPager(
method: typing.Callable[
[...],
google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse,
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.ListVpcFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_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_management_v1.services.vpc_flow_logs_service.pagers.ListVpcFlowLogsConfigsPager
google.cloud.network_management_v1.services.vpc_flow_logs_service.pagers.QueryOrgVpcFlowLogsConfigsAsyncPager
QueryOrgVpcFlowLogsConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsResponse
],
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_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_management_v1.services.vpc_flow_logs_service.pagers.QueryOrgVpcFlowLogsConfigsPager
QueryOrgVpcFlowLogsConfigsPager(
method: typing.Callable[
[...],
google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsResponse,
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.QueryOrgVpcFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_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_management_v1.services.vpc_flow_logs_service.pagers.ShowEffectiveFlowLogsConfigsAsyncPager
ShowEffectiveFlowLogsConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsResponse
],
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_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_management_v1.services.vpc_flow_logs_service.pagers.ShowEffectiveFlowLogsConfigsPager
ShowEffectiveFlowLogsConfigsPager(
method: typing.Callable[
[...],
google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsResponse,
],
request: google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsRequest,
response: google.cloud.network_management_v1.types.vpc_flow_logs.ShowEffectiveFlowLogsConfigsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_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.