Class AppConnectionsServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<AppConnectionsServiceSettings,AppConnectionsServiceSettings.Builder>
-
- com.google.cloud.beyondcorp.appconnections.v1.AppConnectionsServiceSettings.Builder
-
- Enclosing class:
- AppConnectionsServiceSettings
public static class AppConnectionsServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<AppConnectionsServiceSettings,AppConnectionsServiceSettings.Builder>
Builder for AppConnectionsServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(AppConnectionsServiceSettings settings)
protected
Builder(AppConnectionsServiceStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppConnectionsServiceSettings.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.AppConnectionsServiceSettings
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.AppConnectionsServiceStubSettings.Builder
getStubSettingsBuilder()
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.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.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(AppConnectionsServiceSettings settings)
-
Builder
protected Builder(AppConnectionsServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public AppConnectionsServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public AppConnectionsServiceSettings.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.
-
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
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
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
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 AppConnectionsServiceSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<AppConnectionsServiceSettings,AppConnectionsServiceSettings.Builder>
- Throws:
IOException
-
-