Interface Generated.ClientIPConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getTimeoutSeconds()
      timeoutSeconds specifies the seconds of ClientIP type session sticky time.
      boolean hasTimeoutSeconds()
      timeoutSeconds specifies the seconds of ClientIP type session sticky time.
      • 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

      • hasTimeoutSeconds

        boolean hasTimeoutSeconds()
         timeoutSeconds specifies the seconds of ClientIP type session sticky time.
         The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP".
         Default value is 10800(for 3 hours).
         +optional
         
        optional int32 timeoutSeconds = 1;
        Returns:
        Whether the timeoutSeconds field is set.
      • getTimeoutSeconds

        int getTimeoutSeconds()
         timeoutSeconds specifies the seconds of ClientIP type session sticky time.
         The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP".
         Default value is 10800(for 3 hours).
         +optional
         
        optional int32 timeoutSeconds = 1;
        Returns:
        The timeoutSeconds.