Class AltsClientOptions

java.lang.Object
io.grpc.alts.internal.AltsHandshakerOptions
io.grpc.alts.internal.AltsClientOptions

public final class AltsClientOptions extends AltsHandshakerOptions
Handshaker options for creating ALTS client channel.
  • Field Details

    • targetName

      @Nullable private final String targetName
    • targetServiceAccounts

      private final com.google.common.collect.ImmutableList<String> targetServiceAccounts
  • Constructor Details

  • Method Details

    • getTargetName

      public String getTargetName()
    • getTargetServiceAccounts

      public com.google.common.collect.ImmutableList<String> getTargetServiceAccounts()