Package com.google.privacy.dlp.v2
Interface TimePartConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimePartConfig
,TimePartConfig.Builder
public interface TimePartConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimePartConfig.TimePart
getPartToExtract()
The part of the time to keep.int
getPartToExtractValue()
The part of the time to keep.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPartToExtractValue
int getPartToExtractValue()
The part of the time to keep.
.google.privacy.dlp.v2.TimePartConfig.TimePart part_to_extract = 1;
- Returns:
- The enum numeric value on the wire for partToExtract.
-
getPartToExtract
TimePartConfig.TimePart getPartToExtract()
The part of the time to keep.
.google.privacy.dlp.v2.TimePartConfig.TimePart part_to_extract = 1;
- Returns:
- The partToExtract.
-
-