Class EventarcStubSettings (1.58.0)

public class EventarcStubSettings extends StubSettings<EventarcStubSettings>

Settings class to configure an instance of EventarcStub.

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 RetrySettings of getTrigger:


 // 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
 EventarcStubSettings.Builder eventarcSettingsBuilder = EventarcStubSettings.newBuilder();
 eventarcSettingsBuilder
     .getTriggerSettings()
     .setRetrySettings(
         eventarcSettingsBuilder
             .getTriggerSettings()
             .getRetrySettings()
             .toBuilder()
             .setInitialRetryDelayDuration(Duration.ofSeconds(1))
             .setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
             .setMaxAttempts(5)
             .setMaxRetryDelayDuration(Duration.ofSeconds(30))
             .setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
             .setRetryDelayMultiplier(1.3)
             .setRpcTimeoutMultiplier(1.5)
             .setTotalTimeoutDuration(Duration.ofSeconds(300))
             .build());
 EventarcStubSettings eventarcSettings = eventarcSettingsBuilder.build();
 

Please refer to the Client Side Retry Guide for additional support in setting retries.

To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for createTrigger:


 // 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
 EventarcStubSettings.Builder eventarcSettingsBuilder = EventarcStubSettings.newBuilder();
 TimedRetryAlgorithm timedRetryAlgorithm =
     OperationalTimedPollAlgorithm.create(
         RetrySettings.newBuilder()
             .setInitialRetryDelayDuration(Duration.ofMillis(500))
             .setRetryDelayMultiplier(1.5)
             .setMaxRetryDelayDuration(Duration.ofMillis(5000))
             .setTotalTimeoutDuration(Duration.ofHours(24))
             .build());
 eventarcSettingsBuilder
     .createClusterOperationSettings()
     .setPollingAlgorithm(timedRetryAlgorithm)
     .build();
 

Inheritance

java.lang.Object > StubSettings > EventarcStubSettings

Static Methods

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

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
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

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
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

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS 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 EventarcStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
EventarcStubSettings.Builder

newBuilder(ClientContext clientContext)

public static EventarcStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
EventarcStubSettings.Builder

newHttpJsonBuilder()

public static EventarcStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
EventarcStubSettings.Builder

Constructors

EventarcStubSettings(EventarcStubSettings.Builder settingsBuilder)

protected EventarcStubSettings(EventarcStubSettings.Builder settingsBuilder)
Parameter
Name Description
settingsBuilder EventarcStubSettings.Builder

Methods

createChannelConnectionOperationSettings()

public OperationCallSettings<CreateChannelConnectionRequest,ChannelConnection,OperationMetadata> createChannelConnectionOperationSettings()

Returns the object with the settings used for calls to createChannelConnection.

createChannelConnectionSettings()

public UnaryCallSettings<CreateChannelConnectionRequest,Operation> createChannelConnectionSettings()

Returns the object with the settings used for calls to createChannelConnection.

createChannelOperationSettings()

public OperationCallSettings<CreateChannelRequest,Channel,OperationMetadata> createChannelOperationSettings()

Returns the object with the settings used for calls to createChannel.

createChannelSettings()

public UnaryCallSettings<CreateChannelRequest,Operation> createChannelSettings()

Returns the object with the settings used for calls to createChannel.

createEnrollmentOperationSettings()

public OperationCallSettings<CreateEnrollmentRequest,Enrollment,OperationMetadata> createEnrollmentOperationSettings()

Returns the object with the settings used for calls to createEnrollment.

createEnrollmentSettings()

public UnaryCallSettings<CreateEnrollmentRequest,Operation> createEnrollmentSettings()

Returns the object with the settings used for calls to createEnrollment.

createGoogleApiSourceOperationSettings()

public OperationCallSettings<CreateGoogleApiSourceRequest,GoogleApiSource,OperationMetadata> createGoogleApiSourceOperationSettings()

Returns the object with the settings used for calls to createGoogleApiSource.

createGoogleApiSourceSettings()

public UnaryCallSettings<CreateGoogleApiSourceRequest,Operation> createGoogleApiSourceSettings()

Returns the object with the settings used for calls to createGoogleApiSource.

createMessageBusOperationSettings()

public OperationCallSettings<CreateMessageBusRequest,MessageBus,OperationMetadata> createMessageBusOperationSettings()

Returns the object with the settings used for calls to createMessageBus.

createMessageBusSettings()

public UnaryCallSettings<CreateMessageBusRequest,Operation> createMessageBusSettings()

Returns the object with the settings used for calls to createMessageBus.

createPipelineOperationSettings()

public OperationCallSettings<CreatePipelineRequest,Pipeline,OperationMetadata> createPipelineOperationSettings()

Returns the object with the settings used for calls to createPipeline.

createPipelineSettings()

public UnaryCallSettings<CreatePipelineRequest,Operation> createPipelineSettings()

Returns the object with the settings used for calls to createPipeline.

createStub()

public EventarcStub createStub()
Returns
Type Description
EventarcStub
Exceptions
Type Description
IOException

createTriggerOperationSettings()

