- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.2.4
public class EventarcSettings extends ClientSettings<EventarcSettings>
Settings class to configure an instance of EventarcClient.
The default instance has everything set to sensible defaults:
- The default service address (eventarc.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 getTrigger to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
EventarcSettings.Builder eventarcSettingsBuilder = EventarcSettings.newBuilder();
eventarcSettingsBuilder
.getTriggerSettings()
.setRetrySettings(
eventarcSettingsBuilder
.getTriggerSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
EventarcSettings eventarcSettings = eventarcSettingsBuilder.build();
Static Methods
create(EventarcStubSettings stub)
public static final EventarcSettings create(EventarcStubSettings stub)
Parameter | |
---|---|
Name | Description |
stub |
EventarcStubSettings |
Returns | |
---|---|
Type | Description |
EventarcSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns | |
---|---|
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns | |
---|---|
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns | |
---|---|
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns | |
---|---|
Type | Description |
List<String> |
newBuilder()
public static EventarcSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns | |
---|---|
Type | Description |
EventarcSettings.Builder |
newBuilder(ClientContext clientContext)
public static EventarcSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
EventarcSettings.Builder |
newHttpJsonBuilder()
public static EventarcSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns | |
---|---|
Type | Description |
EventarcSettings.Builder |
Constructors
EventarcSettings(EventarcSettings.Builder settingsBuilder)
protected EventarcSettings(EventarcSettings.Builder settingsBuilder)
Parameter | |
---|---|
Name | Description |
settingsBuilder |
EventarcSettings.Builder |
Methods
createChannelConnectionOperationSettings()
public OperationCallSettings<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata> createChannelConnectionOperationSettings()
Returns the object with the settings used for calls to createChannelConnection.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata> |
createChannelConnectionSettings()
public UnaryCallSettings<CreateChannelConnectionRequest,Operation> createChannelConnectionSettings()
Returns the object with the settings used for calls to createChannelConnection.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateChannelConnectionRequest,Operation> |
createChannelOperationSettings()
public OperationCallSettings<CreateChannelRequest,Channel,OperationMetadata> createChannelOperationSettings()
Returns the object with the settings used for calls to createChannel.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateChannelRequest,Channel,OperationMetadata> |
createChannelSettings()
public UnaryCallSettings<CreateChannelRequest,Operation> createChannelSettings()
Returns the object with the settings used for calls to createChannel.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateChannelRequest,Operation> |
createTriggerOperationSettings()
public OperationCallSettings<CreateTriggerRequest,Trigger,OperationMetadata> createTriggerOperationSettings()
Returns the object with the settings used for calls to createTrigger.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateTriggerRequest,Trigger,OperationMetadata> |
createTriggerSettings()
public UnaryCallSettings<CreateTriggerRequest,Operation> createTriggerSettings()
Returns the object with the settings used for calls to createTrigger.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateTriggerRequest,Operation> |
deleteChannelConnectionOperationSettings()
public OperationCallSettings<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata> deleteChannelConnectionOperationSettings()
Returns the object with the settings used for calls to deleteChannelConnection.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata> |
deleteChannelConnectionSettings()
public UnaryCallSettings<DeleteChannelConnectionRequest,Operation> deleteChannelConnectionSettings()
Returns the object with the settings used for calls to deleteChannelConnection.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteChannelConnectionRequest,Operation> |
deleteChannelOperationSettings()
public OperationCallSettings<DeleteChannelRequest,Channel,OperationMetadata> deleteChannelOperationSettings()
Returns the object with the settings used for calls to deleteChannel.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteChannelRequest,Channel,OperationMetadata> |
deleteChannelSettings()
public UnaryCallSettings<DeleteChannelRequest,Operation> deleteChannelSettings()
Returns the object with the settings used for calls to deleteChannel.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteChannelRequest,Operation> |
deleteTriggerOperationSettings()
public OperationCallSettings<DeleteTriggerRequest,Trigger,OperationMetadata> deleteTriggerOperationSettings()
Returns the object with the settings used for calls to deleteTrigger.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteTriggerRequest,Trigger,OperationMetadata> |
deleteTriggerSettings()
public UnaryCallSettings<DeleteTriggerRequest,Operation> deleteTriggerSettings()
Returns the object with the settings used for calls to deleteTrigger.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteTriggerRequest,Operation> |
getChannelConnectionSettings()
public UnaryCallSettings<GetChannelConnectionRequest,ChannelConnection> getChannelConnectionSettings()
Returns the object with the settings used for calls to getChannelConnection.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetChannelConnectionRequest,ChannelConnection> |
getChannelSettings()
public UnaryCallSettings<GetChannelRequest,Channel> getChannelSettings()
Returns the object with the settings used for calls to getChannel.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetChannelRequest,Channel> |
getGoogleChannelConfigSettings()
public UnaryCallSettings<GetGoogleChannelConfigRequest,GoogleChannelConfig> getGoogleChannelConfigSettings()
Returns the object with the settings used for calls to getGoogleChannelConfig.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetGoogleChannelConfigRequest,GoogleChannelConfig> |
getIamPolicySettings()
public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getLocationSettings()
public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()
Returns the object with the settings used for calls to getLocation.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getProviderSettings()
public UnaryCallSettings<GetProviderRequest,Provider> getProviderSettings()
Returns the object with the settings used for calls to getProvider.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetProviderRequest,Provider> |
getTriggerSettings()
public UnaryCallSettings<GetTriggerRequest,Trigger> getTriggerSettings()
Returns the object with the settings used for calls to getTrigger.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetTriggerRequest,Trigger> |
listChannelConnectionsSettings()
public PagedCallSettings<ListChannelConnectionsRequest,ListChannelConnectionsResponse,EventarcClient.ListChannelConnectionsPagedResponse> listChannelConnectionsSettings()
Returns the object with the settings used for calls to listChannelConnections.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ListChannelConnectionsPagedResponse> |
listChannelsSettings()
public PagedCallSettings<ListChannelsRequest,ListChannelsResponse,EventarcClient.ListChannelsPagedResponse> listChannelsSettings()
Returns the object with the settings used for calls to listChannels.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListChannelsRequest,ListChannelsResponse,ListChannelsPagedResponse> |
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,EventarcClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
Returns | |
---|---|
Type | Description |
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse> |
listProvidersSettings()
public PagedCallSettings<ListProvidersRequest,ListProvidersResponse,EventarcClient.ListProvidersPagedResponse> listProvidersSettings()
Returns the object with the settings used for calls to listProviders.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListProvidersRequest,ListProvidersResponse,ListProvidersPagedResponse> |
listTriggersSettings()
public PagedCallSettings<ListTriggersRequest,ListTriggersResponse,EventarcClient.ListTriggersPagedResponse> listTriggersSettings()
Returns the object with the settings used for calls to listTriggers.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListTriggersRequest,ListTriggersResponse,ListTriggersPagedResponse> |
setIamPolicySettings()
public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
testIamPermissionsSettings()
public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
toBuilder()
public EventarcSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns | |
---|---|
Type | Description |
EventarcSettings.Builder |
updateChannelOperationSettings()
public OperationCallSettings<UpdateChannelRequest,Channel,OperationMetadata> updateChannelOperationSettings()
Returns the object with the settings used for calls to updateChannel.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateChannelRequest,Channel,OperationMetadata> |
updateChannelSettings()
public UnaryCallSettings<UpdateChannelRequest,Operation> updateChannelSettings()
Returns the object with the settings used for calls to updateChannel.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateChannelRequest,Operation> |
updateGoogleChannelConfigSettings()
public UnaryCallSettings<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> updateGoogleChannelConfigSettings()
Returns the object with the settings used for calls to updateGoogleChannelConfig.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> |
updateTriggerOperationSettings()
public OperationCallSettings<UpdateTriggerRequest,Trigger,OperationMetadata> updateTriggerOperationSettings()
Returns the object with the settings used for calls to updateTrigger.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateTriggerRequest,Trigger,OperationMetadata> |
updateTriggerSettings()
public UnaryCallSettings<UpdateTriggerRequest,Operation> updateTriggerSettings()
Returns the object with the settings used for calls to updateTrigger.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateTriggerRequest,Operation> |