org.apache.hadoop.hbase.protobuf.generated
Interface ClusterIdProtos.ClusterIdOrBuilder

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

public static interface ClusterIdProtos.ClusterIdOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getClusterId()
          required string cluster_id = 1;
 com.google.protobuf.ByteString getClusterIdBytes()
          required string cluster_id = 1;
 boolean hasClusterId()
          required string cluster_id = 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

hasClusterId

boolean hasClusterId()
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 


getClusterId

String getClusterId()
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 


getClusterIdBytes

com.google.protobuf.ByteString getClusterIdBytes()
required string cluster_id = 1;
 This is the cluster id, a uuid as a String
 



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