Package com.google.cloud.billing.v1.stub
Class CloudBillingStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<CloudBillingStubSettings,CloudBillingStubSettings.Builder>
-
- com.google.cloud.billing.v1.stub.CloudBillingStubSettings.Builder
-
- Enclosing class:
- CloudBillingStubSettings
public static class CloudBillingStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<CloudBillingStubSettings,CloudBillingStubSettings.Builder>
Builder for CloudBillingStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(CloudBillingStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudBillingStubSettings.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.CloudBillingStubSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBillingAccountRequest,BillingAccount>
createBillingAccountSettings()
Returns the builder for the settings used for calls to createBillingAccount.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBillingAccountRequest,BillingAccount>
getBillingAccountSettings()
Returns the builder for the settings used for calls to getBillingAccount.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<GetProjectBillingInfoRequest,ProjectBillingInfo>
getProjectBillingInfoSettings()
Returns the builder for the settings used for calls to getProjectBillingInfo.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBillingAccountsRequest,ListBillingAccountsResponse,CloudBillingClient.ListBillingAccountsPagedResponse>
listBillingAccountsSettings()
Returns the builder for the settings used for calls to listBillingAccounts.com.google.api.gax.rpc.PagedCallSettings.Builder<ListProjectBillingInfoRequest,ListProjectBillingInfoResponse,CloudBillingClient.ListProjectBillingInfoPagedResponse>
listProjectBillingInfoSettings()
Returns the builder for the settings used for calls to listProjectBillingInfo.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.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBillingAccountRequest,BillingAccount>
updateBillingAccountSettings()
Returns the builder for the settings used for calls to updateBillingAccount.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProjectBillingInfoRequest,ProjectBillingInfo>
updateProjectBillingInfoSettings()
Returns the builder for the settings used for calls to updateProjectBillingInfo.-
Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(CloudBillingStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public CloudBillingStubSettings.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
getBillingAccountSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBillingAccountRequest,BillingAccount> getBillingAccountSettings()
Returns the builder for the settings used for calls to getBillingAccount.
-
listBillingAccountsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListBillingAccountsRequest,ListBillingAccountsResponse,CloudBillingClient.ListBillingAccountsPagedResponse> listBillingAccountsSettings()
Returns the builder for the settings used for calls to listBillingAccounts.
-
updateBillingAccountSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBillingAccountRequest,BillingAccount> updateBillingAccountSettings()
Returns the builder for the settings used for calls to updateBillingAccount.
-
createBillingAccountSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBillingAccountRequest,BillingAccount> createBillingAccountSettings()
Returns the builder for the settings used for calls to createBillingAccount.
-
listProjectBillingInfoSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListProjectBillingInfoRequest,ListProjectBillingInfoResponse,CloudBillingClient.ListProjectBillingInfoPagedResponse> listProjectBillingInfoSettings()
Returns the builder for the settings used for calls to listProjectBillingInfo.
-
getProjectBillingInfoSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectBillingInfoRequest,ProjectBillingInfo> getProjectBillingInfoSettings()
Returns the builder for the settings used for calls to getProjectBillingInfo.
-
updateProjectBillingInfoSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProjectBillingInfoRequest,ProjectBillingInfo> updateProjectBillingInfoSettings()
Returns the builder for the settings used for calls to updateProjectBillingInfo.
-
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 CloudBillingStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<CloudBillingStubSettings,CloudBillingStubSettings.Builder>
- Throws:
IOException
-
-