public class SubscriptionAdminSettings extends ClientSettings<SubscriptionAdminSettings>
Settings class to configure an instance of SubscriptionAdminClient.
The default instance has everything set to sensible defaults:
- The default service address (pubsub.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
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 createSubscription to 30 seconds:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
SubscriptionAdminSettings.Builder subscriptionAdminSettingsBuilder =
SubscriptionAdminSettings.newBuilder();
subscriptionAdminSettingsBuilder
.createSubscriptionSettings()
.setRetrySettings(
subscriptionAdminSettingsBuilder
.createSubscriptionSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
SubscriptionAdminSettings subscriptionAdminSettings = subscriptionAdminSettingsBuilder.build();
Static Methods
create(SubscriberStubSettings stub)
public static final SubscriptionAdminSettings create(SubscriberStubSettings stub)
Name | Description |
stub | SubscriberStubSettings |
Type | Description |
SubscriptionAdminSettings |
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static SubscriptionAdminSettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
SubscriptionAdminSettings.Builder |
newBuilder(ClientContext clientContext)
public static SubscriptionAdminSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
SubscriptionAdminSettings.Builder |
Constructors
SubscriptionAdminSettings(SubscriptionAdminSettings.Builder settingsBuilder)
protected SubscriptionAdminSettings(SubscriptionAdminSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | SubscriptionAdminSettings.Builder |
Methods
acknowledgeSettings()
public UnaryCallSettings<AcknowledgeRequest,Empty> acknowledgeSettings()
Returns the object with the settings used for calls to acknowledge.
Type | Description |
UnaryCallSettings<AcknowledgeRequest,Empty> |
createSnapshotSettings()
public UnaryCallSettings<CreateSnapshotRequest,Snapshot> createSnapshotSettings()
Returns the object with the settings used for calls to createSnapshot.
Type | Description |
UnaryCallSettings<CreateSnapshotRequest,Snapshot> |
createSubscriptionSettings()
public UnaryCallSettings<Subscription,Subscription> createSubscriptionSettings()
Returns the object with the settings used for calls to createSubscription.
Type | Description |
UnaryCallSettings<Subscription,Subscription> |
deleteSnapshotSettings()
public UnaryCallSettings<DeleteSnapshotRequest,Empty> deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
Type | Description |
UnaryCallSettings<DeleteSnapshotRequest,Empty> |
deleteSubscriptionSettings()
public UnaryCallSettings<DeleteSubscriptionRequest,Empty> deleteSubscriptionSettings()
Returns the object with the settings used for calls to deleteSubscription.
Type | Description |
UnaryCallSettings<DeleteSubscriptionRequest,Empty> |
getIamPolicySettings()
public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
Type | Description |
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getSnapshotSettings()
public UnaryCallSettings<GetSnapshotRequest,Snapshot> getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.
Type | Description |
UnaryCallSettings<GetSnapshotRequest,Snapshot> |
getSubscriptionSettings()
public UnaryCallSettings<GetSubscriptionRequest,Subscription> getSubscriptionSettings()
Returns the object with the settings used for calls to getSubscription.
Type | Description |
UnaryCallSettings<GetSubscriptionRequest,Subscription> |
listSnapshotsSettings()
public PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
Type | Description |
PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,ListSnapshotsPagedResponse> |
listSubscriptionsSettings()
public PagedCallSettings<ListSubscriptionsRequest,ListSubscriptionsResponse,SubscriptionAdminClient.ListSubscriptionsPagedResponse> listSubscriptionsSettings()
Returns the object with the settings used for calls to listSubscriptions.
Type | Description |
PagedCallSettings<ListSubscriptionsRequest,ListSubscriptionsResponse,ListSubscriptionsPagedResponse> |
modifyAckDeadlineSettings()
public UnaryCallSettings<ModifyAckDeadlineRequest,Empty> modifyAckDeadlineSettings()
Returns the object with the settings used for calls to modifyAckDeadline.
Type | Description |
UnaryCallSettings<ModifyAckDeadlineRequest,Empty> |
modifyPushConfigSettings()
public UnaryCallSettings<ModifyPushConfigRequest,Empty> modifyPushConfigSettings()
Returns the object with the settings used for calls to modifyPushConfig.
Type | Description |
UnaryCallSettings<ModifyPushConfigRequest,Empty> |
pullSettings()
public UnaryCallSettings<PullRequest,PullResponse> pullSettings()
Returns the object with the settings used for calls to pull.
Type | Description |
UnaryCallSettings<PullRequest,PullResponse> |
seekSettings()
public UnaryCallSettings<SeekRequest,SeekResponse> seekSettings()
Returns the object with the settings used for calls to seek.
Type | Description |
UnaryCallSettings<SeekRequest,SeekResponse> |
setIamPolicySettings()
public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
Type | Description |
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
streamingPullSettings()
public StreamingCallSettings<StreamingPullRequest,StreamingPullResponse> streamingPullSettings()
Returns the object with the settings used for calls to streamingPull.
Type | Description |
StreamingCallSettings<StreamingPullRequest,StreamingPullResponse> |
testIamPermissionsSettings()
public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
Type | Description |
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
toBuilder()
public SubscriptionAdminSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
SubscriptionAdminSettings.Builder |
updateSnapshotSettings()
public UnaryCallSettings<UpdateSnapshotRequest,Snapshot> updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot.
Type | Description |
UnaryCallSettings<UpdateSnapshotRequest,Snapshot> |
updateSubscriptionSettings()
public UnaryCallSettings<UpdateSubscriptionRequest,Subscription> updateSubscriptionSettings()
Returns the object with the settings used for calls to updateSubscription.
Type | Description |
UnaryCallSettings<UpdateSubscriptionRequest,Subscription> |