Class ReachabilityServiceStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<ReachabilityServiceStubSettings,ReachabilityServiceStubSettings.Builder>
-
- com.google.cloud.networkmanagement.v1beta1.stub.ReachabilityServiceStubSettings.Builder
-
- Enclosing class:
- ReachabilityServiceStubSettings
public static class ReachabilityServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ReachabilityServiceStubSettings,ReachabilityServiceStubSettings.Builder>
Builder for ReachabilityServiceStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(ReachabilityServiceStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReachabilityServiceStubSettings.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.ReachabilityServiceStubSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateConnectivityTestRequest,ConnectivityTest,OperationMetadata>
createConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to createConnectivityTest.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConnectivityTestRequest,com.google.longrunning.Operation>
createConnectivityTestSettings()
Returns the builder for the settings used for calls to createConnectivityTest.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteConnectivityTestRequest,com.google.protobuf.Empty,OperationMetadata>
deleteConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to deleteConnectivityTest.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteConnectivityTestRequest,com.google.longrunning.Operation>
deleteConnectivityTestSettings()
Returns the builder for the settings used for calls to deleteConnectivityTest.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectivityTestRequest,ConnectivityTest>
getConnectivityTestSettings()
Returns the builder for the settings used for calls to getConnectivityTest.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectivityTestsRequest,ListConnectivityTestsResponse,ReachabilityServiceClient.ListConnectivityTestsPagedResponse>
listConnectivityTestsSettings()
Returns the builder for the settings used for calls to listConnectivityTests.com.google.api.gax.rpc.OperationCallSettings.Builder<RerunConnectivityTestRequest,ConnectivityTest,OperationMetadata>
rerunConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to rerunConnectivityTest.com.google.api.gax.rpc.UnaryCallSettings.Builder<RerunConnectivityTestRequest,com.google.longrunning.Operation>
rerunConnectivityTestSettings()
Returns the builder for the settings used for calls to rerunConnectivityTest.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateConnectivityTestRequest,ConnectivityTest,OperationMetadata>
updateConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to updateConnectivityTest.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConnectivityTestRequest,com.google.longrunning.Operation>
updateConnectivityTestSettings()
Returns the builder for the settings used for calls to updateConnectivityTest.-
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(ReachabilityServiceStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public ReachabilityServiceStubSettings.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()
-
listConnectivityTestsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectivityTestsRequest,ListConnectivityTestsResponse,ReachabilityServiceClient.ListConnectivityTestsPagedResponse> listConnectivityTestsSettings()
Returns the builder for the settings used for calls to listConnectivityTests.
-
getConnectivityTestSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectivityTestRequest,ConnectivityTest> getConnectivityTestSettings()
Returns the builder for the settings used for calls to getConnectivityTest.
-
createConnectivityTestSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConnectivityTestRequest,com.google.longrunning.Operation> createConnectivityTestSettings()
Returns the builder for the settings used for calls to createConnectivityTest.
-
createConnectivityTestOperationSettings
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateConnectivityTestRequest,ConnectivityTest,OperationMetadata> createConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to createConnectivityTest.
-
updateConnectivityTestSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConnectivityTestRequest,com.google.longrunning.Operation> updateConnectivityTestSettings()
Returns the builder for the settings used for calls to updateConnectivityTest.
-
updateConnectivityTestOperationSettings
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateConnectivityTestRequest,ConnectivityTest,OperationMetadata> updateConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to updateConnectivityTest.
-
rerunConnectivityTestSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RerunConnectivityTestRequest,com.google.longrunning.Operation> rerunConnectivityTestSettings()
Returns the builder for the settings used for calls to rerunConnectivityTest.
-
rerunConnectivityTestOperationSettings
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<RerunConnectivityTestRequest,ConnectivityTest,OperationMetadata> rerunConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to rerunConnectivityTest.
-
deleteConnectivityTestSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteConnectivityTestRequest,com.google.longrunning.Operation> deleteConnectivityTestSettings()
Returns the builder for the settings used for calls to deleteConnectivityTest.
-
deleteConnectivityTestOperationSettings
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteConnectivityTestRequest,com.google.protobuf.Empty,OperationMetadata> deleteConnectivityTestOperationSettings()
Returns the builder for the settings used for calls to deleteConnectivityTest.
-
build
public ReachabilityServiceStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<ReachabilityServiceStubSettings,ReachabilityServiceStubSettings.Builder>
- Throws:
IOException
-
-