Package com.google.cloud.compute.v1
Interface SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityPolicyRuleHttpHeaderActionHttpHeaderOption,SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder
public interface SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHeaderName()The name of the header to set.com.google.protobuf.ByteStringgetHeaderNameBytes()The name of the header to set.StringgetHeaderValue()The value to set the named header to.com.google.protobuf.ByteStringgetHeaderValueBytes()The value to set the named header to.booleanhasHeaderName()The name of the header to set.booleanhasHeaderValue()The value to set the named header to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHeaderName
boolean hasHeaderName()
The name of the header to set.
optional string header_name = 110223613;- Returns:
- Whether the headerName field is set.
-
getHeaderName
String getHeaderName()
The name of the header to set.
optional string header_name = 110223613;- Returns:
- The headerName.
-
getHeaderNameBytes
com.google.protobuf.ByteString getHeaderNameBytes()
The name of the header to set.
optional string header_name = 110223613;- Returns:
- The bytes for headerName.
-
hasHeaderValue
boolean hasHeaderValue()
The value to set the named header to.
optional string header_value = 203094335;- Returns:
- Whether the headerValue field is set.
-
getHeaderValue
String getHeaderValue()
The value to set the named header to.
optional string header_value = 203094335;- Returns:
- The headerValue.
-
getHeaderValueBytes
com.google.protobuf.ByteString getHeaderValueBytes()
The value to set the named header to.
optional string header_value = 203094335;- Returns:
- The bytes for headerValue.
-
-