Package com.google.cloud.aiplatform.v1
Interface ExamplesRestrictionsNamespaceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExamplesRestrictionsNamespace,ExamplesRestrictionsNamespace.Builder
@Generated
public interface ExamplesRestrictionsNamespaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllow(int index) The list of allowed tags.com.google.protobuf.ByteStringgetAllowBytes(int index) The list of allowed tags.intThe list of allowed tags.The list of allowed tags.getDeny(int index) The list of deny tags.com.google.protobuf.ByteStringgetDenyBytes(int index) The list of deny tags.intThe list of deny tags.The list of deny tags.The namespace name.com.google.protobuf.ByteStringThe namespace name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespaceName
String getNamespaceName()The namespace name.
string namespace_name = 1;- Returns:
- The namespaceName.
-
getNamespaceNameBytes
com.google.protobuf.ByteString getNamespaceNameBytes()The namespace name.
string namespace_name = 1;- Returns:
- The bytes for namespaceName.
-
getAllowList
The list of allowed tags.
repeated string allow = 2;- Returns:
- A list containing the allow.
-
getAllowCount
int getAllowCount()The list of allowed tags.
repeated string allow = 2;- Returns:
- The count of allow.
-
getAllow
The list of allowed tags.
repeated string allow = 2;- Parameters:
index- The index of the element to return.- Returns:
- The allow at the given index.
-
getAllowBytes
com.google.protobuf.ByteString getAllowBytes(int index) The list of allowed tags.
repeated string allow = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allow at the given index.
-
getDenyList
The list of deny tags.
repeated string deny = 3;- Returns:
- A list containing the deny.
-
getDenyCount
int getDenyCount()The list of deny tags.
repeated string deny = 3;- Returns:
- The count of deny.
-
getDeny
The list of deny tags.
repeated string deny = 3;- Parameters:
index- The index of the element to return.- Returns:
- The deny at the given index.
-
getDenyBytes
com.google.protobuf.ByteString getDenyBytes(int index) The list of deny tags.
repeated string deny = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the deny at the given index.
-