Searched refs:withCallCredentials (Results 1 – 9 of 9) sorted by relevance
193 public final S withCallCredentials(CallCredentials credentials) { in withCallCredentials() method in AbstractStub194 return build(channel, callOptions.withCallCredentials(credentials)); in withCallCredentials()
55 .withCallCredentials(sampleCreds)104 allSet.withCallCredentials(mock(CallCredentials.class)) in noStrayModifications()105 .withCallCredentials(sampleCreds))) in noStrayModifications()146 .withCallCredentials(null) in toStringMatches_noDeadline_default()
117 callOptions = CallOptions.DEFAULT.withCallCredentials(mockCreds); in setUp()283 callOptions = callOptions.withCallCredentials(null); in noCreds()
116 callOptions = CallOptions.DEFAULT.withCallCredentials(mockCreds); in setUp()284 callOptions = callOptions.withCallCredentials(null); in noCreds()
1393 CallOptions callOptions = CallOptions.DEFAULT.withCallCredentials(creds); in informationPropagatedToNewStreamAndCallCredentials()
152 return next.newCall(method, callOptions.withCallCredentials(credentials)); in interceptCall()
96 public CallOptions withCallCredentials(@Nullable CallCredentials credentials) { in withCallCredentials() method in CallOptions
1644 .withCallCredentials(MoreCallCredentials.from(credentials)); in serviceAccountCreds()1676 .withCallCredentials(MoreCallCredentials.from(credentials)); in computeEngineCreds()1715 .withCallCredentials(MoreCallCredentials.from(credentials)); in jwtTokenCreds()1732 .withCallCredentials(MoreCallCredentials.from(credentials)); in oauth2AuthToken()
416 PublisherGrpc.newBlockingStub(channel).withCallCredentials(callCreds);