Package Methods (2.13.4)

Summary of entries of Methods for talent.

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient

CompanyServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.company_service.transports.base.CompanyServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.company_service.transports.base.CompanyServiceTransport]]] = '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 company service async client.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.common_location_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.create_company

create_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.CreateCompanyRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    company: typing.Optional[google.cloud.talent_v4.types.company.Company] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.company.Company

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.delete_company

delete_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.DeleteCompanyRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.from_service_account_file

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.from_service_account_info

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.from_service_account_json

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.get_company

get_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.GetCompanyRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.company.Company

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.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.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.get_operation

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4.services.company_service.transports.base.CompanyServiceTransport
    ]
)

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.list_companies

list_companies(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.ListCompaniesRequest, 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, str]] = ()
) -> google.cloud.talent_v4.services.company_service.pagers.ListCompaniesAsyncPager

Lists all companies associated with the project.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.list_companies

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_common_location_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_common_project_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_company_path

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.parse_tenant_path

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.tenant_path

tenant_path(project: str, tenant: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceAsyncClient.update_company

update_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.UpdateCompanyRequest, dict
        ]
    ] = None,
    *,
    company: typing.Optional[google.cloud.talent_v4.types.company.Company] = 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, str]] = ()
) -> google.cloud.talent_v4.types.company.Company

google.cloud.talent_v4.services.company_service.CompanyServiceClient

CompanyServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.company_service.transports.base.CompanyServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.company_service.transports.base.CompanyServiceTransport]]] = 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 company service client.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient

google.cloud.talent_v4.services.company_service.CompanyServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.exit

google.cloud.talent_v4.services.company_service.CompanyServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceClient.common_location_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceClient.create_company

create_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.CreateCompanyRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    company: typing.Optional[google.cloud.talent_v4.types.company.Company] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.company.Company

google.cloud.talent_v4.services.company_service.CompanyServiceClient.delete_company

delete_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.DeleteCompanyRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4.services.company_service.CompanyServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.from_service_account_file

google.cloud.talent_v4.services.company_service.CompanyServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.from_service_account_info

google.cloud.talent_v4.services.company_service.CompanyServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.from_service_account_json

google.cloud.talent_v4.services.company_service.CompanyServiceClient.get_company

get_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.GetCompanyRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.company.Company

google.cloud.talent_v4.services.company_service.CompanyServiceClient.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.talent_v4.services.company_service.CompanyServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.get_operation

google.cloud.talent_v4.services.company_service.CompanyServiceClient.list_companies

list_companies(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.ListCompaniesRequest, 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, str]] = ()
) -> google.cloud.talent_v4.services.company_service.pagers.ListCompaniesPager

Lists all companies associated with the project.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.list_companies

google.cloud.talent_v4.services.company_service.CompanyServiceClient.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.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_common_billing_account_path

google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_common_folder_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_common_location_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_common_organization_path

google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_common_project_path

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

google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_company_path

google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.company_service.CompanyServiceClient.parse_tenant_path

google.cloud.talent_v4.services.company_service.CompanyServiceClient.tenant_path

tenant_path(project: str, tenant: str) -> str

google.cloud.talent_v4.services.company_service.CompanyServiceClient.update_company

update_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.company_service.UpdateCompanyRequest, dict
        ]
    ] = None,
    *,
    company: typing.Optional[google.cloud.talent_v4.types.company.Company] = 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, str]] = ()
) -> google.cloud.talent_v4.types.company.Company

google.cloud.talent_v4.services.company_service.pagers.ListCompaniesAsyncPager

ListCompaniesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.talent_v4.types.company_service.ListCompaniesResponse
        ],
    ],
    request: google.cloud.talent_v4.types.company_service.ListCompaniesRequest,
    response: google.cloud.talent_v4.types.company_service.ListCompaniesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4.services.company_service.pagers.ListCompaniesPager

ListCompaniesPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4.types.company_service.ListCompaniesResponse
    ],
    request: google.cloud.talent_v4.types.company_service.ListCompaniesRequest,
    response: google.cloud.talent_v4.types.company_service.ListCompaniesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4.services.completion.CompletionAsyncClient

CompletionAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.completion.transports.base.CompletionTransport, typing.Callable[[...], google.cloud.talent_v4.services.completion.transports.base.CompletionTransport]]] = '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 completion async client.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient

google.cloud.talent_v4.services.completion.CompletionAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.completion.CompletionAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.completion.CompletionAsyncClient.common_location_path

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

google.cloud.talent_v4.services.completion.CompletionAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.completion.CompletionAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.completion.CompletionAsyncClient.company_path

company_path(project: str, tenant: str, company: str) -> str

