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()booleanhasSchemeToOverwrite()Overwrite any Scheme header with the contents of this string.-
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.
-
getTransformationCase
SchemeHeaderTransformation.TransformationCase getTransformationCase()
-
-