Package Methods (0.3.17)

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 = 

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

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_location_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.dataset_path

dataset_path(project: str, dataset: str) -> str

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

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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

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, )

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 ]

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 )

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

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

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]

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]

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_folder_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_location_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_organization_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_common_project_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_dataset_path

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

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]

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]

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.parse_table_path

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

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

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

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceAsyncClient.table_path

table_path(project: str, dataset: str, table: str) -> str

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 = 

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.__exit__

__exit__(type, value, traceback)

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

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_location_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.common_project_path

common_project_path(project: str) -> str

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.dataset_path

dataset_path(project: str, dataset: str) -> str

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

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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

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, )

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 )

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

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

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]

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]

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_folder_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_location_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_organization_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_common_project_path

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_dataset_path

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

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]

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]

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.parse_table_path

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

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

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

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

google.cloud.enterpriseknowledgegraph_v1.services.enterprise_knowledge_graph_service.EnterpriseKnowledgeGraphServiceClient.table_path

table_path(project: str, dataset: str, table: str) -> str

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]]] = () )

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]]] = () )