Returns a fully-qualified company string.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.company_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.complete_query

complete_query(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.completion_service.CompleteQueryRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.completion_service.CompleteQueryResponse

Completes the specified prefix with keyword suggestions.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.complete_query

google.cloud.talent_v4.services.completion.CompletionAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.from_service_account_file

google.cloud.talent_v4.services.completion.CompletionAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.from_service_account_info

google.cloud.talent_v4.services.completion.CompletionAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.from_service_account_json

google.cloud.talent_v4.services.completion.CompletionAsyncClient.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.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4.services.completion.CompletionAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.get_operation

google.cloud.talent_v4.services.completion.CompletionAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4.services.completion.transports.base.CompletionTransport
    ]
)

google.cloud.talent_v4.services.completion.CompletionAsyncClient.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.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_billing_account_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_folder_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_location_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_organization_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_common_project_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_company_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.parse_tenant_path

google.cloud.talent_v4.services.completion.CompletionAsyncClient.tenant_path

tenant_path(project: str, tenant: str) -> str

Returns a fully-qualified tenant string.

See more: google.cloud.talent_v4.services.completion.CompletionAsyncClient.tenant_path

google.cloud.talent_v4.services.completion.CompletionClient

CompletionClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.completion.transports.base.CompletionTransport, typing.Callable[[...], google.cloud.talent_v4.services.completion.transports.base.CompletionTransport]]] = 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 completion client.

See more: google.cloud.talent_v4.services.completion.CompletionClient

google.cloud.talent_v4.services.completion.CompletionClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4.services.completion.CompletionClient.exit

google.cloud.talent_v4.services.completion.CompletionClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.talent_v4.services.completion.CompletionClient.common_billing_account_path

google.cloud.talent_v4.services.completion.CompletionClient.common_folder_path

common_folder_path(folder: str) -> str

Returns a fully-qualified folder string.

See more: google.cloud.talent_v4.services.completion.CompletionClient.common_folder_path

google.cloud.talent_v4.services.completion.CompletionClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.talent_v4.services.completion.CompletionClient.common_location_path

google.cloud.talent_v4.services.completion.CompletionClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.talent_v4.services.completion.CompletionClient.common_organization_path

google.cloud.talent_v4.services.completion.CompletionClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.talent_v4.services.completion.CompletionClient.common_project_path

google.cloud.talent_v4.services.completion.CompletionClient.company_path

company_path(project: str, tenant: str, company: str) -> str

Returns a fully-qualified company string.

See more: google.cloud.talent_v4.services.completion.CompletionClient.company_path

google.cloud.talent_v4.services.completion.CompletionClient.complete_query

complete_query(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.completion_service.CompleteQueryRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.completion_service.CompleteQueryResponse

Completes the specified prefix with keyword suggestions.

See more: google.cloud.talent_v4.services.completion.CompletionClient.complete_query

google.cloud.talent_v4.services.completion.CompletionClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.completion.CompletionClient.from_service_account_file

google.cloud.talent_v4.services.completion.CompletionClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.completion.CompletionClient.from_service_account_info

google.cloud.talent_v4.services.completion.CompletionClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.completion.CompletionClient.from_service_account_json

google.cloud.talent_v4.services.completion.CompletionClient.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.talent_v4.services.completion.CompletionClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.completion.CompletionClient.get_operation

google.cloud.talent_v4.services.completion.CompletionClient.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.

See more: google.cloud.talent_v4.services.completion.CompletionClient.parse_common_billing_account_path

google.cloud.talent_v4.services.completion.CompletionClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionClient.parse_common_folder_path

google.cloud.talent_v4.services.completion.CompletionClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionClient.parse_common_location_path

google.cloud.talent_v4.services.completion.CompletionClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionClient.parse_common_organization_path

google.cloud.talent_v4.services.completion.CompletionClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionClient.parse_common_project_path

google.cloud.talent_v4.services.completion.CompletionClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionClient.parse_company_path

google.cloud.talent_v4.services.completion.CompletionClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.completion.CompletionClient.parse_tenant_path

google.cloud.talent_v4.services.completion.CompletionClient.tenant_path

tenant_path(project: str, tenant: str) -> str

Returns a fully-qualified tenant string.

See more: google.cloud.talent_v4.services.completion.CompletionClient.tenant_path

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient

EventServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.event_service.transports.base.EventServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.event_service.transports.base.EventServiceTransport]]] = '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 event service async client.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.common_location_path

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

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.create_client_event