public OperationCallSettings<CreateTriggerRequest,Trigger,OperationMetadata> createTriggerOperationSettings()

Returns the object with the settings used for calls to createTrigger.

createTriggerSettings()

public UnaryCallSettings<CreateTriggerRequest,Operation> createTriggerSettings()

Returns the object with the settings used for calls to createTrigger.

deleteChannelConnectionOperationSettings()

public OperationCallSettings<DeleteChannelConnectionRequest,ChannelConnection,OperationMetadata> deleteChannelConnectionOperationSettings()

Returns the object with the settings used for calls to deleteChannelConnection.

deleteChannelConnectionSettings()

public UnaryCallSettings<DeleteChannelConnectionRequest,Operation> deleteChannelConnectionSettings()

Returns the object with the settings used for calls to deleteChannelConnection.

deleteChannelOperationSettings()

public OperationCallSettings<DeleteChannelRequest,Channel,OperationMetadata> deleteChannelOperationSettings()

Returns the object with the settings used for calls to deleteChannel.

deleteChannelSettings()

public UnaryCallSettings<DeleteChannelRequest,Operation> deleteChannelSettings()

Returns the object with the settings used for calls to deleteChannel.

deleteEnrollmentOperationSettings()

public OperationCallSettings<DeleteEnrollmentRequest,Enrollment,OperationMetadata> deleteEnrollmentOperationSettings()

Returns the object with the settings used for calls to deleteEnrollment.

deleteEnrollmentSettings()

public UnaryCallSettings<DeleteEnrollmentRequest,Operation> deleteEnrollmentSettings()

Returns the object with the settings used for calls to deleteEnrollment.

deleteGoogleApiSourceOperationSettings()

public OperationCallSettings<DeleteGoogleApiSourceRequest,GoogleApiSource,OperationMetadata> deleteGoogleApiSourceOperationSettings()

Returns the object with the settings used for calls to deleteGoogleApiSource.

deleteGoogleApiSourceSettings()

public UnaryCallSettings<DeleteGoogleApiSourceRequest,Operation> deleteGoogleApiSourceSettings()

Returns the object with the settings used for calls to deleteGoogleApiSource.

deleteMessageBusOperationSettings()

public OperationCallSettings<DeleteMessageBusRequest,MessageBus,OperationMetadata> deleteMessageBusOperationSettings()

Returns the object with the settings used for calls to deleteMessageBus.

deleteMessageBusSettings()

public UnaryCallSettings<DeleteMessageBusRequest,Operation> deleteMessageBusSettings()

Returns the object with the settings used for calls to deleteMessageBus.

deletePipelineOperationSettings()

public OperationCallSettings<DeletePipelineRequest,Pipeline,OperationMetadata> deletePipelineOperationSettings()

Returns the object with the settings used for calls to deletePipeline.

deletePipelineSettings()

public UnaryCallSettings<DeletePipelineRequest,Operation> deletePipelineSettings()

Returns the object with the settings used for calls to deletePipeline.

deleteTriggerOperationSettings()

public OperationCallSettings<DeleteTriggerRequest,Trigger,OperationMetadata> deleteTriggerOperationSettings()

Returns the object with the settings used for calls to deleteTrigger.

deleteTriggerSettings()

public UnaryCallSettings<DeleteTriggerRequest,Operation> deleteTriggerSettings()

Returns the object with the settings used for calls to deleteTrigger.

getChannelConnectionSettings()

public UnaryCallSettings<GetChannelConnectionRequest,ChannelConnection> getChannelConnectionSettings()

Returns the object with the settings used for calls to getChannelConnection.

getChannelSettings()

public UnaryCallSettings<GetChannelRequest,Channel> getChannelSettings()

Returns the object with the settings used for calls to getChannel.

Returns
Type Description
UnaryCallSettings<GetChannelRequest,Channel>

getEnrollmentSettings()

public UnaryCallSettings<GetEnrollmentRequest,Enrollment> getEnrollmentSettings()

Returns the object with the settings used for calls to getEnrollment.

getGoogleApiSourceSettings()

public UnaryCallSettings<GetGoogleApiSourceRequest,GoogleApiSource> getGoogleApiSourceSettings()

Returns the object with the settings used for calls to getGoogleApiSource.

getGoogleChannelConfigSettings()

public UnaryCallSettings<GetGoogleChannelConfigRequest,GoogleChannelConfig> getGoogleChannelConfigSettings()

Returns the object with the settings used for calls to getGoogleChannelConfig.

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>

getMessageBusSettings()

public UnaryCallSettings<GetMessageBusRequest,MessageBus> getMessageBusSettings()

Returns the object with the settings used for calls to getMessageBus.

getPipelineSettings()

public UnaryCallSettings<GetPipelineRequest,Pipeline> getPipelineSettings()

Returns the object with the settings used for calls to getPipeline.

Returns
Type Description
UnaryCallSettings<GetPipelineRequest,Pipeline>

getProviderSettings()

public UnaryCallSettings<GetProviderRequest,Provider> getProviderSettings()

Returns the object with the settings used for calls to getProvider.

