public interface SecurityPolicyUserDefinedFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
The base relative to which 'offset' is measured.
|
com.google.protobuf.ByteString |
getBaseBytes()
The base relative to which 'offset' is measured.
|
String |
getMask()
If specified, apply this mask (bitwise AND) to the field to ignore bits before matching.
|
com.google.protobuf.ByteString |
getMaskBytes()
If specified, apply this mask (bitwise AND) to the field to ignore bits before matching.
|
String |
getName()
The name of this field.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of this field.
|
int |
getOffset()
Offset of the first byte of the field (in network byte order) relative to 'base'.
|
int |
getSize()
Size of the field in bytes.
|
boolean |
hasBase()
The base relative to which 'offset' is measured.
|
boolean |
hasMask()
If specified, apply this mask (bitwise AND) to the field to ignore bits before matching.
|
boolean |
hasName()
The name of this field.
|
boolean |
hasOffset()
Offset of the first byte of the field (in network byte order) relative to 'base'.
|
boolean |
hasSize()
Size of the field in bytes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBase()
The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. required Check the Base enum for the list of possible values.
optional string base = 3016401;String getBase()
The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. required Check the Base enum for the list of possible values.
optional string base = 3016401;com.google.protobuf.ByteString getBaseBytes()
The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. required Check the Base enum for the list of possible values.
optional string base = 3016401;boolean hasMask()
If specified, apply this mask (bitwise AND) to the field to ignore bits before matching. Encoded as a hexadecimal number (starting with "0x"). The last byte of the field (in network byte order) corresponds to the least significant byte of the mask.
optional string mask = 3344108;String getMask()
If specified, apply this mask (bitwise AND) to the field to ignore bits before matching. Encoded as a hexadecimal number (starting with "0x"). The last byte of the field (in network byte order) corresponds to the least significant byte of the mask.
optional string mask = 3344108;com.google.protobuf.ByteString getMaskBytes()
If specified, apply this mask (bitwise AND) to the field to ignore bits before matching. Encoded as a hexadecimal number (starting with "0x"). The last byte of the field (in network byte order) corresponds to the least significant byte of the mask.
optional string mask = 3344108;boolean hasName()
The name of this field. Must be unique within the policy.
optional string name = 3373707;String getName()
The name of this field. Must be unique within the policy.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
The name of this field. Must be unique within the policy.
optional string name = 3373707;boolean hasOffset()
Offset of the first byte of the field (in network byte order) relative to 'base'.
optional int32 offset = 53961875;int getOffset()
Offset of the first byte of the field (in network byte order) relative to 'base'.
optional int32 offset = 53961875;boolean hasSize()
Size of the field in bytes. Valid values: 1-4.
optional int32 size = 3530753;int getSize()
Size of the field in bytes. Valid values: 1-4.
optional int32 size = 3530753;Copyright © 2025 Google LLC. All rights reserved.