public interface InfoTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the information type.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the information type.
|
String |
getVersion()
Optional version name for this InfoType.
|
com.google.protobuf.ByteString |
getVersionBytes()
Optional version name for this InfoType.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;String getVersion()
Optional version name for this InfoType.
string version = 2;com.google.protobuf.ByteString getVersionBytes()
Optional version name for this InfoType.
string version = 2;Copyright © 2022 Google LLC. All rights reserved.