- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class VersionDescription.Builder extends GeneratedMessageV3.Builder<VersionDescription.Builder> implements VersionDescriptionOrBuilder
Details about each available version for an infotype.
Protobuf type google.privacy.dlp.v2.VersionDescription
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VersionDescription.BuilderImplements
VersionDescriptionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VersionDescription.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VersionDescription.Builder |
build()
public VersionDescription build()
Type | Description |
VersionDescription |
buildPartial()
public VersionDescription buildPartial()
Type | Description |
VersionDescription |
clear()
public VersionDescription.Builder clear()
Type | Description |
VersionDescription.Builder |
clearDescription()
public VersionDescription.Builder clearDescription()
Description of the version.
string description = 2;
Type | Description |
VersionDescription.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public VersionDescription.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
VersionDescription.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public VersionDescription.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
VersionDescription.Builder |
clearVersion()
public VersionDescription.Builder clearVersion()
Name of the version
string version = 1;
Type | Description |
VersionDescription.Builder | This builder for chaining. |
clone()
public VersionDescription.Builder clone()
Type | Description |
VersionDescription.Builder |
getDefaultInstanceForType()
public VersionDescription getDefaultInstanceForType()
Type | Description |
VersionDescription |
getDescription()
public String getDescription()
Description of the version.
string description = 2;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Description of the version.
string description = 2;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getVersion()
public String getVersion()
Name of the version
string version = 1;
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
Name of the version
string version = 1;
Type | Description |
ByteString | The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(VersionDescription other)
public VersionDescription.Builder mergeFrom(VersionDescription other)
Name | Description |
other | VersionDescription |
Type | Description |
VersionDescription.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VersionDescription.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
VersionDescription.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public VersionDescription.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
VersionDescription.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VersionDescription.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VersionDescription.Builder |
setDescription(String value)
public VersionDescription.Builder setDescription(String value)
Description of the version.
string description = 2;
Name | Description |
value | String The description to set. |
Type | Description |
VersionDescription.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public VersionDescription.Builder setDescriptionBytes(ByteString value)
Description of the version.
string description = 2;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
VersionDescription.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public VersionDescription.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VersionDescription.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VersionDescription.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
VersionDescription.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final VersionDescription.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VersionDescription.Builder |
setVersion(String value)
public VersionDescription.Builder setVersion(String value)
Name of the version
string version = 1;
Name | Description |
value | String The version to set. |
Type | Description |
VersionDescription.Builder | This builder for chaining. |
setVersionBytes(ByteString value)
public VersionDescription.Builder setVersionBytes(ByteString value)
Name of the version
string version = 1;
Name | Description |
value | ByteString The bytes for version to set. |
Type | Description |
VersionDescription.Builder | This builder for chaining. |