Class ProfileServiceClientImpl

public sealed class ProfileServiceClientImpl : ProfileServiceClient

ProfileService client wrapper implementation, for convenient use.

Inheritance

Object > ProfileServiceClient > ProfileServiceClientImpl

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Remarks

A service that handles profile management, including profile CRUD, enumeration and search.

Constructors

ProfileServiceClientImpl(ProfileService.ProfileServiceClient, ProfileServiceSettings)

public ProfileServiceClientImpl(ProfileService.ProfileServiceClient grpcClient, ProfileServiceSettings settings)

Constructs a client wrapper for the ProfileService service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientProfileService.ProfileServiceClient

The underlying gRPC client.

settingsProfileServiceSettings

The base ProfileServiceSettings used within this client.

Properties

GrpcClient

public override ProfileService.ProfileServiceClient GrpcClient { get; }

The underlying gRPC ProfileService client

Property Value
TypeDescription
ProfileService.ProfileServiceClient
Overrides

Methods

CreateProfile(CreateProfileRequest, CallSettings)

public override Profile CreateProfile(CreateProfileRequest request, CallSettings callSettings = null)

Creates and returns a new profile.

Parameters
NameDescription
requestCreateProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Profile

The RPC response.

Overrides

CreateProfileAsync(CreateProfileRequest, CallSettings)

public override Task<Profile> CreateProfileAsync(CreateProfileRequest request, CallSettings callSettings = null)

Creates and returns a new profile.

Parameters
NameDescription
requestCreateProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Profile>

A Task containing the RPC response.

Overrides

DeleteProfile(DeleteProfileRequest, CallSettings)

public override void DeleteProfile(DeleteProfileRequest request, CallSettings callSettings = null)

Deletes the specified profile. Prerequisite: The profile has no associated applications or assignments associated.

Parameters
NameDescription
requestDeleteProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Overrides

DeleteProfileAsync(DeleteProfileRequest, CallSettings)

public override Task DeleteProfileAsync(DeleteProfileRequest request, CallSettings callSettings = null)

Deletes the specified profile. Prerequisite: The profile has no associated applications or assignments associated.

Parameters
NameDescription
requestDeleteProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task

A Task containing the RPC response.

Overrides

GetProfile(GetProfileRequest, CallSettings)

public override Profile GetProfile(GetProfileRequest request, CallSettings callSettings = null)

Gets the specified profile.

Parameters
NameDescription
requestGetProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Profile

The RPC response.

Overrides

GetProfileAsync(GetProfileRequest, CallSettings)

public override Task<Profile> GetProfileAsync(GetProfileRequest request, CallSettings callSettings = null)

Gets the specified profile.

Parameters
NameDescription
requestGetProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Profile>

A Task containing the RPC response.

Overrides

ListProfiles(ListProfilesRequest, CallSettings)

public override PagedEnumerable<ListProfilesResponse, Profile> ListProfiles(ListProfilesRequest request, CallSettings callSettings = null)

Lists profiles by filter. The order is unspecified.

Parameters
NameDescription
requestListProfilesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerable<ListProfilesResponse, Profile>

A pageable sequence of Profile resources.

Overrides

ListProfilesAsync(ListProfilesRequest, CallSettings)

public override PagedAsyncEnumerable<ListProfilesResponse, Profile> ListProfilesAsync(ListProfilesRequest request, CallSettings callSettings = null)

Lists profiles by filter. The order is unspecified.

Parameters
NameDescription
requestListProfilesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerable<ListProfilesResponse, Profile>

A pageable asynchronous sequence of Profile resources.

Overrides

SearchProfiles(SearchProfilesRequest, CallSettings)

public override SearchProfilesResponse SearchProfiles(SearchProfilesRequest request, CallSettings callSettings = null)

Searches for profiles within a tenant.

For example, search by raw queries "software engineer in Mountain View" or search by structured filters (location filter, education filter, etc.).

See [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest] for more information.

Parameters
NameDescription
requestSearchProfilesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SearchProfilesResponse

The RPC response.

Overrides

SearchProfilesAsync(SearchProfilesRequest, CallSettings)

public override Task<SearchProfilesResponse> SearchProfilesAsync(SearchProfilesRequest request, CallSettings callSettings = null)

Searches for profiles within a tenant.

For example, search by raw queries "software engineer in Mountain View" or search by structured filters (location filter, education filter, etc.).

See [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest] for more information.

Parameters
NameDescription
requestSearchProfilesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<SearchProfilesResponse>

A Task containing the RPC response.

Overrides

UpdateProfile(UpdateProfileRequest, CallSettings)

public override Profile UpdateProfile(UpdateProfileRequest request, CallSettings callSettings = null)

Updates the specified profile and returns the updated result.

Parameters
NameDescription
requestUpdateProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Profile

The RPC response.

Overrides

UpdateProfileAsync(UpdateProfileRequest, CallSettings)

public override Task<Profile> UpdateProfileAsync(UpdateProfileRequest request, CallSettings callSettings = null)

Updates the specified profile and returns the updated result.

Parameters
NameDescription
requestUpdateProfileRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Profile>

A Task containing the RPC response.

Overrides