Package com.google.privacy.dlp.v2
Interface VersionDescriptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VersionDescription
,VersionDescription.Builder
public interface VersionDescriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Description of the version.com.google.protobuf.ByteString
getDescriptionBytes()
Description of the version.String
getVersion()
Name of the versioncom.google.protobuf.ByteString
getVersionBytes()
Name of the version-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
String getVersion()
Name of the version
string version = 1;
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Name of the version
string version = 1;
- Returns:
- The bytes for version.
-
getDescription
String getDescription()
Description of the version.
string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description of the version.
string description = 2;
- Returns:
- The bytes for description.
-
-