Returns
Type Description
UnaryCallSettings<GetProviderRequest,Provider>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
Type Description
String
Overrides

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.

listChannelsSettings()

public PagedCallSettings<ListChannelsRequest,ListChannelsResponse,EventarcClient.ListChannelsPagedResponse> listChannelsSettings()

Returns the object with the settings used for calls to listChannels.

listEnrollmentsSettings()

public PagedCallSettings<ListEnrollmentsRequest,ListEnrollmentsResponse,EventarcClient.ListEnrollmentsPagedResponse> listEnrollmentsSettings()

Returns the object with the settings used for calls to listEnrollments.

listGoogleApiSourcesSettings()

public PagedCallSettings<ListGoogleApiSourcesRequest,ListGoogleApiSourcesResponse,EventarcClient.ListGoogleApiSourcesPagedResponse> listGoogleApiSourcesSettings()

Returns the object with the settings used for calls to listGoogleApiSources.

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>

listMessageBusEnrollmentsSettings()

public PagedCallSettings<ListMessageBusEnrollmentsRequest,ListMessageBusEnrollmentsResponse,EventarcClient.ListMessageBusEnrollmentsPagedResponse> listMessageBusEnrollmentsSettings()

Returns the object with the settings used for calls to listMessageBusEnrollments.

listMessageBusesSettings()

public PagedCallSettings<ListMessageBusesRequest,ListMessageBusesResponse,EventarcClient.ListMessageBusesPagedResponse> listMessageBusesSettings()

Returns the object with the settings used for calls to listMessageBuses.

listPipelinesSettings()

public PagedCallSettings<ListPipelinesRequest,ListPipelinesResponse,EventarcClient.ListPipelinesPagedResponse> listPipelinesSettings()

Returns the object with the settings used for calls to listPipelines.

listProvidersSettings()

public PagedCallSettings<ListProvidersRequest,ListProvidersResponse,EventarcClient.ListProvidersPagedResponse> listProvidersSettings()

Returns the object with the settings used for calls to listProviders.

listTriggersSettings()

public PagedCallSettings<ListTriggersRequest,ListTriggersResponse,EventarcClient.ListTriggersPagedResponse> listTriggersSettings()

Returns the object with the settings used for calls to listTriggers.

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 EventarcStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
Type Description
EventarcStubSettings.Builder
Overrides

updateChannelOperationSettings()

public OperationCallSettings<UpdateChannelRequest,Channel,OperationMetadata> updateChannelOperationSettings()

Returns the object with the settings used for calls to updateChannel.

updateChannelSettings()

public UnaryCallSettings<UpdateChannelRequest,Operation> updateChannelSettings()

Returns the object with the settings used for calls to updateChannel.

updateEnrollmentOperationSettings()

public OperationCallSettings<UpdateEnrollmentRequest,Enrollment,OperationMetadata> updateEnrollmentOperationSettings()

Returns the object with the settings used for calls to updateEnrollment.

updateEnrollmentSettings()

public UnaryCallSettings<UpdateEnrollmentRequest,Operation> updateEnrollmentSettings()

Returns the object with the settings used for calls to updateEnrollment.

updateGoogleApiSourceOperationSettings()

public OperationCallSettings<UpdateGoogleApiSourceRequest,GoogleApiSource,OperationMetadata> updateGoogleApiSourceOperationSettings()

Returns the object with the settings used for calls to updateGoogleApiSource.

updateGoogleApiSourceSettings()

public UnaryCallSettings<UpdateGoogleApiSourceRequest,Operation> updateGoogleApiSourceSettings()

Returns the object with the settings used for calls to updateGoogleApiSource.

updateGoogleChannelConfigSettings()

public UnaryCallSettings<UpdateGoogleChannelConfigRequest,GoogleChannelConfig> updateGoogleChannelConfigSettings()

Returns the object with the settings used for calls to updateGoogleChannelConfig.

updateMessageBusOperationSettings()

public OperationCallSettings<UpdateMessageBusRequest,MessageBus,OperationMetadata> updateMessageBusOperationSettings()

Returns the object with the settings used for calls to updateMessageBus.

updateMessageBusSettings()

public UnaryCallSettings<UpdateMessageBusRequest,Operation> updateMessageBusSettings()

Returns the object with the settings used for calls to updateMessageBus.

updatePipelineOperationSettings()

public OperationCallSettings<UpdatePipelineRequest,Pipeline,OperationMetadata> updatePipelineOperationSettings()

Returns the object with the settings used for calls to updatePipeline.

updatePipelineSettings()

public UnaryCallSettings<UpdatePipelineRequest,Operation> updatePipelineSettings()

Returns the object with the settings used for calls to updatePipeline.

updateTriggerOperationSettings()

public OperationCallSettings<UpdateTriggerRequest,Trigger,OperationMetadata> updateTriggerOperationSettings()

Returns the object with the settings used for calls to updateTrigger.

updateTriggerSettings()

public UnaryCallSettings<UpdateTriggerRequest,Operation> updateTriggerSettings()

Returns the object with the settings used for calls to updateTrigger.