Searched refs:targetServiceAccounts (Results 1 – 2 of 2) sorted by relevance
31 private final ImmutableList<String> targetServiceAccounts; field in AltsClientOptions36 targetServiceAccounts = builder.targetServiceAccounts; in AltsClientOptions()44 return targetServiceAccounts; in getTargetServiceAccounts()52 private ImmutableList<String> targetServiceAccounts = ImmutableList.of(); field in AltsClientOptions.Builder64 public Builder setTargetServiceAccounts(ImmutableList<String> targetServiceAccounts) { in setTargetServiceAccounts() argument65 this.targetServiceAccounts = targetServiceAccounts; in setTargetServiceAccounts()
146 final ImmutableList<String> targetServiceAccounts = targetServiceAccountsBuilder.build(); in buildProtocolNegotiator() local157 .setTargetServiceAccounts(targetServiceAccounts) in buildProtocolNegotiator()