Interface SecurityTagPathsProto.SecurityTagPathListPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityTagPathsProto.SecurityTagPathListPB
,SecurityTagPathsProto.SecurityTagPathListPB.Builder
- Enclosing class:
- SecurityTagPathsProto
public static interface SecurityTagPathsProto.SecurityTagPathListPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSecurityTagPaths
(int index) repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
int
repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
getSecurityTagPathsOrBuilder
(int index) repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
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
-
getSecurityTagPathsList
List<SecurityTagPathsProto.SecurityTagPathPB> getSecurityTagPathsList()repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
-
getSecurityTagPaths
repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
-
getSecurityTagPathsCount
int getSecurityTagPathsCount()repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
-
getSecurityTagPathsOrBuilderList
List<? extends SecurityTagPathsProto.SecurityTagPathPBOrBuilder> getSecurityTagPathsOrBuilderList()repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
-
getSecurityTagPathsOrBuilder
repeated .common.protobuf.SecurityTagPathPB securityTagPaths = 1;
-