public interface ListAllPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getJobIdOnly()
optional bool jobIdOnly = 3; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
Status |
getStatus(int index)
repeated .alluxio.grpc.job.Status status = 1; |
int |
getStatusCount()
repeated .alluxio.grpc.job.Status status = 1; |
List<Status> |
getStatusList()
repeated .alluxio.grpc.job.Status status = 1; |
boolean |
hasJobIdOnly()
optional bool jobIdOnly = 3; |
boolean |
hasName()
optional string name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Status> getStatusList()
repeated .alluxio.grpc.job.Status status = 1;
int getStatusCount()
repeated .alluxio.grpc.job.Status status = 1;
Status getStatus(int index)
repeated .alluxio.grpc.job.Status status = 1;
index
- The index of the element to return.boolean hasName()
optional string name = 2;
String getName()
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
boolean hasJobIdOnly()
optional bool jobIdOnly = 3;
boolean getJobIdOnly()
optional bool jobIdOnly = 3;
Copyright © 2023. All Rights Reserved.