Summary of entries of Methods for google-cloud-datacatalog-lineage-configmanagement.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient
ConfigManagementServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.transports.base.ConfigManagementServiceTransport,
typing.Callable[
[...],
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.transports.base.ConfigManagementServiceTransport,
],
]
] = "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 config management service async client.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.config_path
config_path(project: str, location: str) -> strReturns a fully-qualified config string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.get_config
get_config(
request: typing.Optional[
typing.Union[
google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.GetConfigRequest,
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.datacatalog_lineage_configmanagement_v1.types.configmanagement.ConfigGet the Config for a given resource.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.transports.base.ConfigManagementServiceTransport
]Returns an appropriate transport class.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.parse_config_path
parse_config_path(path: str) -> typing.Dict[str, str]Parses a config path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceAsyncClient.update_config
update_config(
request: typing.Optional[
typing.Union[
google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.UpdateConfigRequest,
dict,
]
] = None,
*,
config: typing.Optional[
google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.Config
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.ConfigUpdate the Config for a given resource.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient
ConfigManagementServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.transports.base.ConfigManagementServiceTransport,
typing.Callable[
[...],
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.transports.base.ConfigManagementServiceTransport,
],
]
] = 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 config management service client.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.config_path
config_path(project: str, location: str) -> strReturns a fully-qualified config string.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.get_config
get_config(
request: typing.Optional[
typing.Union[
google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.GetConfigRequest,
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.datacatalog_lineage_configmanagement_v1.types.configmanagement.ConfigGet the Config for a given resource.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.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.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.parse_config_path
parse_config_path(path: str) -> typing.Dict[str, str]Parses a config path into its component segments.
google.cloud.datacatalog_lineage_configmanagement_v1.services.config_management_service.ConfigManagementServiceClient.update_config
update_config(
request: typing.Optional[
typing.Union[
google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.UpdateConfigRequest,
dict,
]
] = None,
*,
config: typing.Optional[
google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.Config
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.datacatalog_lineage_configmanagement_v1.types.configmanagement.ConfigUpdate the Config for a given resource.