Interface SchemeHeaderTransformationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSchemeToOverwrite()
      Overwrite any Scheme header with the contents of this string.
      com.google.protobuf.ByteString getSchemeToOverwriteBytes()
      Overwrite any Scheme header with the contents of this string.
      SchemeHeaderTransformation.TransformationCase getTransformationCase()  
      boolean hasSchemeToOverwrite()
      Overwrite any Scheme header with the contents of this string.
      • 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

      • hasSchemeToOverwrite

        boolean hasSchemeToOverwrite()
         Overwrite any Scheme header with the contents of this string.
         
        string scheme_to_overwrite = 1 [(.validate.rules) = { ... }
        Returns:
        Whether the schemeToOverwrite field is set.
      • getSchemeToOverwrite

        String getSchemeToOverwrite()
         Overwrite any Scheme header with the contents of this string.
         
        string scheme_to_overwrite = 1 [(.validate.rules) = { ... }
        Returns:
        The schemeToOverwrite.
      • getSchemeToOverwriteBytes

        com.google.protobuf.ByteString getSchemeToOverwriteBytes()
         Overwrite any Scheme header with the contents of this string.
         
        string scheme_to_overwrite = 1 [(.validate.rules) = { ... }
        Returns:
        The bytes for schemeToOverwrite.