create_client_event(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.event_service.CreateClientEventRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    client_event: typing.Optional[
        google.cloud.talent_v4.types.event.ClientEvent
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.event.ClientEvent

Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.create_client_event

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.from_service_account_file

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.from_service_account_info

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.from_service_account_json

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.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.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.get_operation

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4.services.event_service.transports.base.EventServiceTransport
    ]
)

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.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.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.parse_common_billing_account_path

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.parse_common_location_path

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

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.parse_common_project_path

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

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.parse_tenant_path

google.cloud.talent_v4.services.event_service.EventServiceAsyncClient.tenant_path

tenant_path(project: str, tenant: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceClient

EventServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.event_service.transports.base.EventServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.event_service.transports.base.EventServiceTransport]]] = 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 event service client.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient

google.cloud.talent_v4.services.event_service.EventServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.exit

google.cloud.talent_v4.services.event_service.EventServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceClient.common_location_path

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

google.cloud.talent_v4.services.event_service.EventServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.event_service.EventServiceClient.create_client_event

create_client_event(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.event_service.CreateClientEventRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    client_event: typing.Optional[
        google.cloud.talent_v4.types.event.ClientEvent
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.event.ClientEvent

Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.create_client_event

google.cloud.talent_v4.services.event_service.EventServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.from_service_account_file

google.cloud.talent_v4.services.event_service.EventServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.from_service_account_info

google.cloud.talent_v4.services.event_service.EventServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.from_service_account_json

google.cloud.talent_v4.services.event_service.EventServiceClient.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.talent_v4.services.event_service.EventServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.get_operation

google.cloud.talent_v4.services.event_service.EventServiceClient.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.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_billing_account_path

google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_folder_path

google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_location_path

google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_organization_path

google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.parse_common_project_path

google.cloud.talent_v4.services.event_service.EventServiceClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.parse_tenant_path

google.cloud.talent_v4.services.event_service.EventServiceClient.tenant_path

tenant_path(project: str, tenant: str) -> str

Returns a fully-qualified tenant string.

See more: google.cloud.talent_v4.services.event_service.EventServiceClient.tenant_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient

JobServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.job_service.transports.base.JobServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.job_service.transports.base.JobServiceTransport]]] = '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 job service async client.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.batch_create_jobs

batch_create_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.job_service.BatchCreateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Begins executing a batch create jobs operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.batch_create_jobs

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.batch_delete_jobs

batch_delete_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.job_service.BatchDeleteJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    names: 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Begins executing a batch delete jobs operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.batch_delete_jobs

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.batch_update_jobs

batch_update_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.job_service.BatchUpdateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Begins executing a batch update jobs operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.batch_update_jobs

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.common_location_path

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

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.company_path

company_path(project: str, tenant: str, company: str) -> str

Returns a fully-qualified company string.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.company_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.create_job

create_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.CreateJobRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job: typing.Optional[google.cloud.talent_v4.types.job.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.job.Job

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.delete_job

delete_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.DeleteJobRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.from_service_account_file

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.from_service_account_info

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.from_service_account_json

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.get_job

get_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.GetJobRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.job.Job

Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.get_job

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.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.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.get_operation

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4.services.job_service.transports.base.JobServiceTransport
    ]
)

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.job_path

job_path(project: str, tenant: str, job: str) -> str

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.list_jobs

list_jobs(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.ListJobsRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    filter: 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, str]] = ()
) -> google.cloud.talent_v4.services.job_service.pagers.ListJobsAsyncPager

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.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.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_billing_account_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_folder_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_location_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_organization_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_common_project_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_company_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_job_path

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

Parses a job path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_job_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.parse_tenant_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.search_jobs

search_jobs(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.job_service.SearchJobsResponse

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.search_jobs

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.search_jobs_for_alert

search_jobs_for_alert(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.job_service.SearchJobsResponse

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.search_jobs_for_alert

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.tenant_path

tenant_path(project: str, tenant: str) -> str

Returns a fully-qualified tenant string.

See more: google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.tenant_path

google.cloud.talent_v4.services.job_service.JobServiceAsyncClient.update_job

update_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.UpdateJobRequest, dict]
    ] = None,
    *,
    job: typing.Optional[google.cloud.talent_v4.types.job.Job] = 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, str]] = ()
) -> google.cloud.talent_v4.types.job.Job

google.cloud.talent_v4.services.job_service.JobServiceClient

JobServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.job_service.transports.base.JobServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.job_service.transports.base.JobServiceTransport]]] = 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 job service client.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient

google.cloud.talent_v4.services.job_service.JobServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.exit

google.cloud.talent_v4.services.job_service.JobServiceClient.batch_create_jobs

batch_create_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.job_service.BatchCreateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation

Begins executing a batch create jobs operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.batch_create_jobs

