@Generated(value="by gapic-generator") @BetaApi public class InterconnectStubSettings extends StubSettings<InterconnectStubSettings>
InterconnectStub
.
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 deleteInterconnect to 30 seconds:
InterconnectStubSettings.Builder interconnectSettingsBuilder =
InterconnectStubSettings.newBuilder();
interconnectSettingsBuilder.deleteInterconnectSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
InterconnectStubSettings interconnectSettings = interconnectSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
InterconnectStubSettings.Builder
Builder for InterconnectStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
InterconnectStubSettings(InterconnectStubSettings.Builder settingsBuilder) |
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
protected InterconnectStubSettings(InterconnectStubSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<DeleteInterconnectHttpRequest,Operation> deleteInterconnectSettings()
public UnaryCallSettings<GetInterconnectHttpRequest,Interconnect> getInterconnectSettings()
public UnaryCallSettings<GetDiagnosticsInterconnectHttpRequest,InterconnectsGetDiagnosticsResponse> getDiagnosticsInterconnectSettings()
public UnaryCallSettings<InsertInterconnectHttpRequest,Operation> insertInterconnectSettings()
public PagedCallSettings<ListInterconnectsHttpRequest,InterconnectList,InterconnectClient.ListInterconnectsPagedResponse> listInterconnectsSettings()
public UnaryCallSettings<PatchInterconnectHttpRequest,Operation> patchInterconnectSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public InterconnectStub createStub() throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static int getDefaultServicePort()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static InterconnectStubSettings.Builder newBuilder()
public static InterconnectStubSettings.Builder newBuilder(ClientContext clientContext)
public InterconnectStubSettings.Builder toBuilder()
toBuilder
in class StubSettings<InterconnectStubSettings>
Copyright © 2019 Google LLC. All rights reserved.