public static class ProfileServiceStubSettings.Builder extends StubSettings.Builder<ProfileServiceStubSettings,ProfileServiceStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(ProfileServiceStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
ProfileServiceStubSettings.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.
|
ProfileServiceStubSettings |
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.
|
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.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(ProfileServiceStubSettings settings)
public ProfileServiceStubSettings.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 com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 ProfileServiceStubSettings build() throws IOException
build
in class StubSettings.Builder<ProfileServiceStubSettings,ProfileServiceStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.