google.cloud.talent_v4.services.job_service.JobServiceClient.batch_delete_jobs

batch_delete_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.job_service.BatchDeleteJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    names: 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, str]] = ()
) -> google.api_core.operation.Operation

Begins executing a batch delete jobs operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.batch_delete_jobs

google.cloud.talent_v4.services.job_service.JobServiceClient.batch_update_jobs

batch_update_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.job_service.BatchUpdateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation

Begins executing a batch update jobs operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.batch_update_jobs

google.cloud.talent_v4.services.job_service.JobServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.common_billing_account_path

google.cloud.talent_v4.services.job_service.JobServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.job_service.JobServiceClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.common_location_path

google.cloud.talent_v4.services.job_service.JobServiceClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.common_organization_path

google.cloud.talent_v4.services.job_service.JobServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.job_service.JobServiceClient.company_path

company_path(project: str, tenant: str, company: str) -> str

Returns a fully-qualified company string.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.company_path

google.cloud.talent_v4.services.job_service.JobServiceClient.create_job

create_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.CreateJobRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job: typing.Optional[google.cloud.talent_v4.types.job.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.job.Job

google.cloud.talent_v4.services.job_service.JobServiceClient.delete_job

delete_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.DeleteJobRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4.services.job_service.JobServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.from_service_account_file

google.cloud.talent_v4.services.job_service.JobServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.from_service_account_info

google.cloud.talent_v4.services.job_service.JobServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.from_service_account_json

google.cloud.talent_v4.services.job_service.JobServiceClient.get_job

get_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.GetJobRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.job.Job

Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.get_job

google.cloud.talent_v4.services.job_service.JobServiceClient.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.talent_v4.services.job_service.JobServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.get_operation

google.cloud.talent_v4.services.job_service.JobServiceClient.job_path

job_path(project: str, tenant: str, job: str) -> str

Returns a fully-qualified job string.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.job_path

google.cloud.talent_v4.services.job_service.JobServiceClient.list_jobs

list_jobs(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.ListJobsRequest, dict]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    filter: 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, str]] = ()
) -> google.cloud.talent_v4.services.job_service.pagers.ListJobsPager

google.cloud.talent_v4.services.job_service.JobServiceClient.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.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_billing_account_path

google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_folder_path

google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_location_path

google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_organization_path

google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_common_project_path

google.cloud.talent_v4.services.job_service.JobServiceClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_company_path

google.cloud.talent_v4.services.job_service.JobServiceClient.parse_job_path

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

Parses a job path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_job_path

google.cloud.talent_v4.services.job_service.JobServiceClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.parse_tenant_path

google.cloud.talent_v4.services.job_service.JobServiceClient.search_jobs

search_jobs(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.job_service.SearchJobsResponse

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.search_jobs

google.cloud.talent_v4.services.job_service.JobServiceClient.search_jobs_for_alert

search_jobs_for_alert(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.job_service.SearchJobsResponse

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.search_jobs_for_alert

google.cloud.talent_v4.services.job_service.JobServiceClient.tenant_path

tenant_path(project: str, tenant: str) -> str

Returns a fully-qualified tenant string.

See more: google.cloud.talent_v4.services.job_service.JobServiceClient.tenant_path

google.cloud.talent_v4.services.job_service.JobServiceClient.update_job

update_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.job_service.UpdateJobRequest, dict]
    ] = None,
    *,
    job: typing.Optional[google.cloud.talent_v4.types.job.Job] = 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, str]] = ()
) -> google.cloud.talent_v4.types.job.Job

google.cloud.talent_v4.services.job_service.pagers.ListJobsAsyncPager

ListJobsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.talent_v4.types.job_service.ListJobsResponse],
    ],
    request: google.cloud.talent_v4.types.job_service.ListJobsRequest,
    response: google.cloud.talent_v4.types.job_service.ListJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4.services.job_service.pagers.ListJobsPager

ListJobsPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4.types.job_service.ListJobsResponse
    ],
    request: google.cloud.talent_v4.types.job_service.ListJobsRequest,
    response: google.cloud.talent_v4.types.job_service.ListJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient

TenantServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.tenant_service.transports.base.TenantServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.tenant_service.transports.base.TenantServiceTransport]]] = '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 tenant service async client.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.common_location_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.create_tenant

create_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.CreateTenantRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    tenant: typing.Optional[google.cloud.talent_v4.types.tenant.Tenant] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.tenant.Tenant

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.delete_tenant

delete_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.DeleteTenantRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.from_service_account_file

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.from_service_account_info

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.from_service_account_json

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.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.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.get_operation

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.get_tenant

