Home
last modified time | relevance | path

Searched full:assignee (Results 1 – 25 of 89) sorted by relevance

1234

/external/google-cloud-java/java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/
DSearchAssignmentsRequestOrBuilder.java63 * Please specify resource name as assignee in the query.
65 * * `assignee=projects/myproject`
66 * * `assignee=folders/123`
67 * * `assignee=organizations/456`
79 * Please specify resource name as assignee in the query.
81 * * `assignee=projects/myproject`
82 * * `assignee=folders/123`
83 * * `assignee=organizations/456`
DSearchAllAssignmentsRequestOrBuilder.java63 * Please specify resource name as assignee in the query.
65 * * `assignee=projects/myproject`
66 * * `assignee=folders/123`
67 * * `assignee=organizations/456`
79 * Please specify resource name as assignee in the query.
81 * * `assignee=projects/myproject`
82 * * `assignee=folders/123`
83 * * `assignee=organizations/456`
DSearchAssignmentsRequest.java28 * related assignee.
142 * Please specify resource name as assignee in the query.
144 * * `assignee=projects/myproject`
145 * * `assignee=folders/123`
146 * * `assignee=organizations/456`
169 * Please specify resource name as assignee in the query.
171 * * `assignee=projects/myproject`
172 * * `assignee=folders/123`
173 * * `assignee=organizations/456`
457 * related assignee.
[all …]
DSearchAllAssignmentsRequest.java28 * related assignee.
142 * Please specify resource name as assignee in the query.
144 * * `assignee=projects/myproject`
145 * * `assignee=folders/123`
146 * * `assignee=organizations/456`
169 * Please specify resource name as assignee in the query.
171 * * `assignee=projects/myproject`
172 * * `assignee=folders/123`
173 * * `assignee=organizations/456`
457 * related assignee.
[all …]
DAssignmentOrBuilder.java65 * <code>string assignee = 4;</code>
67 * @return The assignee.
78 * <code>string assignee = 4;</code>
80 * @return The bytes for assignee.
/external/python/google-api-python-client/docs/dyn/
Dbigqueryreservation_v1.projects.locations.html95 …tAssignments, there are some behavior differences: 1. permission on the assignee will be verified …
101 …tAssignments, there are some behavior differences: 1. permission on the assignee will be verified …
137 …tAssignments, there are some behavior differences: 1. permission on the assignee will be verified …
143 … specify resource name as assignee in the query. Examples: * `assignee=projects/myproject` * `assi…
155 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
181 …tAssignments, there are some behavior differences: 1. permission on the assignee will be verified …
187 … specify resource name as assignee in the query. Examples: * `assignee=projects/myproject` * `assi…
199 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
Dbigqueryreservation_v1beta1.projects.locations.html95 …tAssignments, there are some behavior differences: 1. permission on the assignee will be verified …
131 …tAssignments, there are some behavior differences: 1. permission on the assignee will be verified …
137 … specify resource name as assignee in the query. Examples: * `assignee=projects/myproject` * `assi…
149 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
Dbigqueryreservation_v1beta1.projects.locations.reservations.assignments.html94 …ecreating a new one by providing a transactional change that ensures an assignee always has an ass…
114 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
130 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
174 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
200 …ecreating a new one by providing a transactional change that ensures an assignee always has an ass…
207 …&quot;bigquery.reservationAssignments.delete&quot; permission are required on the related assignee.
220 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
237 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
253 …&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `p…
/external/toolchain-utils/cros_utils/
Dbugs.py126 assignee: Optional[str] = None,
138 assignee: Assignee of the bug. Must be either an email address, or a
139 "well-known" assignee (detective, mage).
153 if assignee:
154 obj["assignee"] = assignee
Dbugs_test.py89 "assignee": "foo@gbiv.com",
113 if assignee := test_case.get("assignee"):
114 expected_output["assignee"] = assignee
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DpropagateNoContraction.cpp472 // with the assignee of the given assignment node. Return a tuple of two:
474 // 1) The preciseness of the assignee node of this assignment node. True
475 // if the assignee contains 'precise' objects or is 'precise', false if
476 // the assignee is not 'precise' according to the access chain of the given
479 // 2) The incremental access chain from the assignee node to its nested
482 // assignee is 'precise'. Otherwise it shows the path to the nested
495 // The left node (assignee node) is an object node, traverse the in getPrecisenessAndRemainedAccessChain()
504 // If the preciseness of the left node (assignee node) can not in getPrecisenessAndRemainedAccessChain()
506 // of the assignee object with the given precise object. in getPrecisenessAndRemainedAccessChain()
522 // If the preciseness of the operand node (assignee node) can not in getPrecisenessAndRemainedAccessChain()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp472 // with the assignee of the given assignment node. Return a tuple of two:
474 // 1) The preciseness of the assignee node of this assignment node. True
475 // if the assignee contains 'precise' objects or is 'precise', false if
476 // the assignee is not 'precise' according to the access chain of the given
479 // 2) The incremental access chain from the assignee node to its nested
482 // assignee is 'precise'. Otherwise it shows the path to the nested
495 // The left node (assignee node) is an object node, traverse the in getPrecisenessAndRemainedAccessChain()
504 // If the preciseness of the left node (assignee node) can not in getPrecisenessAndRemainedAccessChain()
506 // of the assignee object with the given precise object. in getPrecisenessAndRemainedAccessChain()
522 // If the preciseness of the operand node (assignee node) can not in getPrecisenessAndRemainedAccessChain()
[all …]
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus_test.cc333 absl::Status assignee; in TEST() local
336 assignee = status; in TEST()
337 EXPECT_EQ(assignee, status); in TEST()
341 assignee = status; in TEST()
342 EXPECT_EQ(assignee, status); in TEST()
347 assignee = status; in TEST()
348 EXPECT_EQ(assignee, status); in TEST()
382 absl::Status assignee; in TEST() local
385 assignee = absl::Status(); in TEST()
386 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus_test.cc430 absl::Status assignee; in TEST() local
433 assignee = status; in TEST()
434 EXPECT_EQ(assignee, status); in TEST()
438 assignee = status; in TEST()
439 EXPECT_EQ(assignee, status); in TEST()
444 assignee = status; in TEST()
445 EXPECT_EQ(assignee, status); in TEST()
479 absl::Status assignee; in TEST() local
482 assignee = absl::Status(); in TEST()
483 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus_test.cc360 absl::Status assignee; in TEST() local
363 assignee = status; in TEST()
364 EXPECT_EQ(assignee, status); in TEST()
368 assignee = status; in TEST()
369 EXPECT_EQ(assignee, status); in TEST()
374 assignee = status; in TEST()
375 EXPECT_EQ(assignee, status); in TEST()
409 absl::Status assignee; in TEST() local
412 assignee = absl::Status(); in TEST()
413 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus_test.cc383 absl::Status assignee; in TEST() local
386 assignee = status; in TEST()
387 EXPECT_EQ(assignee, status); in TEST()
391 assignee = status; in TEST()
392 EXPECT_EQ(assignee, status); in TEST()
397 assignee = status; in TEST()
398 EXPECT_EQ(assignee, status); in TEST()
432 absl::Status assignee; in TEST() local
435 assignee = absl::Status(); in TEST()
436 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/status/
Dstatus_test.cc360 absl::Status assignee; in TEST() local
363 assignee = status; in TEST()
364 EXPECT_EQ(assignee, status); in TEST()
368 assignee = status; in TEST()
369 EXPECT_EQ(assignee, status); in TEST()
374 assignee = status; in TEST()
375 EXPECT_EQ(assignee, status); in TEST()
409 absl::Status assignee; in TEST() local
412 assignee = absl::Status(); in TEST()
413 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/status/
Dstatus_test.cc360 absl::Status assignee; in TEST() local
363 assignee = status; in TEST()
364 EXPECT_EQ(assignee, status); in TEST()
368 assignee = status; in TEST()
369 EXPECT_EQ(assignee, status); in TEST()
374 assignee = status; in TEST()
375 EXPECT_EQ(assignee, status); in TEST()
409 absl::Status assignee; in TEST() local
412 assignee = absl::Status(); in TEST()
413 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus_test.cc360 absl::Status assignee; in TEST() local
363 assignee = status; in TEST()
364 EXPECT_EQ(assignee, status); in TEST()
368 assignee = status; in TEST()
369 EXPECT_EQ(assignee, status); in TEST()
374 assignee = status; in TEST()
375 EXPECT_EQ(assignee, status); in TEST()
409 absl::Status assignee; in TEST() local
412 assignee = absl::Status(); in TEST()
413 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/cronet/third_party/abseil-cpp/absl/status/
Dstatus_test.cc430 absl::Status assignee; in TEST() local
433 assignee = status; in TEST()
434 EXPECT_EQ(assignee, status); in TEST()
438 assignee = status; in TEST()
439 EXPECT_EQ(assignee, status); in TEST()
444 assignee = status; in TEST()
445 EXPECT_EQ(assignee, status); in TEST()
479 absl::Status assignee; in TEST() local
482 assignee = absl::Status(); in TEST()
483 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/abseil-cpp/absl/status/
Dstatus_test.cc430 absl::Status assignee; in TEST() local
433 assignee = status; in TEST()
434 EXPECT_EQ(assignee, status); in TEST()
438 assignee = status; in TEST()
439 EXPECT_EQ(assignee, status); in TEST()
444 assignee = status; in TEST()
445 EXPECT_EQ(assignee, status); in TEST()
479 absl::Status assignee; in TEST() local
482 assignee = absl::Status(); in TEST()
483 EXPECT_EQ(assignee, status); in TEST()
[all …]
/external/python/cpython3/.github/workflows/
Dnew-bugs-announce-notifier.yml43 assignee : issue.data.assignees.map(assignee => { return assignee.login }),
/external/googleapis/google/cloud/bigquery/reservation/v1/
Dreservation.proto301 // 1. permission on the assignee will be verified in this API.
333 // 1. permission on the assignee will be verified in this API.
348 // by providing a transactional change that ensures an assignee always has an
878 // Queries from assignee will be executed as on-demand, if related
894 string assignee = 4;
906 // related assignee.
965 // related assignee.
980 // related assignee.
992 // Please specify resource name as assignee in the query.
996 // * `assignee=projects/myproject`
[all …]
/external/google-cloud-java/java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/
Dreservation.proto301 // 1. permission on the assignee will be verified in this API.
333 // 1. permission on the assignee will be verified in this API.
348 // by providing a transactional change that ensures an assignee always has an
878 // Queries from assignee will be executed as on-demand, if related
894 string assignee = 4;
906 // related assignee.
965 // related assignee.
980 // related assignee.
992 // Please specify resource name as assignee in the query.
996 // * `assignee=projects/myproject`
[all …]
/external/bazelbuild-rules_python/.github/workflows/
Dstale.yml41 # If an issue/PR is assigned, trust the assignee to stay involved
56 Collaborators can add an assignee to keep this open indefinitely.
64 Collaborators can add an assignee to keep this open indefinitely.

1234