public static class ProfileServiceSettings.Builder extends ClientSettings.Builder<ProfileServiceSettings,ProfileServiceSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(ProfileServiceSettings settings) |
protected |
Builder(ProfileServiceStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
ProfileServiceSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
ProfileServiceSettings |
build() |
UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.CreateProfileRequest,com.google.cloud.talent.v4beta1.Profile> |
createProfileSettings()
Returns the builder for the settings used for calls to createProfile.
|
UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.DeleteProfileRequest,Empty> |
deleteProfileSettings()
Returns the builder for the settings used for calls to deleteProfile.
|
UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.GetProfileRequest,com.google.cloud.talent.v4beta1.Profile> |
getProfileSettings()
Returns the builder for the settings used for calls to getProfile.
|
ProfileServiceStubSettings.Builder |
getStubSettingsBuilder() |
PagedCallSettings.Builder<com.google.cloud.talent.v4beta1.ListProfilesRequest,com.google.cloud.talent.v4beta1.ListProfilesResponse,ProfileServiceClient.ListProfilesPagedResponse> |
listProfilesSettings()
Returns the builder for the settings used for calls to listProfiles.
|
PagedCallSettings.Builder<com.google.cloud.talent.v4beta1.SearchProfilesRequest,com.google.cloud.talent.v4beta1.SearchProfilesResponse,ProfileServiceClient.SearchProfilesPagedResponse> |
searchProfilesSettings()
Returns the builder for the settings used for calls to searchProfiles.
|
UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.UpdateProfileRequest,com.google.cloud.talent.v4beta1.Profile> |
updateProfileSettings()
Returns the builder for the settings used for calls to updateProfile.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(ProfileServiceSettings settings)
protected Builder(ProfileServiceStubSettings.Builder stubSettings)
public ProfileServiceStubSettings.Builder getStubSettingsBuilder()
public ProfileServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public PagedCallSettings.Builder<com.google.cloud.talent.v4beta1.ListProfilesRequest,com.google.cloud.talent.v4beta1.ListProfilesResponse,ProfileServiceClient.ListProfilesPagedResponse> listProfilesSettings()
public UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.CreateProfileRequest,com.google.cloud.talent.v4beta1.Profile> createProfileSettings()
public UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.GetProfileRequest,com.google.cloud.talent.v4beta1.Profile> getProfileSettings()
public UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.UpdateProfileRequest,com.google.cloud.talent.v4beta1.Profile> updateProfileSettings()
public UnaryCallSettings.Builder<com.google.cloud.talent.v4beta1.DeleteProfileRequest,Empty> deleteProfileSettings()
public PagedCallSettings.Builder<com.google.cloud.talent.v4beta1.SearchProfilesRequest,com.google.cloud.talent.v4beta1.SearchProfilesResponse,ProfileServiceClient.SearchProfilesPagedResponse> searchProfilesSettings()
public ProfileServiceSettings build() throws IOException
build
in class ClientSettings.Builder<ProfileServiceSettings,ProfileServiceSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.