Send feedback
Class HttpRoute.HeaderModifier (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.0 keyboard_arrow_down
public static final class HttpRoute . HeaderModifier extends GeneratedMessageV3 implements HttpRoute . HeaderModifierOrBuilder
The specification for modifying HTTP header in HTTP request and HTTP
response.
Protobuf type google.cloud.networkservices.v1.HttpRoute.HeaderModifier
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ADD_FIELD_NUMBER
Field Value
Type
Description
int
public static final int REMOVE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SET_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static HttpRoute . HeaderModifier getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static HttpRoute . HeaderModifier . Builder newBuilder ()
public static HttpRoute . HeaderModifier . Builder newBuilder ( HttpRoute . HeaderModifier prototype )
public static HttpRoute . HeaderModifier parseDelimitedFrom ( InputStream input )
public static HttpRoute . HeaderModifier parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static HttpRoute . HeaderModifier parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static HttpRoute . HeaderModifier parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static HttpRoute . HeaderModifier parseFrom ( ByteString data )
public static HttpRoute . HeaderModifier parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static HttpRoute . HeaderModifier parseFrom ( CodedInputStream input )
public static HttpRoute . HeaderModifier parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static HttpRoute . HeaderModifier parseFrom ( InputStream input )
public static HttpRoute . HeaderModifier parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static HttpRoute . HeaderModifier parseFrom ( ByteBuffer data )
public static HttpRoute . HeaderModifier parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<HttpRoute . HeaderModifier > parser ()
Methods
public boolean containsAdd ( String key )
Add the headers with given map where key is the name of the header, value
is the value of the header.
map<string, string> add = 2;
Parameter
Name
Description
key
String
public boolean containsSet ( String key )
Completely overwrite/replace the headers with given map where key is the
name of the header, value is the value of the header.
map<string, string> set = 1;
Parameter
Name
Description
key
String
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public Map<String , String > getAdd ()
Add the headers with given map where key is the name of the header, value
is the value of the header.
map<string, string> add = 2;
Returns
Type
Description
int
public Map<String , String > getAddMap ()
Add the headers with given map where key is the name of the header, value
is the value of the header.
map<string, string> add = 2;
public String getAddOrDefault ( String key , String defaultValue )
Add the headers with given map where key is the name of the header, value
is the value of the header.
map<string, string> add = 2;
Returns
Type
Description
String
public String getAddOrThrow ( String key )
Add the headers with given map where key is the name of the header, value
is the value of the header.
map<string, string> add = 2;
Parameter
Name
Description
key
String
Returns
Type
Description
String
public HttpRoute . HeaderModifier getDefaultInstanceForType ()
public Parser<HttpRoute . HeaderModifier > getParserForType ()
Overrides
public String getRemove ( int index )
Remove headers (matching by header names) specified in the list.
repeated string remove = 3;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The remove at the given index.
public ByteString getRemoveBytes ( int index )
Remove headers (matching by header names) specified in the list.
repeated string remove = 3;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the remove at the given index.
public int getRemoveCount ()
Remove headers (matching by header names) specified in the list.
repeated string remove = 3;
Returns
Type
Description
int
The count of remove.
public ProtocolStringList getRemoveList ()
Remove headers (matching by header names) specified in the list.
repeated string remove = 3;
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public Map<String , String > getSet ()
Completely overwrite/replace the headers with given map where key is the
name of the header, value is the value of the header.
map<string, string> set = 1;
Returns
Type
Description
int
public Map<String , String > getSetMap ()
Completely overwrite/replace the headers with given map where key is the
name of the header, value is the value of the header.
map<string, string> set = 1;
public String getSetOrDefault ( String key , String defaultValue )
Completely overwrite/replace the headers with given map where key is the
name of the header, value is the value of the header.
map<string, string> set = 1;
Returns
Type
Description
String
public String getSetOrThrow ( String key )
Completely overwrite/replace the headers with given map where key is the
name of the header, value is the value of the header.
map<string, string> set = 1;
Parameter
Name
Description
key
String
Returns
Type
Description
String
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection ( int number )
Parameter
Name
Description
number
int
Returns
Type
Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
public final boolean isInitialized ()
Overrides
public HttpRoute . HeaderModifier . Builder newBuilderForType ()
protected HttpRoute . HeaderModifier . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public HttpRoute . HeaderModifier . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-03 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-03 UTC."],[],[]]