Summary of entries of Methods for enterpriseknowledgegraph.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient
EnterpriseKnowledgeGraphServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.transports.base.EnterpriseKnowledgeGraphServiceTransport, typing.Callable[[...], google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.transports.base.EnterpriseKnowledgeGraphServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the enterprise knowledge graph service async client.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.cancel_entity_reconciliation_job
cancel_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.CancelEntityReconciliationJobRequest, 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]]] = () ) -> None
Cancels a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.cloud_knowledge_graph_entity_path
cloud_knowledge_graph_entity_path( project: str, location: str, cloud_knowledge_graph_entity: str ) -> str
Returns a fully-qualified cloud_knowledge_graph_entity string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.create_entity_reconciliation_job
create_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.CreateEntityReconciliationJobRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, entity_reconciliation_job: typing.Optional[ google.cloud.enterpriseknowledgegraph_v1.types.service.EntityReconciliationJob ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.EntityReconciliationJob
Creates a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.dataset_path
dataset_path(project: str, dataset: str) -> str
Returns a fully-qualified dataset string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.delete_entity_reconciliation_job
delete_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.DeleteEntityReconciliationJobRequest, 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]]] = () ) -> None
Deletes a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.entity_reconciliation_job_path
entity_reconciliation_job_path( project: str, location: str, entity_reconciliation_job: str ) -> str
Returns a fully-qualified entity_reconciliation_job string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.get_entity_reconciliation_job
get_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.GetEntityReconciliationJobRequest, 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.enterpriseknowledgegraph_v1.types.service.EntityReconciliationJob
Gets a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.transports.base.EnterpriseKnowledgeGraphServiceTransport ]
Returns an appropriate transport class.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.list_entity_reconciliation_jobs
list_entity_reconciliation_jobs( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsRequest, 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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.pagers.ListEntityReconciliationJobsAsyncPager )
Lists Entity Reconciliation Jobs.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.lookup
lookup( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.LookupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, ids: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.LookupResponse
Finds the Cloud KG entities with CKG ID(s).
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.lookup_public_kg
lookup_public_kg( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.LookupPublicKgRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, ids: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.LookupPublicKgResponse
Finds the public KG entities with public KG ID(s).
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_cloud_knowledge_graph_entity_path
parse_cloud_knowledge_graph_entity_path(path: str) -> typing.Dict[str, str]
Parses a cloud_knowledge_graph_entity path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_dataset_path
parse_dataset_path(path: str) -> typing.Dict[str, str]
Parses a dataset path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_entity_reconciliation_job_path
parse_entity_reconciliation_job_path(path: str) -> typing.Dict[str, str]
Parses a entity_reconciliation_job path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_public_knowledge_graph_entity_path
parse_public_knowledge_graph_entity_path(path: str) -> typing.Dict[str, str]
Parses a public_knowledge_graph_entity path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]
Parses a table path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.public_knowledge_graph_entity_path
public_knowledge_graph_entity_path( project: str, location: str, public_knowledge_graph_entity: str ) -> str
Returns a fully-qualified public_knowledge_graph_entity string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.search
search( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.SearchRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, query: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.SearchResponse
Searches the Cloud KG entities with entity name.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.search_public_kg
search_public_kg( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.SearchPublicKgRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, query: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.SearchPublicKgResponse
Searches the public KG entities with entity name.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.table_path
table_path(project: str, dataset: str, table: str) -> str
Returns a fully-qualified table string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient
EnterpriseKnowledgeGraphServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.transports.base.EnterpriseKnowledgeGraphServiceTransport, typing.Callable[[...], google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.transports.base.EnterpriseKnowledgeGraphServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the enterprise knowledge graph service client.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.cancel_entity_reconciliation_job
cancel_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.CancelEntityReconciliationJobRequest, 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]]] = () ) -> None
Cancels a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.cloud_knowledge_graph_entity_path
cloud_knowledge_graph_entity_path( project: str, location: str, cloud_knowledge_graph_entity: str ) -> str
Returns a fully-qualified cloud_knowledge_graph_entity string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.create_entity_reconciliation_job
create_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.CreateEntityReconciliationJobRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, entity_reconciliation_job: typing.Optional[ google.cloud.enterpriseknowledgegraph_v1.types.service.EntityReconciliationJob ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.EntityReconciliationJob
Creates a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.dataset_path
dataset_path(project: str, dataset: str) -> str
Returns a fully-qualified dataset string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.delete_entity_reconciliation_job
delete_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.DeleteEntityReconciliationJobRequest, 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]]] = () ) -> None
Deletes a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.entity_reconciliation_job_path
entity_reconciliation_job_path( project: str, location: str, entity_reconciliation_job: str ) -> str
Returns a fully-qualified entity_reconciliation_job string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.get_entity_reconciliation_job
get_entity_reconciliation_job( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.GetEntityReconciliationJobRequest, 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.enterpriseknowledgegraph_v1.types.service.EntityReconciliationJob
Gets a EntityReconciliationJob.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.list_entity_reconciliation_jobs
list_entity_reconciliation_jobs( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsRequest, 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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.pagers.ListEntityReconciliationJobsPager )
Lists Entity Reconciliation Jobs.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.lookup
lookup( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.LookupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, ids: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.LookupResponse
Finds the Cloud KG entities with CKG ID(s).
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.lookup_public_kg
lookup_public_kg( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.LookupPublicKgRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, ids: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.LookupPublicKgResponse
Finds the public KG entities with public KG ID(s).
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_cloud_knowledge_graph_entity_path
parse_cloud_knowledge_graph_entity_path(path: str) -> typing.Dict[str, str]
Parses a cloud_knowledge_graph_entity path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_dataset_path
parse_dataset_path(path: str) -> typing.Dict[str, str]
Parses a dataset path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_entity_reconciliation_job_path
parse_entity_reconciliation_job_path(path: str) -> typing.Dict[str, str]
Parses a entity_reconciliation_job path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_public_knowledge_graph_entity_path
parse_public_knowledge_graph_entity_path(path: str) -> typing.Dict[str, str]
Parses a public_knowledge_graph_entity path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]
Parses a table path into its component segments.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.public_knowledge_graph_entity_path
public_knowledge_graph_entity_path( project: str, location: str, public_knowledge_graph_entity: str ) -> str
Returns a fully-qualified public_knowledge_graph_entity string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.search
search( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.SearchRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, query: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.SearchResponse
Searches the Cloud KG entities with entity name.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.search_public_kg
search_public_kg( request: typing.Optional[ typing.Union[ google.cloud.enterpriseknowledgegraph_v1.types.service.SearchPublicKgRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, query: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.enterpriseknowledgegraph_v1.types.service.SearchPublicKgResponse
Searches the public KG entities with entity name.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.table_path
table_path(project: str, dataset: str, table: str) -> str
Returns a fully-qualified table string.
google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.pagers.ListEntityReconciliationJobsAsyncPager
ListEntityReconciliationJobsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse ], ], request: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsRequest, response: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.pagers.ListEntityReconciliationJobsPager
ListEntityReconciliationJobsPager( method: typing.Callable[ [...], google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse, ], request: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsRequest, response: google.cloud.enterpriseknowledgegraph_v1.types.service.ListEntityReconciliationJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.