public interface ExamplesRestrictionsNamespaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllow(int index)
The list of allowed tags.
|
com.google.protobuf.ByteString |
getAllowBytes(int index)
The list of allowed tags.
|
int |
getAllowCount()
The list of allowed tags.
|
List<String> |
getAllowList()
The list of allowed tags.
|
String |
getDeny(int index)
The list of deny tags.
|
com.google.protobuf.ByteString |
getDenyBytes(int index)
The list of deny tags.
|
int |
getDenyCount()
The list of deny tags.
|
List<String> |
getDenyList()
The list of deny tags.
|
String |
getNamespaceName()
The namespace name.
|
com.google.protobuf.ByteString |
getNamespaceNameBytes()
The namespace name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNamespaceName()
The namespace name.
string namespace_name = 1;com.google.protobuf.ByteString getNamespaceNameBytes()
The namespace name.
string namespace_name = 1;List<String> getAllowList()
The list of allowed tags.
repeated string allow = 2;int getAllowCount()
The list of allowed tags.
repeated string allow = 2;String getAllow(int index)
The list of allowed tags.
repeated string allow = 2;index - The index of the element to return.com.google.protobuf.ByteString getAllowBytes(int index)
The list of allowed tags.
repeated string allow = 2;index - The index of the value to return.List<String> getDenyList()
The list of deny tags.
repeated string deny = 3;int getDenyCount()
The list of deny tags.
repeated string deny = 3;String getDeny(int index)
The list of deny tags.
repeated string deny = 3;index - The index of the element to return.com.google.protobuf.ByteString getDenyBytes(int index)
The list of deny tags.
repeated string deny = 3;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.