org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.CellVisibilityOrBuilder

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

public static interface ClientProtos.CellVisibilityOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getExpression()
          required string expression = 1;
 com.google.protobuf.ByteString getExpressionBytes()
          required string expression = 1;
 boolean hasExpression()
          required string expression = 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

hasExpression

boolean hasExpression()
required string expression = 1;


getExpression

String getExpression()
required string expression = 1;


getExpressionBytes

com.google.protobuf.ByteString getExpressionBytes()
required string expression = 1;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.