Package com.google.protobuf
Interface FieldMaskOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
FieldMask,FieldMask.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths(int index) repeated string paths = 1 [json_name = "paths"];getPathsBytes(int index) repeated string paths = 1 [json_name = "paths"];intrepeated string paths = 1 [json_name = "paths"];repeated string paths = 1 [json_name = "paths"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPathsList
repeated string paths = 1 [json_name = "paths"];- Returns:
- A list containing the paths.
-
getPathsCount
int getPathsCount()repeated string paths = 1 [json_name = "paths"];- Returns:
- The count of paths.
-
getPaths
repeated string paths = 1 [json_name = "paths"];- Parameters:
index- The index of the element to return.- Returns:
- The paths at the given index.
-
getPathsBytes
repeated string paths = 1 [json_name = "paths"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the paths at the given index.
-