Package org.apache.spark.status.protobuf
Interface StoreTypes.ApplicationEnvironmentInfoWrapperOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.ApplicationEnvironmentInfoWrapper
,StoreTypes.ApplicationEnvironmentInfoWrapper.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.ApplicationEnvironmentInfoWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInfo
boolean hasInfo().org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;
- Returns:
- Whether the info field is set.
-
getInfo
StoreTypes.ApplicationEnvironmentInfo getInfo().org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
StoreTypes.ApplicationEnvironmentInfoOrBuilder getInfoOrBuilder().org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;
-