public interface InfoTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Name of the information type. Either a name of your choosing when
creating a CustomInfoType, or one of the names listed
at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
a built-in type. When sending Cloud DLP results to Data Catalog, infoType
names should conform to the pattern [A-Za-z0-9$_-]{1,64}.
string name = 1;
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the information type. Either a name of your choosing when
creating a CustomInfoType, or one of the names listed
at https://cloud.google.com/dlp/docs/infotypes-reference when specifying
a built-in type. When sending Cloud DLP results to Data Catalog, infoType
names should conform to the pattern [A-Za-z0-9$_-]{1,64}.
string name = 1;
| Type | Description |
ByteString |
The bytes for name. |
getVersion()
public abstract String getVersion()Optional version name for this InfoType.
string version = 2;
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Optional version name for this InfoType.
string version = 2;
| Type | Description |
ByteString |
The bytes for version. |