public interface HubMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AlluxioEdition |
getAlluxioEdition()
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4; |
String |
getAlluxioVersion()
optional string alluxio_version = 2; |
com.google.protobuf.ByteString |
getAlluxioVersionBytes()
optional string alluxio_version = 2; |
String |
getClusterId()
optional string cluster_id = 1; |
com.google.protobuf.ByteString |
getClusterIdBytes()
optional string cluster_id = 1; |
String |
getLabel()
optional string label = 3; |
com.google.protobuf.ByteString |
getLabelBytes()
optional string label = 3; |
boolean |
hasAlluxioEdition()
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4; |
boolean |
hasAlluxioVersion()
optional string alluxio_version = 2; |
boolean |
hasClusterId()
optional string cluster_id = 1; |
boolean |
hasLabel()
optional string label = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasClusterId()
optional string cluster_id = 1;
String getClusterId()
optional string cluster_id = 1;
com.google.protobuf.ByteString getClusterIdBytes()
optional string cluster_id = 1;
boolean hasAlluxioVersion()
optional string alluxio_version = 2;
String getAlluxioVersion()
optional string alluxio_version = 2;
com.google.protobuf.ByteString getAlluxioVersionBytes()
optional string alluxio_version = 2;
boolean hasLabel()
optional string label = 3;
String getLabel()
optional string label = 3;
com.google.protobuf.ByteString getLabelBytes()
optional string label = 3;
boolean hasAlluxioEdition()
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4;
AlluxioEdition getAlluxioEdition()
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4;
Copyright © 2023. All Rights Reserved.