Interface ExamplesRestrictionsNamespaceOrBuilder (0.3.0)

publicinterface ExamplesRestrictionsNamespaceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllow(int index)

publicabstractStringgetAllow(intindex)

The list of allowed tags.

repeated string allow = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The allow at the given index.

getAllowBytes(int index)

publicabstractByteStringgetAllowBytes(intindex)

The list of allowed tags.

repeated string allow = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the allow at the given index.

getAllowCount()

publicabstractintgetAllowCount()

The list of allowed tags.

repeated string allow = 2;

Returns
Type Description
int

The count of allow.

getAllowList()

publicabstractList<String>getAllowList()

The list of allowed tags.

repeated string allow = 2;

Returns
Type Description
List<String>

A list containing the allow.

getDeny(int index)

publicabstractStringgetDeny(intindex)

The list of deny tags.

repeated string deny = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The deny at the given index.

getDenyBytes(int index)

publicabstractByteStringgetDenyBytes(intindex)

The list of deny tags.

repeated string deny = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the deny at the given index.

getDenyCount()

publicabstractintgetDenyCount()

The list of deny tags.

repeated string deny = 3;

Returns
Type Description
int

The count of deny.

getDenyList()

publicabstractList<String>getDenyList()

The list of deny tags.

repeated string deny = 3;

Returns
Type Description
List<String>

A list containing the deny.

getNamespaceName()

publicabstractStringgetNamespaceName()

The namespace name.

string namespace_name = 1;

Returns
Type Description
String

The namespaceName.

getNamespaceNameBytes()

publicabstractByteStringgetNamespaceNameBytes()

The namespace name.

string namespace_name = 1;

Returns
Type Description
ByteString

The bytes for namespaceName.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.