Class StoredInfoType (3.47.0)

public final class StoredInfoType extends GeneratedMessageV3 implements StoredInfoTypeOrBuilder

StoredInfoType resource message that contains information about the current version and any pending updates.

Protobuf type google.privacy.dlp.v2.StoredInfoType

Static Fields

CURRENT_VERSION_FIELD_NUMBER

public static final int CURRENT_VERSION_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PENDING_VERSIONS_FIELD_NUMBER

public static final int PENDING_VERSIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StoredInfoType getDefaultInstance()
Returns
Type Description
StoredInfoType

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static StoredInfoType.Builder newBuilder()
Returns
Type Description
StoredInfoType.Builder

newBuilder(StoredInfoType prototype)

public static StoredInfoType.Builder newBuilder(StoredInfoType prototype)
Parameter
Name Description
prototype StoredInfoType
Returns
Type Description
StoredInfoType.Builder

parseDelimitedFrom(InputStream input)

public static StoredInfoType parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StoredInfoType
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StoredInfoType parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StoredInfoType
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static StoredInfoType parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
StoredInfoType
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StoredInfoType parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StoredInfoType
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteS