-
Method Summary
boolean
Whether to increment the incarnation in store info during export
boolean
Whether to increment the incarnation in store info during export
boolean
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPath
boolean hasPath()
The path being exported
optional string path = 1;
- Returns:
- Whether the path field is set.
-
getPath
The path being exported
optional string path = 1;
- Returns:
- The path.
-
getPathBytes
The path being exported
optional string path = 1;
- Returns:
- The bytes for path.
-
hasIncrementIncarnation
boolean hasIncrementIncarnation()
Whether to increment the incarnation in store info during export
optional bool increment_incarnation = 2;
- Returns:
- Whether the incrementIncarnation field is set.
-
getIncrementIncarnation
boolean getIncrementIncarnation()
Whether to increment the incarnation in store info during export
optional bool increment_incarnation = 2;
- Returns:
- The incrementIncarnation.