get_tenant(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.tenant_service.GetTenantRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.tenant.Tenant

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4.services.tenant_service.transports.base.TenantServiceTransport
    ]
)

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.list_tenants

list_tenants(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.ListTenantsRequest, 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, str]] = ()
) -> google.cloud.talent_v4.services.tenant_service.pagers.ListTenantsAsyncPager

Lists all tenants associated with the project.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.list_tenants

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.parse_common_location_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.parse_common_project_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.parse_tenant_path

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.tenant_path

tenant_path(project: str, tenant: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceAsyncClient.update_tenant

update_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.UpdateTenantRequest, dict
        ]
    ] = None,
    *,
    tenant: typing.Optional[google.cloud.talent_v4.types.tenant.Tenant] = 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, str]] = ()
) -> google.cloud.talent_v4.types.tenant.Tenant

google.cloud.talent_v4.services.tenant_service.TenantServiceClient

TenantServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4.services.tenant_service.transports.base.TenantServiceTransport, typing.Callable[[...], google.cloud.talent_v4.services.tenant_service.transports.base.TenantServiceTransport]]] = 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 tenant service client.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.exit

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.common_location_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.create_tenant

create_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.CreateTenantRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    tenant: typing.Optional[google.cloud.talent_v4.types.tenant.Tenant] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4.types.tenant.Tenant

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.delete_tenant

delete_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.DeleteTenantRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.from_service_account_file

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.from_service_account_info

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.from_service_account_json

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.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.talent_v4.services.tenant_service.TenantServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.get_operation

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.get_tenant

get_tenant(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4.types.tenant_service.GetTenantRequest, 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, str]] = ()
) -> google.cloud.talent_v4.types.tenant.Tenant

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.list_tenants

list_tenants(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.ListTenantsRequest, 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, str]] = ()
) -> google.cloud.talent_v4.services.tenant_service.pagers.ListTenantsPager

Lists all tenants associated with the project.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.list_tenants

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.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.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_common_billing_account_path

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_common_folder_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_common_location_path

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_common_organization_path

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_common_project_path

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

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.parse_tenant_path

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.tenant_path

tenant_path(project: str, tenant: str) -> str

Returns a fully-qualified tenant string.

See more: google.cloud.talent_v4.services.tenant_service.TenantServiceClient.tenant_path

google.cloud.talent_v4.services.tenant_service.TenantServiceClient.update_tenant

update_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4.types.tenant_service.UpdateTenantRequest, dict
        ]
    ] = None,
    *,
    tenant: typing.Optional[google.cloud.talent_v4.types.tenant.Tenant] = 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, str]] = ()
) -> google.cloud.talent_v4.types.tenant.Tenant

google.cloud.talent_v4.services.tenant_service.pagers.ListTenantsAsyncPager

ListTenantsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.talent_v4.types.tenant_service.ListTenantsResponse
        ],
    ],
    request: google.cloud.talent_v4.types.tenant_service.ListTenantsRequest,
    response: google.cloud.talent_v4.types.tenant_service.ListTenantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4.services.tenant_service.pagers.ListTenantsPager

ListTenantsPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4.types.tenant_service.ListTenantsResponse
    ],
    request: google.cloud.talent_v4.types.tenant_service.ListTenantsRequest,
    response: google.cloud.talent_v4.types.tenant_service.ListTenantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient

CompanyServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.company_service.transports.base.CompanyServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.company_service.transports.base.CompanyServiceTransport]]] = '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 company service async client.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.common_location_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.create_company

create_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.CreateCompanyRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    company: typing.Optional[google.cloud.talent_v4beta1.types.company.Company] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.company.Company

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.delete_company

delete_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.DeleteCompanyRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.from_service_account_file

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.from_service_account_info

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.from_service_account_json

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.get_company

get_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.GetCompanyRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.types.company.Company

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.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.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.get_operation

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4beta1.services.company_service.transports.base.CompanyServiceTransport
    ]
)

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.list_companies

list_companies(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.ListCompaniesRequest, 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, str]] = ()
) -> (
    google.cloud.talent_v4beta1.services.company_service.pagers.ListCompaniesAsyncPager
)

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.parse_company_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceAsyncClient.update_company

update_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.UpdateCompanyRequest, dict
        ]
    ] = None,
    *,
    company: typing.Optional[google.cloud.talent_v4beta1.types.company.Company] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.company.Company

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient

CompanyServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.company_service.transports.base.CompanyServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.company_service.transports.base.CompanyServiceTransport]]] = 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 company service client.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.exit

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.common_location_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.create_company

create_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.CreateCompanyRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    company: typing.Optional[google.cloud.talent_v4beta1.types.company.Company] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.company.Company

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.delete_company

