@Generated(value="by gapic-generator-java") public class CloudBillingStubSettings extends com.google.api.gax.rpc.StubSettings<CloudBillingStubSettings>
CloudBillingStub.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getBillingAccount to 30 seconds:
CloudBillingStubSettings.Builder cloudBillingSettingsBuilder =
CloudBillingStubSettings.newBuilder();
cloudBillingSettingsBuilder
.getBillingAccountSettings()
.setRetrySettings(
cloudBillingSettingsBuilder
.getBillingAccountSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CloudBillingStubSettings cloudBillingSettings = cloudBillingSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudBillingStubSettings.Builder
Builder for CloudBillingStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CloudBillingStubSettings(CloudBillingStubSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings<CreateBillingAccountRequest,BillingAccount> |
createBillingAccountSettings()
Returns the object with the settings used for calls to createBillingAccount.
|
CloudBillingStub |
createStub() |
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<GetBillingAccountRequest,BillingAccount> |
getBillingAccountSettings()
Returns the object with the settings used for calls to getBillingAccount.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static String |
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<GetProjectBillingInfoRequest,ProjectBillingInfo> |
getProjectBillingInfoSettings()
Returns the object with the settings used for calls to getProjectBillingInfo.
|
com.google.api.gax.rpc.PagedCallSettings<ListBillingAccountsRequest,ListBillingAccountsResponse,CloudBillingClient.ListBillingAccountsPagedResponse> |
listBillingAccountsSettings()
Returns the object with the settings used for calls to listBillingAccounts.
|
com.google.api.gax.rpc.PagedCallSettings<ListProjectBillingInfoRequest,ListProjectBillingInfoResponse,CloudBillingClient.ListProjectBillingInfoPagedResponse> |
listProjectBillingInfoSettings()
Returns the object with the settings used for calls to listProjectBillingInfo.
|
static CloudBillingStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static CloudBillingStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
CloudBillingStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateBillingAccountRequest,BillingAccount> |
updateBillingAccountSettings()
Returns the object with the settings used for calls to updateBillingAccount.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateProjectBillingInfoRequest,ProjectBillingInfo> |
updateProjectBillingInfoSettings()
Returns the object with the settings used for calls to updateProjectBillingInfo.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toStringprotected CloudBillingStubSettings(CloudBillingStubSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<GetBillingAccountRequest,BillingAccount> getBillingAccountSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListBillingAccountsRequest,ListBillingAccountsResponse,CloudBillingClient.ListBillingAccountsPagedResponse> listBillingAccountsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateBillingAccountRequest,BillingAccount> updateBillingAccountSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateBillingAccountRequest,BillingAccount> createBillingAccountSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListProjectBillingInfoRequest,ListProjectBillingInfoResponse,CloudBillingClient.ListProjectBillingInfoPagedResponse> listProjectBillingInfoSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetProjectBillingInfoRequest,ProjectBillingInfo> getProjectBillingInfoSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateProjectBillingInfoRequest,ProjectBillingInfo> updateProjectBillingInfoSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public CloudBillingStub createStub() throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static CloudBillingStubSettings.Builder newBuilder()
public static CloudBillingStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public CloudBillingStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<CloudBillingStubSettings>Copyright © 2021 Google LLC. All rights reserved.