Interface SchemeHeaderTransformationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SchemeHeaderTransformation,SchemeHeaderTransformation.Builder
public interface SchemeHeaderTransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSchemeToOverwrite()Overwrite any Scheme header with the contents of this string.com.google.protobuf.ByteStringgetSchemeToOverwriteBytes()Overwrite any Scheme header with the contents of this string.SchemeHeaderTransformation.TransformationCasegetTransformationCase()-
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) = { ... }
-
getTransformationCase
SchemeHeaderTransformation.TransformationCase getTransformationCase()
-
-