public interface SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the user-defined field, as given in the definition.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the user-defined field, as given in the definition.
|
String |
getValues(int index)
Matching values of the field.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
Matching values of the field.
|
int |
getValuesCount()
Matching values of the field.
|
List<String> |
getValuesList()
Matching values of the field.
|
boolean |
hasName()
Name of the user-defined field, as given in the definition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of the user-defined field, as given in the definition.
optional string name = 3373707;String getName()
Name of the user-defined field, as given in the definition.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
Name of the user-defined field, as given in the definition.
optional string name = 3373707;List<String> getValuesList()
Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").
repeated string values = 249928994;int getValuesCount()
Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").
repeated string values = 249928994;String getValues(int index)
Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").
repeated string values = 249928994;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").
repeated string values = 249928994;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.