Class OrganizationsSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<OrganizationsSettings,OrganizationsSettings.Builder>
-
- com.google.cloud.resourcemanager.v3.OrganizationsSettings.Builder
-
- Enclosing class:
- OrganizationsSettings
public static class OrganizationsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<OrganizationsSettings,OrganizationsSettings.Builder>
Builder for OrganizationsSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(OrganizationsSettings settings)
protected
Builder(OrganizationsStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationsSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.OrganizationsSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOrganizationRequest,Organization>
getOrganizationSettings()
Returns the builder for the settings used for calls to getOrganization.OrganizationsStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchOrganizationsRequest,SearchOrganizationsResponse,OrganizationsClient.SearchOrganizationsPagedResponse>
searchOrganizationsSettings()
Returns the builder for the settings used for calls to searchOrganizations.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(OrganizationsSettings settings)
-
Builder
protected Builder(OrganizationsStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public OrganizationsStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public OrganizationsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
getOrganizationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOrganizationRequest,Organization> getOrganizationSettings()
Returns the builder for the settings used for calls to getOrganization.
-
searchOrganizationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<SearchOrganizationsRequest,SearchOrganizationsResponse,OrganizationsClient.SearchOrganizationsPagedResponse> searchOrganizationsSettings()
Returns the builder for the settings used for calls to searchOrganizations.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
-
build
public OrganizationsSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<OrganizationsSettings,OrganizationsSettings.Builder>
- Throws:
IOException
-
-