public static interface MasterProtos.SetQuotaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBypassGlobals()
optional bool bypass_globals = 6; |
String |
getNamespace()
optional string namespace = 3; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 3; |
boolean |
getRemoveAll()
optional bool remove_all = 5; |
HBaseProtos.TableName |
getTableName()
optional .TableName table_name = 4; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
optional .TableName table_name = 4; |
QuotaProtos.ThrottleRequest |
getThrottle()
optional .ThrottleRequest throttle = 7; |
QuotaProtos.ThrottleRequestOrBuilder |
getThrottleOrBuilder()
optional .ThrottleRequest throttle = 7; |
String |
getUserGroup()
optional string user_group = 2; |
com.google.protobuf.ByteString |
getUserGroupBytes()
optional string user_group = 2; |
String |
getUserName()
optional string user_name = 1; |
com.google.protobuf.ByteString |
getUserNameBytes()
optional string user_name = 1; |
boolean |
hasBypassGlobals()
optional bool bypass_globals = 6; |
boolean |
hasNamespace()
optional string namespace = 3; |
boolean |
hasRemoveAll()
optional bool remove_all = 5; |
boolean |
hasTableName()
optional .TableName table_name = 4; |
boolean |
hasThrottle()
optional .ThrottleRequest throttle = 7; |
boolean |
hasUserGroup()
optional string user_group = 2; |
boolean |
hasUserName()
optional string user_name = 1; |
boolean hasUserName()
optional string user_name = 1;
String getUserName()
optional string user_name = 1;
com.google.protobuf.ByteString getUserNameBytes()
optional string user_name = 1;
boolean hasUserGroup()
optional string user_group = 2;
String getUserGroup()
optional string user_group = 2;
com.google.protobuf.ByteString getUserGroupBytes()
optional string user_group = 2;
boolean hasNamespace()
optional string namespace = 3;
String getNamespace()
optional string namespace = 3;
com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 3;
boolean hasTableName()
optional .TableName table_name = 4;
HBaseProtos.TableName getTableName()
optional .TableName table_name = 4;
HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
optional .TableName table_name = 4;
boolean hasRemoveAll()
optional bool remove_all = 5;
boolean getRemoveAll()
optional bool remove_all = 5;
boolean hasBypassGlobals()
optional bool bypass_globals = 6;
boolean getBypassGlobals()
optional bool bypass_globals = 6;
boolean hasThrottle()
optional .ThrottleRequest throttle = 7;
QuotaProtos.ThrottleRequest getThrottle()
optional .ThrottleRequest throttle = 7;
QuotaProtos.ThrottleRequestOrBuilder getThrottleOrBuilder()
optional .ThrottleRequest throttle = 7;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.