Java Code Examples for com.google.api.gax.core.InstantiatingExecutorProvider#Builder

The following examples show how to use com.google.api.gax.core.InstantiatingExecutorProvider#Builder . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: KeywordPlanAdGroupServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 2
Source File: AdParameterServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 3
Source File: FeedMappingServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return FeedMappingServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 4
Source File: AdGroupSimulationServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 5
Source File: InvoiceServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InvoiceServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 6
Source File: KeywordPlanCampaignServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return KeywordPlanCampaignServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 7
Source File: CustomerServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return CustomerServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 8
Source File: ParentalStatusViewServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return ParentalStatusViewServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 9
Source File: KeywordViewServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 10
Source File: BiddingStrategyServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return BiddingStrategyServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 11
Source File: AdGroupAdAssetViewServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return AdGroupAdAssetViewServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 12
Source File: GroupPlacementViewServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return GroupPlacementViewServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 13
Source File: MediaFileServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 14
Source File: GoogleAdsFieldServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return GoogleAdsFieldServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 15
Source File: GoogleAdsFieldServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 16
Source File: UserInterestServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return UserInterestServiceStubSettings.defaultExecutorProviderBuilder();
}
 
Example 17
Source File: CampaignBidModifierServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 18
Source File: RecommendationServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 19
Source File: ConversionActionServiceStubSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return InstantiatingExecutorProvider.newBuilder();
}
 
Example 20
Source File: MediaFileServiceSettings.java    From google-ads-java with Apache License 2.0 4 votes vote down vote up
/** Returns a builder for the default ExecutorProvider for this service. */
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
  return MediaFileServiceStubSettings.defaultExecutorProviderBuilder();
}