Interface WorkloadALTSConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    WorkloadALTSConfig, WorkloadALTSConfig.Builder

    public interface WorkloadALTSConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.BoolValue getEnableAlts()
      enable_alts controls whether the alts handshaker should be enabled or not for direct-path.
      com.google.protobuf.BoolValueOrBuilder getEnableAltsOrBuilder()
      enable_alts controls whether the alts handshaker should be enabled or not for direct-path.
      boolean hasEnableAlts()
      enable_alts controls whether the alts handshaker should be enabled or not for direct-path.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasEnableAlts

        boolean hasEnableAlts()
         enable_alts controls whether the alts handshaker should be enabled or not
         for direct-path.
        
         Requires Workload Identity
         ([workload_pool][google.container.v1beta1.WorkloadIdentityConfig.workload_pool]
         must be non-empty).
         
        .google.protobuf.BoolValue enable_alts = 1;
        Returns:
        Whether the enableAlts field is set.
      • getEnableAlts

        com.google.protobuf.BoolValue getEnableAlts()
         enable_alts controls whether the alts handshaker should be enabled or not
         for direct-path.
        
         Requires Workload Identity
         ([workload_pool][google.container.v1beta1.WorkloadIdentityConfig.workload_pool]
         must be non-empty).
         
        .google.protobuf.BoolValue enable_alts = 1;
        Returns:
        The enableAlts.
      • getEnableAltsOrBuilder

        com.google.protobuf.BoolValueOrBuilder getEnableAltsOrBuilder()
         enable_alts controls whether the alts handshaker should be enabled or not
         for direct-path.
        
         Requires Workload Identity
         ([workload_pool][google.container.v1beta1.WorkloadIdentityConfig.workload_pool]
         must be non-empty).
         
        .google.protobuf.BoolValue enable_alts = 1;