Package com.google.cloud.retail.v2beta.stub (2.3.0)

Classes

CatalogServiceStub

Base stub class for the CatalogService service API.

This class is for advanced usage and reflects the underlying API directly.

CatalogServiceStubSettings

Settings class to configure an instance of CatalogServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 updateCatalog to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 CatalogServiceStubSettings.Builder catalogServiceSettingsBuilder =
     CatalogServiceStubSettings.newBuilder();
 catalogServiceSettingsBuilder
     .updateCatalogSettings()
     .setRetrySettings(
         catalogServiceSettingsBuilder
             .updateCatalogSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 CatalogServiceStubSettings catalogServiceSettings = catalogServiceSettingsBuilder.build();
 

CatalogServiceStubSettings.Builder

Builder for CatalogServiceStubSettings.

CompletionServiceStub

Base stub class for the CompletionService service API.

This class is for advanced usage and reflects the underlying API directly.

CompletionServiceStubSettings

Settings class to configure an instance of CompletionServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 completeQuery to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 CompletionServiceStubSettings.Builder completionServiceSettingsBuilder =
     CompletionServiceStubSettings.newBuilder();
 completionServiceSettingsBuilder
     .completeQuerySettings()
     .setRetrySettings(
         completionServiceSettingsBuilder
             .completeQuerySettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 CompletionServiceStubSettings completionServiceSettings =
     completionServiceSettingsBuilder.build();
 

CompletionServiceStubSettings.Builder

Builder for CompletionServiceStubSettings.

ControlServiceStub

Base stub class for the ControlService service API.

This class is for advanced usage and reflects the underlying API directly.

ControlServiceStubSettings

Settings class to configure an instance of ControlServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 createControl to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 ControlServiceStubSettings.Builder controlServiceSettingsBuilder =
     ControlServiceStubSettings.newBuilder();
 controlServiceSettingsBuilder
     .createControlSettings()
     .setRetrySettings(
         controlServiceSettingsBuilder
             .createControlSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ControlServiceStubSettings controlServiceSettings = controlServiceSettingsBuilder.build();
 

ControlServiceStubSettings.Builder

Builder for ControlServiceStubSettings.

GrpcCatalogServiceCallableFactory

gRPC callable factory implementation for the CatalogService service API.

This class is for advanced usage.

GrpcCatalogServiceStub

gRPC stub implementation for the CatalogService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcCompletionServiceCallableFactory

gRPC callable factory implementation for the CompletionService service API.

This class is for advanced usage.

GrpcCompletionServiceStub

gRPC stub implementation for the CompletionService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcControlServiceCallableFactory

gRPC callable factory implementation for the ControlService service API.

This class is for advanced usage.

GrpcControlServiceStub

gRPC stub implementation for the ControlService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcPredictionServiceCallableFactory

gRPC callable factory implementation for the PredictionService service API.

This class is for advanced usage.

GrpcPredictionServiceStub

gRPC stub implementation for the PredictionService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcProductServiceCallableFactory

gRPC callable factory implementation for the ProductService service API.

This class is for advanced usage.

GrpcProductServiceStub

gRPC stub implementation for the ProductService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcSearchServiceCallableFactory

gRPC callable factory implementation for the SearchService service API.

This class is for advanced usage.

GrpcSearchServiceStub

gRPC stub implementation for the SearchService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcServingConfigServiceCallableFactory

gRPC callable factory implementation for the ServingConfigService service API.

This class is for advanced usage.

GrpcServingConfigServiceStub

gRPC stub implementation for the ServingConfigService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcUserEventServiceCallableFactory

gRPC callable factory implementation for the UserEventService service API.

This class is for advanced usage.

GrpcUserEventServiceStub

gRPC stub implementation for the UserEventService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonCatalogServiceCallableFactory

REST callable factory implementation for the CatalogService service API.

This class is for advanced usage.

HttpJsonCatalogServiceStub

REST stub implementation for the CatalogService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonCompletionServiceCallableFactory

REST callable factory implementation for the CompletionService service API.

This class is for advanced usage.

HttpJsonCompletionServiceStub

REST stub implementation for the CompletionService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonControlServiceCallableFactory

REST callable factory implementation for the ControlService service API.

This class is for advanced usage.

HttpJsonControlServiceStub

REST stub implementation for the ControlService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonPredictionServiceCallableFactory

REST callable factory implementation for the PredictionService service API.

This class is for advanced usage.

HttpJsonPredictionServiceStub

REST stub implementation for the PredictionService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonProductServiceCallableFactory

REST callable factory implementation for the ProductService service API.

This class is for advanced usage.

HttpJsonProductServiceStub

REST stub implementation for the ProductService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonSearchServiceCallableFactory

REST callable factory implementation for the SearchService service API.

This class is for advanced usage.

HttpJsonSearchServiceStub

REST stub implementation for the SearchService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonServingConfigServiceCallableFactory

REST callable factory implementation for the ServingConfigService service API.

This class is for advanced usage.

HttpJsonServingConfigServiceStub

REST stub implementation for the ServingConfigService service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonUserEventServiceCallableFactory

REST callable factory implementation for the UserEventService service API.

This class is for advanced usage.

HttpJsonUserEventServiceStub

REST stub implementation for the UserEventService service API.

This class is for advanced usage and reflects the underlying API directly.

PredictionServiceStub

Base stub class for the PredictionService service API.

This class is for advanced usage and reflects the underlying API directly.

PredictionServiceStubSettings

Settings class to configure an instance of PredictionServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 predict to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 PredictionServiceStubSettings.Builder predictionServiceSettingsBuilder =
     PredictionServiceStubSettings.newBuilder();
 predictionServiceSettingsBuilder
     .predictSettings()
     .setRetrySettings(
         predictionServiceSettingsBuilder
             .predictSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 PredictionServiceStubSettings predictionServiceSettings =
     predictionServiceSettingsBuilder.build();
 

PredictionServiceStubSettings.Builder

Builder for PredictionServiceStubSettings.

ProductServiceStub

Base stub class for the ProductService service API.

This class is for advanced usage and reflects the underlying API directly.

ProductServiceStubSettings

Settings class to configure an instance of ProductServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 createProduct to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 ProductServiceStubSettings.Builder productServiceSettingsBuilder =
     ProductServiceStubSettings.newBuilder();
 productServiceSettingsBuilder
     .createProductSettings()
     .setRetrySettings(
         productServiceSettingsBuilder
             .createProductSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ProductServiceStubSettings productServiceSettings = productServiceSettingsBuilder.build();
 

ProductServiceStubSettings.Builder

Builder for ProductServiceStubSettings.

SearchServiceStub

Base stub class for the SearchService service API.

This class is for advanced usage and reflects the underlying API directly.

SearchServiceStubSettings

Settings class to configure an instance of SearchServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 search to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 SearchServiceStubSettings.Builder searchServiceSettingsBuilder =
     SearchServiceStubSettings.newBuilder();
 searchServiceSettingsBuilder
     .searchSettings()
     .setRetrySettings(
         searchServiceSettingsBuilder
             .searchSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 SearchServiceStubSettings searchServiceSettings = searchServiceSettingsBuilder.build();
 

SearchServiceStubSettings.Builder

Builder for SearchServiceStubSettings.

ServingConfigServiceStub

Base stub class for the ServingConfigService service API.

This class is for advanced usage and reflects the underlying API directly.

ServingConfigServiceStubSettings

Settings class to configure an instance of ServingConfigServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 createServingConfig to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 ServingConfigServiceStubSettings.Builder servingConfigServiceSettingsBuilder =
     ServingConfigServiceStubSettings.newBuilder();
 servingConfigServiceSettingsBuilder
     .createServingConfigSettings()
     .setRetrySettings(
         servingConfigServiceSettingsBuilder
             .createServingConfigSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ServingConfigServiceStubSettings servingConfigServiceSettings =
     servingConfigServiceSettingsBuilder.build();
 

ServingConfigServiceStubSettings.Builder

Builder for ServingConfigServiceStubSettings.

UserEventServiceStub

Base stub class for the UserEventService service API.

This class is for advanced usage and reflects the underlying API directly.

UserEventServiceStubSettings

Settings class to configure an instance of UserEventServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.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 writeUserEvent to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 UserEventServiceStubSettings.Builder userEventServiceSettingsBuilder =
     UserEventServiceStubSettings.newBuilder();
 userEventServiceSettingsBuilder
     .writeUserEventSettings()
     .setRetrySettings(
         userEventServiceSettingsBuilder
             .writeUserEventSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 UserEventServiceStubSettings userEventServiceSettings = userEventServiceSettingsBuilder.build();
 

UserEventServiceStubSettings.Builder

Builder for UserEventServiceStubSettings.