Home
last modified time | relevance | path

Searched full:pullrequest (Results 1 – 25 of 33) sorted by relevance

12

/external/python/cpython3/.azure-pipelines/
Dpr.yml37 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'
46 targetBranch: $(System.PullRequest.TargetBranch)
58 testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
108 testRunTitle: '$(System.PullRequest.TargetBranch)-win32'
113 testRunTitle: '$(System.PullRequest.TargetBranch)-win64'
123 targetBranch: $(System.PullRequest.TargetBranch)
Dprebuild-checks.yml9 git fetch -q origin $(System.PullRequest.TargetBranch)
12 condition: and(succeeded(), variables['System.PullRequest.TargetBranch'])
Dposix-steps.yml73 condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
/external/sdk-platform-java/test/integration/goldens/pubsub/samples/snippets/generated/main/java/com/google/cloud/pubsub/v1/subscriber/pull/
DSyncPull.java21 import com.google.pubsub.v1.PullRequest;
38 PullRequest request = in syncPull()
39 PullRequest.newBuilder() in syncPull()
DAsyncPull.java22 import com.google.pubsub.v1.PullRequest;
39 PullRequest request = in asyncPull()
40 PullRequest.newBuilder() in asyncPull()
/external/sdk-platform-java/test/integration/goldens/pubsub/src/com/google/cloud/pubsub/v1/stub/
DGrpcSubscriberStub.java49 import com.google.pubsub.v1.PullRequest;
142 private static final MethodDescriptor<PullRequest, PullResponse> pullMethodDescriptor =
143 MethodDescriptor.<PullRequest, PullResponse>newBuilder()
146 .setRequestMarshaller(ProtoUtils.marshaller(PullRequest.getDefaultInstance()))
265 private final UnaryCallable<PullRequest, PullResponse> pullCallable;
396 GrpcCallSettings<PullRequest, PullResponse> pullTransportSettings = in GrpcSubscriberStub()
397 GrpcCallSettings.<PullRequest, PullResponse>newBuilder() in GrpcSubscriberStub()
641 public UnaryCallable<PullRequest, PullResponse> pullCallable() { in pullCallable()
DSubscriberStub.java43 import com.google.pubsub.v1.PullRequest;
98 public UnaryCallable<PullRequest, PullResponse> pullCallable() { in pullCallable()
DSubscriberStubSettings.java67 import com.google.pubsub.v1.PullRequest;
138 private final UnaryCallSettings<PullRequest, PullResponse> pullSettings;
307 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings()
481 private final UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings;
823 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings()
/external/grpc-grpc/examples/ruby/pubsub/tech/pubsub/proto/
Dpubsub.rb99 add_message "tech.pubsub.PullRequest" do
151PullRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.PullRequest").ms… constant
Dpubsub_services.rb62 rpc :Pull, PullRequest, PullResponse
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
DGitHubEventsConfigOrBuilder.java107 * @return Whether the pullRequest field is set.
119 * @return The pullRequest.
DGitHubEventsConfig.java259 * @return Whether the pullRequest field is set.
274 * @return The pullRequest.
1144 * @return Whether the pullRequest field is set.
1159 * @return The pullRequest.
/external/testng/
Dtravis.sh6 -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
/external/sdk-platform-java/test/integration/goldens/pubsub/src/com/google/cloud/pubsub/v1/
DSubscriptionAdminSettings.java54 import com.google.pubsub.v1.PullRequest;
146 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings()
346 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings()
DSubscriptionAdminClientTest.java64 import com.google.pubsub.v1.PullRequest;
881 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest()
920 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest2()
960 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest3()
1002 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest4()
DMockSubscriberImpl.java34 import com.google.pubsub.v1.PullRequest;
232 public void pull(PullRequest request, StreamObserver<PullResponse> responseObserver) { in pull()
DSubscriptionAdminClient.java50 import com.google.pubsub.v1.PullRequest;
1381 PullRequest request = in pull()
1382 PullRequest.newBuilder() in pull()
1416 PullRequest request = in pull()
1417 PullRequest.newBuilder().setSubscription(subscription).setMaxMessages(maxMessages).build(); in pull()
1457 PullRequest request = in pull()
1458 PullRequest.newBuilder() in pull()
1501 PullRequest request = in pull()
1502 PullRequest.newBuilder() in pull()
1524 * PullRequest request =
[all …]
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/grpc/goldens/
DSubscriberClientTest.golden796 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
835 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
875 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
917 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dpubsub.v1beta1a.json282 "$ref": "PullRequest"
717 "PullRequest": { object
719 "id": "PullRequest",
Dpubsub.v1beta2.json370 "$ref": "PullRequest"
978 "PullRequest": { object
980 "id": "PullRequest",
/external/googleapis/google/pubsub/v1beta2/
Dpubsub.proto72 rpc Pull(PullRequest) returns (PullResponse);
338 message PullRequest { message
DREADME.md100 PullRequest pull_request;
/external/aws-sdk-java-v2/services/codecommit/src/main/resources/codegen-resources/
Dservice-2.json3386 "required":["pullRequest"],
3388 "pullRequest":{ object
3389 "shape":"PullRequest",
4839 "required":["pullRequest"],
4841 "pullRequest":{ object
4842 "shape":"PullRequest",
6060 "pullRequest":{ object
6061 "shape":"PullRequest",
6118 "pullRequest":{"shape":"PullRequest"} object
6173 "pullRequest":{"shape":"PullRequest"} object
[all …]
/external/sdv/vsomeip/third_party/boost/predef/
Dazure-pipelines.yml25 AZP_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
/external/aws-sdk-java-v2/services/codegurureviewer/src/main/resources/codegen-resources/
Dservice-2.json49 …s all code under a specified branch in an associated repository. <code>PullRequest</code> code rev…
527 … code review. There are two code review types:</p> <ul> <li> <p> <code>PullRequest</code> - A code…
1733 "PullRequest",

12