com.google.cloud.pubsub.v1.stub.SubscriberStubSettings Maven / Gradle / Ivy
/*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.cloud.pubsub.v1.stub;
import static com.google.cloud.pubsub.v1.SubscriptionAdminClient.ListSnapshotsPagedResponse;
import static com.google.cloud.pubsub.v1.SubscriptionAdminClient.ListSubscriptionsPagedResponse;
import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
import com.google.api.gax.grpc.GaxGrpcProperties;
import com.google.api.gax.grpc.GrpcTransportChannel;
import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider;
import com.google.api.gax.retrying.RetrySettings;
import com.google.api.gax.rpc.ApiCallContext;
import com.google.api.gax.rpc.ApiClientHeaderProvider;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.PageContext;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.PagedListDescriptor;
import com.google.api.gax.rpc.PagedListResponseFactory;
import com.google.api.gax.rpc.StatusCode;
import com.google.api.gax.rpc.StreamingCallSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Lists;
import com.google.iam.v1.GetIamPolicyRequest;
import com.google.iam.v1.Policy;
import com.google.iam.v1.SetIamPolicyRequest;
import com.google.iam.v1.TestIamPermissionsRequest;
import com.google.iam.v1.TestIamPermissionsResponse;
import com.google.protobuf.Empty;
import com.google.pubsub.v1.AcknowledgeRequest;
import com.google.pubsub.v1.CreateSnapshotRequest;
import com.google.pubsub.v1.DeleteSnapshotRequest;
import com.google.pubsub.v1.DeleteSubscriptionRequest;
import com.google.pubsub.v1.GetSubscriptionRequest;
import com.google.pubsub.v1.ListSnapshotsRequest;
import com.google.pubsub.v1.ListSnapshotsResponse;
import com.google.pubsub.v1.ListSubscriptionsRequest;
import com.google.pubsub.v1.ListSubscriptionsResponse;
import com.google.pubsub.v1.ModifyAckDeadlineRequest;
import com.google.pubsub.v1.ModifyPushConfigRequest;
import com.google.pubsub.v1.PullRequest;
import com.google.pubsub.v1.PullResponse;
import com.google.pubsub.v1.SeekRequest;
import com.google.pubsub.v1.SeekResponse;
import com.google.pubsub.v1.Snapshot;
import com.google.pubsub.v1.StreamingPullRequest;
import com.google.pubsub.v1.StreamingPullResponse;
import com.google.pubsub.v1.Subscription;
import com.google.pubsub.v1.UpdateSnapshotRequest;
import com.google.pubsub.v1.UpdateSubscriptionRequest;
import java.io.IOException;
import java.util.List;
import javax.annotation.Generated;
import org.threeten.bp.Duration;
// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* Settings class to configure an instance of {@link SubscriberStub}.
*
* 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:
*
*
*
* SubscriberStubSettings.Builder subscriptionAdminSettingsBuilder =
* SubscriberStubSettings.newBuilder();
* subscriptionAdminSettingsBuilder.createSubscriptionSettings().getRetrySettings().toBuilder()
* .setTotalTimeout(Duration.ofSeconds(30));
* SubscriberStubSettings subscriptionAdminSettings = subscriptionAdminSettingsBuilder.build();
*
*
*/
@Generated("by gapic-generator")
public class SubscriberStubSettings extends StubSettings {
/** The default scopes of the service. */
private static final ImmutableList DEFAULT_SERVICE_SCOPES =
ImmutableList.builder()
.add("https://www.googleapis.com/auth/cloud-platform")
.add("https://www.googleapis.com/auth/pubsub")
.build();
private final UnaryCallSettings createSubscriptionSettings;
private final UnaryCallSettings getSubscriptionSettings;
private final UnaryCallSettings
updateSubscriptionSettings;
private final PagedCallSettings<
ListSubscriptionsRequest, ListSubscriptionsResponse, ListSubscriptionsPagedResponse>
listSubscriptionsSettings;
private final UnaryCallSettings deleteSubscriptionSettings;
private final UnaryCallSettings modifyAckDeadlineSettings;
private final UnaryCallSettings acknowledgeSettings;
private final UnaryCallSettings pullSettings;
private final StreamingCallSettings
streamingPullSettings;
private final UnaryCallSettings modifyPushConfigSettings;
private final PagedCallSettings<
ListSnapshotsRequest, ListSnapshotsResponse, ListSnapshotsPagedResponse>
listSnapshotsSettings;
private final UnaryCallSettings createSnapshotSettings;
private final UnaryCallSettings updateSnapshotSettings;
private final UnaryCallSettings deleteSnapshotSettings;
private final UnaryCallSettings seekSettings;
private final UnaryCallSettings setIamPolicySettings;
private final UnaryCallSettings getIamPolicySettings;
private final UnaryCallSettings
testIamPermissionsSettings;
/** Returns the object with the settings used for calls to createSubscription. */
public UnaryCallSettings createSubscriptionSettings() {
return createSubscriptionSettings;
}
/** Returns the object with the settings used for calls to getSubscription. */
public UnaryCallSettings getSubscriptionSettings() {
return getSubscriptionSettings;
}
/** Returns the object with the settings used for calls to updateSubscription. */
public UnaryCallSettings updateSubscriptionSettings() {
return updateSubscriptionSettings;
}
/** Returns the object with the settings used for calls to listSubscriptions. */
public PagedCallSettings<
ListSubscriptionsRequest, ListSubscriptionsResponse, ListSubscriptionsPagedResponse>
listSubscriptionsSettings() {
return listSubscriptionsSettings;
}
/** Returns the object with the settings used for calls to deleteSubscription. */
public UnaryCallSettings deleteSubscriptionSettings() {
return deleteSubscriptionSettings;
}
/** Returns the object with the settings used for calls to modifyAckDeadline. */
public UnaryCallSettings modifyAckDeadlineSettings() {
return modifyAckDeadlineSettings;
}
/** Returns the object with the settings used for calls to acknowledge. */
public UnaryCallSettings acknowledgeSettings() {
return acknowledgeSettings;
}
/** Returns the object with the settings used for calls to pull. */
public UnaryCallSettings pullSettings() {
return pullSettings;
}
/** Returns the object with the settings used for calls to streamingPull. */
public StreamingCallSettings
streamingPullSettings() {
return streamingPullSettings;
}
/** Returns the object with the settings used for calls to modifyPushConfig. */
public UnaryCallSettings modifyPushConfigSettings() {
return modifyPushConfigSettings;
}
/** Returns the object with the settings used for calls to listSnapshots. */
public PagedCallSettings
listSnapshotsSettings() {
return listSnapshotsSettings;
}
/** Returns the object with the settings used for calls to createSnapshot. */
public UnaryCallSettings createSnapshotSettings() {
return createSnapshotSettings;
}
/** Returns the object with the settings used for calls to updateSnapshot. */
public UnaryCallSettings updateSnapshotSettings() {
return updateSnapshotSettings;
}
/** Returns the object with the settings used for calls to deleteSnapshot. */
public UnaryCallSettings deleteSnapshotSettings() {
return deleteSnapshotSettings;
}
/** Returns the object with the settings used for calls to seek. */
public UnaryCallSettings seekSettings() {
return seekSettings;
}
/** Returns the object with the settings used for calls to setIamPolicy. */
public UnaryCallSettings setIamPolicySettings() {
return setIamPolicySettings;
}
/** Returns the object with the settings used for calls to getIamPolicy. */
public UnaryCallSettings getIamPolicySettings() {
return getIamPolicySettings;
}
/** Returns the object with the settings used for calls to testIamPermissions. */
public UnaryCallSettings
testIamPermissionsSettings() {
return testIamPermissionsSettings;
}
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public SubscriberStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
.equals(GrpcTransportChannel.getGrpcTransportName())) {
return GrpcSubscriberStub.create(this);
} else {
throw new UnsupportedOperationException(
"Transport not supported: " + getTransportChannelProvider().getTransportName());
}
}
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
return InstantiatingExecutorProvider.newBuilder();
}
/** Returns the default service endpoint. */
public static String getDefaultEndpoint() {
return "pubsub.googleapis.com:443";
}
/** Returns the default service scopes. */
public static List getDefaultServiceScopes() {
return DEFAULT_SERVICE_SCOPES;
}
/** Returns a builder for the default credentials for this service. */
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() {
return GoogleCredentialsProvider.newBuilder().setScopesToApply(DEFAULT_SERVICE_SCOPES);
}
/** Returns a builder for the default ChannelProvider for this service. */
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() {
return InstantiatingGrpcChannelProvider.newBuilder().setMaxInboundMessageSize(20 << 20); // 20MB
}
public static TransportChannelProvider defaultTransportChannelProvider() {
return defaultGrpcTransportProviderBuilder().build();
}
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
return ApiClientHeaderProvider.newBuilder()
.setGeneratedLibToken(
"gapic", GaxProperties.getLibraryVersion(SubscriberStubSettings.class))
.setTransportToken(
GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion());
}
/** Returns a new builder for this class. */
public static Builder newBuilder() {
return Builder.createDefault();
}
/** Returns a new builder for this class. */
public static Builder newBuilder(ClientContext clientContext) {
return new Builder(clientContext);
}
/** Returns a builder containing all the values of this settings class. */
public Builder toBuilder() {
return new Builder(this);
}
protected SubscriberStubSettings(Builder settingsBuilder) throws IOException {
super(settingsBuilder);
createSubscriptionSettings = settingsBuilder.createSubscriptionSettings().build();
getSubscriptionSettings = settingsBuilder.getSubscriptionSettings().build();
updateSubscriptionSettings = settingsBuilder.updateSubscriptionSettings().build();
listSubscriptionsSettings = settingsBuilder.listSubscriptionsSettings().build();
deleteSubscriptionSettings = settingsBuilder.deleteSubscriptionSettings().build();
modifyAckDeadlineSettings = settingsBuilder.modifyAckDeadlineSettings().build();
acknowledgeSettings = settingsBuilder.acknowledgeSettings().build();
pullSettings = settingsBuilder.pullSettings().build();
streamingPullSettings = settingsBuilder.streamingPullSettings().build();
modifyPushConfigSettings = settingsBuilder.modifyPushConfigSettings().build();
listSnapshotsSettings = settingsBuilder.listSnapshotsSettings().build();
createSnapshotSettings = settingsBuilder.createSnapshotSettings().build();
updateSnapshotSettings = settingsBuilder.updateSnapshotSettings().build();
deleteSnapshotSettings = settingsBuilder.deleteSnapshotSettings().build();
seekSettings = settingsBuilder.seekSettings().build();
setIamPolicySettings = settingsBuilder.setIamPolicySettings().build();
getIamPolicySettings = settingsBuilder.getIamPolicySettings().build();
testIamPermissionsSettings = settingsBuilder.testIamPermissionsSettings().build();
}
private static final PagedListDescriptor<
ListSubscriptionsRequest, ListSubscriptionsResponse, Subscription>
LIST_SUBSCRIPTIONS_PAGE_STR_DESC =
new PagedListDescriptor<
ListSubscriptionsRequest, ListSubscriptionsResponse, Subscription>() {
@Override
public String emptyToken() {
return "";
}
@Override
public ListSubscriptionsRequest injectToken(
ListSubscriptionsRequest payload, String token) {
return ListSubscriptionsRequest.newBuilder(payload).setPageToken(token).build();
}
@Override
public ListSubscriptionsRequest injectPageSize(
ListSubscriptionsRequest payload, int pageSize) {
return ListSubscriptionsRequest.newBuilder(payload).setPageSize(pageSize).build();
}
@Override
public Integer extractPageSize(ListSubscriptionsRequest payload) {
return payload.getPageSize();
}
@Override
public String extractNextToken(ListSubscriptionsResponse payload) {
return payload.getNextPageToken();
}
@Override
public Iterable extractResources(ListSubscriptionsResponse payload) {
return payload.getSubscriptionsList() != null
? payload.getSubscriptionsList()
: ImmutableList.of();
}
};
private static final PagedListDescriptor
LIST_SNAPSHOTS_PAGE_STR_DESC =
new PagedListDescriptor() {
@Override
public String emptyToken() {
return "";
}
@Override
public ListSnapshotsRequest injectToken(ListSnapshotsRequest payload, String token) {
return ListSnapshotsRequest.newBuilder(payload).setPageToken(token).build();
}
@Override
public ListSnapshotsRequest injectPageSize(ListSnapshotsRequest payload, int pageSize) {
return ListSnapshotsRequest.newBuilder(payload).setPageSize(pageSize).build();
}
@Override
public Integer extractPageSize(ListSnapshotsRequest payload) {
return payload.getPageSize();
}
@Override
public String extractNextToken(ListSnapshotsResponse payload) {
return payload.getNextPageToken();
}
@Override
public Iterable extractResources(ListSnapshotsResponse payload) {
return payload.getSnapshotsList() != null
? payload.getSnapshotsList()
: ImmutableList.of();
}
};
private static final PagedListResponseFactory<
ListSubscriptionsRequest, ListSubscriptionsResponse, ListSubscriptionsPagedResponse>
LIST_SUBSCRIPTIONS_PAGE_STR_FACT =
new PagedListResponseFactory<
ListSubscriptionsRequest,
ListSubscriptionsResponse,
ListSubscriptionsPagedResponse>() {
@Override
public ApiFuture getFuturePagedResponse(
UnaryCallable callable,
ListSubscriptionsRequest request,
ApiCallContext context,
ApiFuture futureResponse) {
PageContext
pageContext =
PageContext.create(
callable, LIST_SUBSCRIPTIONS_PAGE_STR_DESC, request, context);
return ListSubscriptionsPagedResponse.createAsync(pageContext, futureResponse);
}
};
private static final PagedListResponseFactory<
ListSnapshotsRequest, ListSnapshotsResponse, ListSnapshotsPagedResponse>
LIST_SNAPSHOTS_PAGE_STR_FACT =
new PagedListResponseFactory<
ListSnapshotsRequest, ListSnapshotsResponse, ListSnapshotsPagedResponse>() {
@Override
public ApiFuture getFuturePagedResponse(
UnaryCallable callable,
ListSnapshotsRequest request,
ApiCallContext context,
ApiFuture futureResponse) {
PageContext pageContext =
PageContext.create(callable, LIST_SNAPSHOTS_PAGE_STR_DESC, request, context);
return ListSnapshotsPagedResponse.createAsync(pageContext, futureResponse);
}
};
/** Builder for SubscriberStubSettings. */
public static class Builder extends StubSettings.Builder {
private final ImmutableList> unaryMethodSettingsBuilders;
private final UnaryCallSettings.Builder createSubscriptionSettings;
private final UnaryCallSettings.Builder
getSubscriptionSettings;
private final UnaryCallSettings.Builder
updateSubscriptionSettings;
private final PagedCallSettings.Builder<
ListSubscriptionsRequest, ListSubscriptionsResponse, ListSubscriptionsPagedResponse>
listSubscriptionsSettings;
private final UnaryCallSettings.Builder
deleteSubscriptionSettings;
private final UnaryCallSettings.Builder
modifyAckDeadlineSettings;
private final UnaryCallSettings.Builder acknowledgeSettings;
private final UnaryCallSettings.Builder pullSettings;
private final StreamingCallSettings.Builder
streamingPullSettings;
private final UnaryCallSettings.Builder
modifyPushConfigSettings;
private final PagedCallSettings.Builder<
ListSnapshotsRequest, ListSnapshotsResponse, ListSnapshotsPagedResponse>
listSnapshotsSettings;
private final UnaryCallSettings.Builder createSnapshotSettings;
private final UnaryCallSettings.Builder updateSnapshotSettings;
private final UnaryCallSettings.Builder deleteSnapshotSettings;
private final UnaryCallSettings.Builder seekSettings;
private final UnaryCallSettings.Builder setIamPolicySettings;
private final UnaryCallSettings.Builder getIamPolicySettings;
private final UnaryCallSettings.Builder
testIamPermissionsSettings;
private static final ImmutableMap>
RETRYABLE_CODE_DEFINITIONS;
static {
ImmutableMap.Builder> definitions =
ImmutableMap.builder();
definitions.put(
"idempotent",
ImmutableSet.copyOf(
Lists.newArrayList(
StatusCode.Code.ABORTED, StatusCode.Code.UNAVAILABLE, StatusCode.Code.UNKNOWN)));
definitions.put(
"non_idempotent",
ImmutableSet.copyOf(Lists.newArrayList(StatusCode.Code.UNAVAILABLE)));
definitions.put("none", ImmutableSet.copyOf(Lists.newArrayList()));
RETRYABLE_CODE_DEFINITIONS = definitions.build();
}
private static final ImmutableMap RETRY_PARAM_DEFINITIONS;
static {
ImmutableMap.Builder definitions = ImmutableMap.builder();
RetrySettings settings = null;
settings =
RetrySettings.newBuilder()
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(60000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(60000L))
.setTotalTimeout(Duration.ofMillis(600000L))
.build();
definitions.put("default", settings);
settings =
RetrySettings.newBuilder()
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(12000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(12000L))
.setTotalTimeout(Duration.ofMillis(600000L))
.build();
definitions.put("messaging", settings);
settings =
RetrySettings.newBuilder()
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(600000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(600000L))
.setTotalTimeout(Duration.ofMillis(600000L))
.build();
definitions.put("streaming_messaging", settings);
RETRY_PARAM_DEFINITIONS = definitions.build();
}
protected Builder() {
this((ClientContext) null);
}
protected Builder(ClientContext clientContext) {
super(clientContext);
createSubscriptionSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
getSubscriptionSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
updateSubscriptionSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
listSubscriptionsSettings = PagedCallSettings.newBuilder(LIST_SUBSCRIPTIONS_PAGE_STR_FACT);
deleteSubscriptionSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
modifyAckDeadlineSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
acknowledgeSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
pullSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
streamingPullSettings = StreamingCallSettings.newBuilder();
modifyPushConfigSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
listSnapshotsSettings = PagedCallSettings.newBuilder(LIST_SNAPSHOTS_PAGE_STR_FACT);
createSnapshotSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
updateSnapshotSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
deleteSnapshotSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
seekSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
setIamPolicySettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
getIamPolicySettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
testIamPermissionsSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
unaryMethodSettingsBuilders =
ImmutableList.>of(
createSubscriptionSettings,
getSubscriptionSettings,
updateSubscriptionSettings,
listSubscriptionsSettings,
deleteSubscriptionSettings,
modifyAckDeadlineSettings,
acknowledgeSettings,
pullSettings,
modifyPushConfigSettings,
listSnapshotsSettings,
createSnapshotSettings,
updateSnapshotSettings,
deleteSnapshotSettings,
seekSettings,
setIamPolicySettings,
getIamPolicySettings,
testIamPermissionsSettings);
initDefaults(this);
}
private static Builder createDefault() {
Builder builder = new Builder((ClientContext) null);
builder.setTransportChannelProvider(defaultTransportChannelProvider());
builder.setCredentialsProvider(defaultCredentialsProviderBuilder().build());
builder.setInternalHeaderProvider(defaultApiClientHeaderProviderBuilder().build());
builder.setEndpoint(getDefaultEndpoint());
return initDefaults(builder);
}
private static Builder initDefaults(Builder builder) {
builder
.createSubscriptionSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.getSubscriptionSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.updateSubscriptionSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.listSubscriptionsSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.deleteSubscriptionSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.modifyAckDeadlineSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.acknowledgeSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("messaging"));
builder
.pullSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("messaging"));
builder
.modifyPushConfigSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.listSnapshotsSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.createSnapshotSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.updateSnapshotSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.deleteSnapshotSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.seekSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.setIamPolicySettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.getIamPolicySettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
builder
.testIamPermissionsSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));
return builder;
}
protected Builder(SubscriberStubSettings settings) {
super(settings);
createSubscriptionSettings = settings.createSubscriptionSettings.toBuilder();
getSubscriptionSettings = settings.getSubscriptionSettings.toBuilder();
updateSubscriptionSettings = settings.updateSubscriptionSettings.toBuilder();
listSubscriptionsSettings = settings.listSubscriptionsSettings.toBuilder();
deleteSubscriptionSettings = settings.deleteSubscriptionSettings.toBuilder();
modifyAckDeadlineSettings = settings.modifyAckDeadlineSettings.toBuilder();
acknowledgeSettings = settings.acknowledgeSettings.toBuilder();
pullSettings = settings.pullSettings.toBuilder();
streamingPullSettings = settings.streamingPullSettings.toBuilder();
modifyPushConfigSettings = settings.modifyPushConfigSettings.toBuilder();
listSnapshotsSettings = settings.listSnapshotsSettings.toBuilder();
createSnapshotSettings = settings.createSnapshotSettings.toBuilder();
updateSnapshotSettings = settings.updateSnapshotSettings.toBuilder();
deleteSnapshotSettings = settings.deleteSnapshotSettings.toBuilder();
seekSettings = settings.seekSettings.toBuilder();
setIamPolicySettings = settings.setIamPolicySettings.toBuilder();
getIamPolicySettings = settings.getIamPolicySettings.toBuilder();
testIamPermissionsSettings = settings.testIamPermissionsSettings.toBuilder();
unaryMethodSettingsBuilders =
ImmutableList.>of(
createSubscriptionSettings,
getSubscriptionSettings,
updateSubscriptionSettings,
listSubscriptionsSettings,
deleteSubscriptionSettings,
modifyAckDeadlineSettings,
acknowledgeSettings,
pullSettings,
modifyPushConfigSettings,
listSnapshotsSettings,
createSnapshotSettings,
updateSnapshotSettings,
deleteSnapshotSettings,
seekSettings,
setIamPolicySettings,
getIamPolicySettings,
testIamPermissionsSettings);
}
// NEXT_MAJOR_VER: remove 'throws Exception'
/**
* 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.
*/
public Builder applyToAllUnaryMethods(
ApiFunction, Void> settingsUpdater) throws Exception {
super.applyToAllUnaryMethods(unaryMethodSettingsBuilders, settingsUpdater);
return this;
}
public ImmutableList> unaryMethodSettingsBuilders() {
return unaryMethodSettingsBuilders;
}
/** Returns the builder for the settings used for calls to createSubscription. */
public UnaryCallSettings.Builder createSubscriptionSettings() {
return createSubscriptionSettings;
}
/** Returns the builder for the settings used for calls to getSubscription. */
public UnaryCallSettings.Builder
getSubscriptionSettings() {
return getSubscriptionSettings;
}
/** Returns the builder for the settings used for calls to updateSubscription. */
public UnaryCallSettings.Builder
updateSubscriptionSettings() {
return updateSubscriptionSettings;
}
/** Returns the builder for the settings used for calls to listSubscriptions. */
public PagedCallSettings.Builder<
ListSubscriptionsRequest, ListSubscriptionsResponse, ListSubscriptionsPagedResponse>
listSubscriptionsSettings() {
return listSubscriptionsSettings;
}
/** Returns the builder for the settings used for calls to deleteSubscription. */
public UnaryCallSettings.Builder
deleteSubscriptionSettings() {
return deleteSubscriptionSettings;
}
/** Returns the builder for the settings used for calls to modifyAckDeadline. */
public UnaryCallSettings.Builder modifyAckDeadlineSettings() {
return modifyAckDeadlineSettings;
}
/** Returns the builder for the settings used for calls to acknowledge. */
public UnaryCallSettings.Builder acknowledgeSettings() {
return acknowledgeSettings;
}
/** Returns the builder for the settings used for calls to pull. */
public UnaryCallSettings.Builder pullSettings() {
return pullSettings;
}
/** Returns the builder for the settings used for calls to streamingPull. */
public StreamingCallSettings.Builder
streamingPullSettings() {
return streamingPullSettings;
}
/** Returns the builder for the settings used for calls to modifyPushConfig. */
public UnaryCallSettings.Builder modifyPushConfigSettings() {
return modifyPushConfigSettings;
}
/** Returns the builder for the settings used for calls to listSnapshots. */
public PagedCallSettings.Builder<
ListSnapshotsRequest, ListSnapshotsResponse, ListSnapshotsPagedResponse>
listSnapshotsSettings() {
return listSnapshotsSettings;
}
/** Returns the builder for the settings used for calls to createSnapshot. */
public UnaryCallSettings.Builder createSnapshotSettings() {
return createSnapshotSettings;
}
/** Returns the builder for the settings used for calls to updateSnapshot. */
public UnaryCallSettings.Builder updateSnapshotSettings() {
return updateSnapshotSettings;
}
/** Returns the builder for the settings used for calls to deleteSnapshot. */
public UnaryCallSettings.Builder deleteSnapshotSettings() {
return deleteSnapshotSettings;
}
/** Returns the builder for the settings used for calls to seek. */
public UnaryCallSettings.Builder seekSettings() {
return seekSettings;
}
/** Returns the builder for the settings used for calls to setIamPolicy. */
public UnaryCallSettings.Builder setIamPolicySettings() {
return setIamPolicySettings;
}
/** Returns the builder for the settings used for calls to getIamPolicy. */
public UnaryCallSettings.Builder getIamPolicySettings() {
return getIamPolicySettings;
}
/** Returns the builder for the settings used for calls to testIamPermissions. */
public UnaryCallSettings.Builder
testIamPermissionsSettings() {
return testIamPermissionsSettings;
}
@Override
public SubscriberStubSettings build() throws IOException {
return new SubscriberStubSettings(this);
}
}
}