Class AppConnectionsServiceStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<AppConnectionsServiceStubSettings,AppConnectionsServiceStubSettings.Builder>
-
- com.google.cloud.beyondcorp.appconnections.v1.stub.AppConnectionsServiceStubSettings.Builder
-
- Enclosing class:
- AppConnectionsServiceStubSettings
public static class AppConnectionsServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<AppConnectionsServiceStubSettings,AppConnectionsServiceStubSettings.Builder>
Builder for AppConnectionsServiceStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(AppConnectionsServiceStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppConnectionsServiceStubSettings.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.AppConnectionsServiceStubSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateAppConnectionRequest,AppConnection,AppConnectionOperationMetadata>
createAppConnectionOperationSettings()
Returns the builder for the settings used for calls to createAppConnection.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAppConnectionRequest,com.google.longrunning.Operation>
createAppConnectionSettings()
Returns the builder for the settings used for calls to createAppConnection.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteAppConnectionRequest,com.google.protobuf.Empty,AppConnectionOperationMetadata>
deleteAppConnectionOperationSettings()
Returns the builder for the settings used for calls to deleteAppConnection.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAppConnectionRequest,com.google.longrunning.Operation>
deleteAppConnectionSettings()
Returns the builder for the settings used for calls to deleteAppConnection.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppConnectionRequest,AppConnection>
getAppConnectionSettings()
Returns the builder for the settings used for calls to getAppConnection.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.com.google.api.gax.rpc.PagedCallSettings.Builder<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnectionsServiceClient.ListAppConnectionsPagedResponse>
listAppConnectionsSettings()
Returns the builder for the settings used for calls to listAppConnections.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,AppConnectionsServiceClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings.Builder<ResolveAppConnectionsRequest,ResolveAppConnectionsResponse,AppConnectionsServiceClient.ResolveAppConnectionsPagedResponse>
resolveAppConnectionsSettings()
Returns the builder for the settings used for calls to resolveAppConnections.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAppConnectionRequest,AppConnection,AppConnectionOperationMetadata>
updateAppConnectionOperationSettings()
Returns the builder for the settings used for calls to updateAppConnection.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAppConnectionRequest,com.google.longrunning.Operation>
updateAppConnectionSettings()
Returns the builder for the settings used for calls to updateAppConnection.-
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(AppConnectionsServiceStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public AppConnectionsServiceStubSettings.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()
-
listAppConnectionsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnectionsServiceClient.ListAppConnectionsPagedResponse> listAppConnectionsSettings()
Returns the builder for the settings used for calls to listAppConnections.
-
getAppConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppConnectionRequest,AppConnection> getAppConnectionSettings()
Returns the builder for the settings used for calls to getAppConnection.
-
createAppConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAppConnectionRequest,com.google.longrunning.Operation> createAppConnectionSettings()
Returns the builder for the settings used for calls to createAppConnection.
-
createAppConnectionOperationSettings
@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<CreateAppConnectionRequest,AppConnection,AppConnectionOperationMetadata> createAppConnectionOperationSettings()
Returns the builder for the settings used for calls to createAppConnection.
-
updateAppConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAppConnectionRequest,com.google.longrunning.Operation> updateAppConnectionSettings()
Returns the builder for the settings used for calls to updateAppConnection.
-
updateAppConnectionOperationSettings
@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<UpdateAppConnectionRequest,AppConnection,AppConnectionOperationMetadata> updateAppConnectionOperationSettings()
Returns the builder for the settings used for calls to updateAppConnection.
-
deleteAppConnectionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAppConnectionRequest,com.google.longrunning.Operation> deleteAppConnectionSettings()
Returns the builder for the settings used for calls to deleteAppConnection.
-
deleteAppConnectionOperationSettings
@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<DeleteAppConnectionRequest,com.google.protobuf.Empty,AppConnectionOperationMetadata> deleteAppConnectionOperationSettings()
Returns the builder for the settings used for calls to deleteAppConnection.
-
resolveAppConnectionsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ResolveAppConnectionsRequest,ResolveAppConnectionsResponse,AppConnectionsServiceClient.ResolveAppConnectionsPagedResponse> resolveAppConnectionsSettings()
Returns the builder for the settings used for calls to resolveAppConnections.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,AppConnectionsServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
-
build
public AppConnectionsServiceStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<AppConnectionsServiceStubSettings,AppConnectionsServiceStubSettings.Builder>
- Throws:
IOException
-
-