public static interface FirewallAction.SetHeaderActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Optional.
|
com.google.protobuf.ByteString |
getKeyBytes()
Optional.
|
String |
getValue()
Optional.
|
com.google.protobuf.ByteString |
getValueBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
Optional. The header key to set in the request to the backend server.
string key = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getKeyBytes()
Optional. The header key to set in the request to the backend server.
string key = 1 [(.google.api.field_behavior) = OPTIONAL];String getValue()
Optional. The header value to set in the request to the backend server.
string value = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getValueBytes()
Optional. The header value to set in the request to the backend server.
string value = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.