Interface ControlOuterClass.VertexWarningOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.VertexWarning
,ControlOuterClass.VertexWarning.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.VertexWarningOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getDetail
(int index) repeated bytes detail = 4;
int
repeated bytes detail = 4;
List
<com.google.protobuf.ByteString> repeated bytes detail = 4;
getInfo()
.pb.SourceInfo info = 6;
.pb.SourceInfo info = 6;
long
getLevel()
int64 level = 2;
getRanges
(int index) repeated .pb.Range ranges = 7;
int
repeated .pb.Range ranges = 7;
repeated .pb.Range ranges = 7;
getRangesOrBuilder
(int index) repeated .pb.Range ranges = 7;
List
<? extends Ops.RangeOrBuilder> repeated .pb.Range ranges = 7;
com.google.protobuf.ByteString
getShort()
bytes short = 3;
getUrl()
string url = 5;
com.google.protobuf.ByteString
string url = 5;
string vertex = 1;
com.google.protobuf.ByteString
string vertex = 1;
boolean
hasInfo()
.pb.SourceInfo info = 6;
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
-
getVertex
-
getVertexBytes
com.google.protobuf.ByteString getVertexBytes()string vertex = 1;
- Returns:
- The bytes for vertex.
-
getLevel
long getLevel()int64 level = 2;
- Returns:
- The level.
-
getShort
com.google.protobuf.ByteString getShort()bytes short = 3;
- Returns:
- The short.
-
getDetailList
List<com.google.protobuf.ByteString> getDetailList()repeated bytes detail = 4;
- Returns:
- A list containing the detail.
-
getDetailCount
int getDetailCount()repeated bytes detail = 4;
- Returns:
- The count of detail.
-
getDetail
com.google.protobuf.ByteString getDetail(int index) repeated bytes detail = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The detail at the given index.
-
getUrl
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 5;
- Returns:
- The bytes for url.
-
hasInfo
boolean hasInfo().pb.SourceInfo info = 6;
- Returns:
- Whether the info field is set.
-
getInfo
-
getInfoOrBuilder
Ops.SourceInfoOrBuilder getInfoOrBuilder().pb.SourceInfo info = 6;
-
getRangesList
-
getRanges
repeated .pb.Range ranges = 7;
-
getRangesCount
int getRangesCount()repeated .pb.Range ranges = 7;
-
getRangesOrBuilderList
List<? extends Ops.RangeOrBuilder> getRangesOrBuilderList()repeated .pb.Range ranges = 7;
-
getRangesOrBuilder
repeated .pb.Range ranges = 7;
-