delete_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.DeleteCompanyRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.from_service_account_file

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.from_service_account_info

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.from_service_account_json

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.get_company

get_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.GetCompanyRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.types.company.Company

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.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.talent_v4beta1.services.company_service.CompanyServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.get_operation

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.list_companies

list_companies(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.ListCompaniesRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.company_service.pagers.ListCompaniesPager

Lists all companies associated with the project.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.list_companies

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.parse_common_billing_account_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.parse_company_path

google.cloud.talent_v4beta1.services.company_service.CompanyServiceClient.update_company

update_company(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.company_service.UpdateCompanyRequest, dict
        ]
    ] = None,
    *,
    company: typing.Optional[google.cloud.talent_v4beta1.types.company.Company] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.company.Company

google.cloud.talent_v4beta1.services.company_service.pagers.ListCompaniesAsyncPager

ListCompaniesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.talent_v4beta1.types.company_service.ListCompaniesResponse
        ],
    ],
    request: google.cloud.talent_v4beta1.types.company_service.ListCompaniesRequest,
    response: google.cloud.talent_v4beta1.types.company_service.ListCompaniesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.company_service.pagers.ListCompaniesPager

ListCompaniesPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4beta1.types.company_service.ListCompaniesResponse
    ],
    request: google.cloud.talent_v4beta1.types.company_service.ListCompaniesRequest,
    response: google.cloud.talent_v4beta1.types.company_service.ListCompaniesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient

CompletionAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.completion.transports.base.CompletionTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.completion.transports.base.CompletionTransport]]] = '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 completion async client.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.common_location_path

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

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.complete_query

complete_query(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.completion_service.CompleteQueryRequest,
            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, str]] = ()
) -> google.cloud.talent_v4beta1.types.completion_service.CompleteQueryResponse

Completes the specified prefix with keyword suggestions.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.complete_query

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.from_service_account_file

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.from_service_account_info

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.from_service_account_json

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.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.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.get_operation

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4beta1.services.completion.transports.base.CompletionTransport
    ]
)

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.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.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.parse_common_billing_account_path

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4beta1.services.completion.CompletionAsyncClient.parse_company_path

google.cloud.talent_v4beta1.services.completion.CompletionClient

CompletionClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.completion.transports.base.CompletionTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.completion.transports.base.CompletionTransport]]] = 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 completion client.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient

google.cloud.talent_v4beta1.services.completion.CompletionClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.exit

google.cloud.talent_v4beta1.services.completion.CompletionClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionClient.common_location_path

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

google.cloud.talent_v4beta1.services.completion.CompletionClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.completion.CompletionClient.company_path

company_path(project: str, tenant: str, company: str) -> str

Returns a fully-qualified company string.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.company_path

google.cloud.talent_v4beta1.services.completion.CompletionClient.complete_query

complete_query(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.completion_service.CompleteQueryRequest,
            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, str]] = ()
) -> google.cloud.talent_v4beta1.types.completion_service.CompleteQueryResponse

Completes the specified prefix with keyword suggestions.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.complete_query

google.cloud.talent_v4beta1.services.completion.CompletionClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.from_service_account_file

google.cloud.talent_v4beta1.services.completion.CompletionClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.from_service_account_info

google.cloud.talent_v4beta1.services.completion.CompletionClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.from_service_account_json

google.cloud.talent_v4beta1.services.completion.CompletionClient.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.talent_v4beta1.services.completion.CompletionClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.get_operation

google.cloud.talent_v4beta1.services.completion.CompletionClient.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.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_billing_account_path

google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_folder_path

google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_location_path

google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_organization_path

google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_common_project_path

google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4beta1.services.completion.CompletionClient.parse_company_path

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient

EventServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.event_service.transports.base.EventServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.event_service.transports.base.EventServiceTransport]]] = '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 event service async client.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.common_location_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.create_client_event

create_client_event(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.event_service.CreateClientEventRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    client_event: typing.Optional[
        google.cloud.talent_v4beta1.types.event.ClientEvent
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.event.ClientEvent

Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.create_client_event

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.from_service_account_file

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.from_service_account_info

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.from_service_account_json

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.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.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.get_operation

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4beta1.services.event_service.transports.base.EventServiceTransport
    ]
)

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceAsyncClient.parse_company_path

google.cloud.talent_v4beta1.services.event_service.EventServiceClient

EventServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.event_service.transports.base.EventServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.event_service.transports.base.EventServiceTransport]]] = 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 event service client.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.exit

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.common_location_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.create_client_event

