Uses of Class
com.google.privacy.dlp.v2.VersionDescription
-
Packages that use VersionDescription Package Description com.google.privacy.dlp.v2 -
-
Uses of VersionDescription in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return VersionDescription Modifier and Type Method Description VersionDescription
VersionDescription.Builder. build()
VersionDescription
VersionDescription.Builder. buildPartial()
static VersionDescription
VersionDescription. getDefaultInstance()
VersionDescription
VersionDescription.Builder. getDefaultInstanceForType()
VersionDescription
VersionDescription. getDefaultInstanceForType()
VersionDescription
InfoTypeDescription.Builder. getVersions(int index)
A list of available versions for the infotype.VersionDescription
InfoTypeDescription. getVersions(int index)
A list of available versions for the infotype.VersionDescription
InfoTypeDescriptionOrBuilder. getVersions(int index)
A list of available versions for the infotype.static VersionDescription
VersionDescription. parseDelimitedFrom(InputStream input)
static VersionDescription
VersionDescription. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDescription
VersionDescription. parseFrom(byte[] data)
static VersionDescription
VersionDescription. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDescription
VersionDescription. parseFrom(com.google.protobuf.ByteString data)
static VersionDescription
VersionDescription. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDescription
VersionDescription. parseFrom(com.google.protobuf.CodedInputStream input)
static VersionDescription
VersionDescription. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDescription
VersionDescription. parseFrom(InputStream input)
static VersionDescription
VersionDescription. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDescription
VersionDescription. parseFrom(ByteBuffer data)
static VersionDescription
VersionDescription. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type VersionDescription Modifier and Type Method Description com.google.protobuf.Parser<VersionDescription>
VersionDescription. getParserForType()
List<VersionDescription>
InfoTypeDescription.Builder. getVersionsList()
A list of available versions for the infotype.List<VersionDescription>
InfoTypeDescription. getVersionsList()
A list of available versions for the infotype.List<VersionDescription>
InfoTypeDescriptionOrBuilder. getVersionsList()
A list of available versions for the infotype.static com.google.protobuf.Parser<VersionDescription>
VersionDescription. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type VersionDescription Modifier and Type Method Description InfoTypeDescription.Builder
InfoTypeDescription.Builder. addVersions(int index, VersionDescription value)
A list of available versions for the infotype.InfoTypeDescription.Builder
InfoTypeDescription.Builder. addVersions(VersionDescription value)
A list of available versions for the infotype.VersionDescription.Builder
VersionDescription.Builder. mergeFrom(VersionDescription other)
static VersionDescription.Builder
VersionDescription. newBuilder(VersionDescription prototype)
InfoTypeDescription.Builder
InfoTypeDescription.Builder. setVersions(int index, VersionDescription value)
A list of available versions for the infotype.Method parameters in com.google.privacy.dlp.v2 with type arguments of type VersionDescription Modifier and Type Method Description InfoTypeDescription.Builder
InfoTypeDescription.Builder. addAllVersions(Iterable<? extends VersionDescription> values)
A list of available versions for the infotype.
-