Home
last modified time | relevance | path

Searched defs:pullSettings (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/pubsub/src/com/google/cloud/pubsub/v1/stub/
H A DSubscriberStubSettings.java138 private final UnaryCallSettings<PullRequest, PullResponse> pullSettings; field in SubscriberStubSettings
307 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings() method in SubscriberStubSettings
481 private final UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings; field in SubscriberStubSettings.Builder
823 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings() method in SubscriberStubSettings.Builder
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/pubsub/src/com/google/cloud/pubsub/v1/
H A DSubscriptionAdminSettings.java146 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings() method in SubscriptionAdminSettings
346 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings() method in SubscriptionAdminSettings.Builder
/aosp_15_r20/external/coreboot/util/coreboot-configurator/src/application/
H A DMainWindow.cpp89 void MainWindow::pullSettings() in pullSettings() function in MainWindow