Interface Rule.RedirectActionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Rule.RedirectAction, Rule.RedirectAction.Builder
    Enclosing class:
    Rule

    public static interface Rule.RedirectActionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRedirectUri()
      URL must have length equal or less than 2000 characters.
      com.google.protobuf.ByteString getRedirectUriBytes()
      URL must have length equal or less than 2000 characters.
      • 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

      • getRedirectUri

        String getRedirectUri()
         URL must have length equal or less than 2000 characters.
         
        string redirect_uri = 1;
        Returns:
        The redirectUri.
      • getRedirectUriBytes

        com.google.protobuf.ByteString getRedirectUriBytes()
         URL must have length equal or less than 2000 characters.
         
        string redirect_uri = 1;
        Returns:
        The bytes for redirectUri.