Home
last modified time | relevance | path

Searched refs:getOauthScope (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleResponse.php103 public function getOauthScope() function in Grpc\\Testing\\SimpleResponse
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java1658 assertFalse(response.getOauthScope().isEmpty()); in serviceAccountCreds()
1659 assertTrue("Received oauth scope: " + response.getOauthScope(), in serviceAccountCreds()
1660 authScope.contains(response.getOauthScope())); in serviceAccountCreds()
1663 .setOauthScope(response.getOauthScope()) in serviceAccountCreds()
1688 assertFalse(response.getOauthScope().isEmpty()); in computeEngineCreds()
1689 assertTrue("Received oauth scope: " + response.getOauthScope(), in computeEngineCreds()
1690 oauthScope.contains(response.getOauthScope())); in computeEngineCreds()
1693 .setOauthScope(response.getOauthScope()) in computeEngineCreds()
1742 assertFalse(response.getOauthScope().isEmpty()); in oauth2AuthToken()
1743 assertTrue("Received oauth scope: " + response.getOauthScope(), in oauth2AuthToken()
[all …]
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php137 hardAssert(strpos($args['oauth_scope'], $result->getOauthScope()) !== false,
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DMessages.java3730 java.lang.String getOauthScope(); in getOauthScope() method
3928 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse
4023 result = result && getOauthScope() in equals()
4024 .equals(other.getOauthScope()); in equals()
4043 hash = (53 * hash) + getOauthScope().hashCode(); in hashCode()
4264 if (!other.getOauthScope().isEmpty()) { in mergeFrom()
4550 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse.Builder
4608 oauthScope_ = getDefaultInstance().getOauthScope(); in clearOauthScope()
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java3280 java.lang.String getOauthScope(); in getOauthScope() method
3478 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse
3573 result = result && getOauthScope() in equals()
3574 .equals(other.getOauthScope()); in equals()
3593 hash = (53 * hash) + getOauthScope().hashCode(); in hashCode()
3814 if (!other.getOauthScope().isEmpty()) { in mergeFrom()
4100 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse.Builder
4158 oauthScope_ = getDefaultInstance().getOauthScope(); in clearOauthScope()