create_client_event(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.event_service.CreateClientEventRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    client_event: typing.Optional[
        google.cloud.talent_v4beta1.types.event.ClientEvent
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.event.ClientEvent

Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.create_client_event

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.from_service_account_file

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.from_service_account_info

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.from_service_account_json

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.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.talent_v4beta1.services.event_service.EventServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.get_operation

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.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.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.parse_common_billing_account_path

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.event_service.EventServiceClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4beta1.services.event_service.EventServiceClient.parse_company_path

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient

JobServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.job_service.transports.base.JobServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.job_service.transports.base.JobServiceTransport]]] = '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 job service async client.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.batch_create_jobs

batch_create_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.BatchCreateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4beta1.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Begins executing a batch create jobs operation.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.batch_create_jobs

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.batch_delete_jobs

batch_delete_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.BatchDeleteJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    filter: 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.batch_update_jobs

batch_update_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.BatchUpdateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4beta1.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Begins executing a batch update jobs operation.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.batch_update_jobs

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.common_location_path

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

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.company_path

company_path(project: str, tenant: str, company: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.create_job

create_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.CreateJobRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job: typing.Optional[google.cloud.talent_v4beta1.types.job.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.job.Job

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.delete_job

delete_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.DeleteJobRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.from_service_account_file

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.from_service_account_info

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.from_service_account_json

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.get_job

get_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4beta1.types.job_service.GetJobRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.types.job.Job

Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.get_job

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.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.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.get_operation

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4beta1.services.job_service.transports.base.JobServiceTransport
    ]
)

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.job_path

job_path(project: str, tenant: str, job: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.list_jobs

list_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.ListJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    filter: 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.job_service.pagers.ListJobsAsyncPager

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_company_path

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_job_path

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

Parses a job path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.parse_job_path

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.search_jobs

search_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsAsyncPager

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.search_jobs

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.search_jobs_for_alert

search_jobs_for_alert(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> (
    google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsForAlertAsyncPager
)

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.search_jobs_for_alert

google.cloud.talent_v4beta1.services.job_service.JobServiceAsyncClient.update_job

update_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.UpdateJobRequest, dict
        ]
    ] = None,
    *,
    job: typing.Optional[google.cloud.talent_v4beta1.types.job.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.job.Job

google.cloud.talent_v4beta1.services.job_service.JobServiceClient

JobServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.job_service.transports.base.JobServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.job_service.transports.base.JobServiceTransport]]] = 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 job service client.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.exit

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.batch_create_jobs

batch_create_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.BatchCreateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4beta1.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation

Begins executing a batch create jobs operation.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.batch_create_jobs

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.batch_delete_jobs

batch_delete_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.BatchDeleteJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    filter: 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.batch_update_jobs

batch_update_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.BatchUpdateJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    jobs: typing.Optional[
        typing.MutableSequence[google.cloud.talent_v4beta1.types.job.Job]
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation

Begins executing a batch update jobs operation.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.batch_update_jobs

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.common_location_path

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

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.company_path

company_path(project: str, tenant: str, company: str) -> str

Returns a fully-qualified company string.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.company_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.create_job

create_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.CreateJobRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job: typing.Optional[google.cloud.talent_v4beta1.types.job.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.job.Job

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.delete_job

delete_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.DeleteJobRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.from_service_account_file

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.from_service_account_info

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.from_service_account_json

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.get_job

get_job(
    request: typing.Optional[
        typing.Union[google.cloud.talent_v4beta1.types.job_service.GetJobRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.types.job.Job

Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.get_job

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.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.talent_v4beta1.services.job_service.JobServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.get_operation

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.job_path

job_path(project: str, tenant: str, job: str) -> str

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.list_jobs

list_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.ListJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    filter: 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.job_service.pagers.ListJobsPager

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.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.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_billing_account_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_folder_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_location_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_organization_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_common_project_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_company_path

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

Parses a company path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_company_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_job_path

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

Parses a job path into its component segments.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.parse_job_path

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.search_jobs

search_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsPager

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.search_jobs

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.search_jobs_for_alert

search_jobs_for_alert(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsForAlertPager

Searches for jobs using the provided xref_SearchJobsRequest.

See more: google.cloud.talent_v4beta1.services.job_service.JobServiceClient.search_jobs_for_alert

google.cloud.talent_v4beta1.services.job_service.JobServiceClient.update_job

update_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.job_service.UpdateJobRequest, dict
        ]
    ] = None,
    *,
    job: typing.Optional[google.cloud.talent_v4beta1.types.job.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.job.Job

google.cloud.talent_v4beta1.services.job_service.pagers.ListJobsAsyncPager

ListJobsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.talent_v4beta1.types.job_service.ListJobsResponse
        ],
    ],
    request: google.cloud.talent_v4beta1.types.job_service.ListJobsRequest,
    response: google.cloud.talent_v4beta1.types.job_service.ListJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.job_service.pagers.ListJobsPager

ListJobsPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4beta1.types.job_service.ListJobsResponse
    ],
    request: google.cloud.talent_v4beta1.types.job_service.ListJobsRequest,
    response: google.cloud.talent_v4beta1.types.job_service.ListJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsAsyncPager

SearchJobsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse
        ],
    ],
    request: google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest,
    response: google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsForAlertAsyncPager

SearchJobsForAlertAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse
        ],
    ],
    request: google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest,
    response: google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsForAlertPager

SearchJobsForAlertPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse
    ],
    request: google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest,
    response: google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.job_service.pagers.SearchJobsPager

SearchJobsPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse
    ],
    request: google.cloud.talent_v4beta1.types.job_service.SearchJobsRequest,
    response: google.cloud.talent_v4beta1.types.job_service.SearchJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient

TenantServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.tenant_service.transports.base.TenantServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.tenant_service.transports.base.TenantServiceTransport]]] = '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 tenant service async client.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.common_location_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.create_tenant

create_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.CreateTenantRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    tenant: typing.Optional[google.cloud.talent_v4beta1.types.tenant.Tenant] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.tenant.Tenant

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.delete_tenant

delete_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.DeleteTenantRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.from_service_account_file

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.from_service_account_info

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.from_service_account_json

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.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.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.get_operation

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.get_tenant

get_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.GetTenantRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.types.tenant.Tenant

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.talent_v4beta1.services.tenant_service.transports.base.TenantServiceTransport
    ]
)

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.list_tenants

list_tenants(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.ListTenantsRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.tenant_service.pagers.ListTenantsAsyncPager

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.parse_tenant_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.tenant_path

tenant_path(project: str, tenant: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceAsyncClient.update_tenant

update_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.UpdateTenantRequest, dict
        ]
    ] = None,
    *,
    tenant: typing.Optional[google.cloud.talent_v4beta1.types.tenant.Tenant] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.tenant.Tenant

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient

TenantServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.talent_v4beta1.services.tenant_service.transports.base.TenantServiceTransport, typing.Callable[[...], google.cloud.talent_v4beta1.services.tenant_service.transports.base.TenantServiceTransport]]] = 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 tenant service client.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.exit

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.common_location_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.create_tenant

create_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.CreateTenantRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    tenant: typing.Optional[google.cloud.talent_v4beta1.types.tenant.Tenant] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.tenant.Tenant

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.delete_tenant

delete_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.DeleteTenantRequest, 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, str]] = ()
) -> None

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.from_service_account_file

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.from_service_account_info

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.from_service_account_json

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.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.talent_v4beta1.services.tenant_service.TenantServiceClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.get_operation

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.get_tenant

get_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.GetTenantRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.types.tenant.Tenant

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.list_tenants

list_tenants(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.ListTenantsRequest, 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, str]] = ()
) -> google.cloud.talent_v4beta1.services.tenant_service.pagers.ListTenantsPager

Lists all tenants associated with the project.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.list_tenants

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.parse_common_billing_account_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.parse_common_folder_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.parse_common_location_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.parse_common_organization_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.parse_common_project_path

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

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.parse_tenant_path

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

Parses a tenant path into its component segments.

See more: google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.parse_tenant_path

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.tenant_path

tenant_path(project: str, tenant: str) -> str

google.cloud.talent_v4beta1.services.tenant_service.TenantServiceClient.update_tenant

update_tenant(
    request: typing.Optional[
        typing.Union[
            google.cloud.talent_v4beta1.types.tenant_service.UpdateTenantRequest, dict
        ]
    ] = None,
    *,
    tenant: typing.Optional[google.cloud.talent_v4beta1.types.tenant.Tenant] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.talent_v4beta1.types.tenant.Tenant

google.cloud.talent_v4beta1.services.tenant_service.pagers.ListTenantsAsyncPager

ListTenantsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.talent_v4beta1.types.tenant_service.ListTenantsResponse
        ],
    ],
    request: google.cloud.talent_v4beta1.types.tenant_service.ListTenantsRequest,
    response: google.cloud.talent_v4beta1.types.tenant_service.ListTenantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.talent_v4beta1.services.tenant_service.pagers.ListTenantsPager

ListTenantsPager(
    method: typing.Callable[
        [...], google.cloud.talent_v4beta1.types.tenant_service.ListTenantsResponse
    ],
    request: google.cloud.talent_v4beta1.types.tenant_service.ListTenantsRequest,
    response: google.cloud.talent_v4beta1.types.tenant_service.ListTenantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)