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()  
      • 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

      • getSchemeToOverwrite

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

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