public interface PathOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getStep(int index)
Any string is a valid step.
|
com.google.protobuf.ByteString |
getStepBytes(int index)
Any string is a valid step.
|
int |
getStepCount()
Any string is a valid step.
|
List<String> |
getStepList()
Any string is a valid step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getStepList()
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;int getStepCount()
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;String getStep(int index)
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;index - The index of the element to return.com.google.protobuf.ByteString getStepBytes(int index)
Any string is a valid step. However, whenever possible have a step be [A-Za-z0-9_]+.
repeated string step = 1;index - The index of the value to return.Copyright © 2020 Gojek. All rights reserved.