org.apache.hadoop.hbase.protobuf.generated
Interface VisibilityLabelsProtos.ListLabelsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VisibilityLabelsProtos.ListLabelsRequest, VisibilityLabelsProtos.ListLabelsRequest.Builder
Enclosing class:
VisibilityLabelsProtos

public static interface VisibilityLabelsProtos.ListLabelsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getRegex()
          optional string regex = 1;
 com.google.protobuf.ByteString getRegexBytes()
          optional string regex = 1;
 boolean hasRegex()
          optional string regex = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasRegex

boolean hasRegex()
optional string regex = 1;


getRegex

String getRegex()
optional string regex = 1;


getRegexBytes

com.google.protobuf.ByteString getRegexBytes()
optional string regex = 1;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.