Package com.google.privacy.dlp.v2
Interface InfoTypeDescriptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InfoTypeDescription,InfoTypeDescription.Builder
public interface InfoTypeDescriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfoTypeCategorygetCategories(int index)The category of the infoType.intgetCategoriesCount()The category of the infoType.List<InfoTypeCategory>getCategoriesList()The category of the infoType.InfoTypeCategoryOrBuildergetCategoriesOrBuilder(int index)The category of the infoType.List<? extends InfoTypeCategoryOrBuilder>getCategoriesOrBuilderList()The category of the infoType.StringgetDescription()Description of the infotype.com.google.protobuf.ByteStringgetDescriptionBytes()Description of the infotype.StringgetDisplayName()Human readable form of the infoType name.com.google.protobuf.ByteStringgetDisplayNameBytes()Human readable form of the infoType name.StringgetName()Internal name of the infoType.com.google.protobuf.ByteStringgetNameBytes()Internal name of the infoType.InfoTypeSupportedBygetSupportedBy(int index)Which parts of the API supports this InfoType.intgetSupportedByCount()Which parts of the API supports this InfoType.List<InfoTypeSupportedBy>getSupportedByList()Which parts of the API supports this InfoType.intgetSupportedByValue(int index)Which parts of the API supports this InfoType.List<Integer>getSupportedByValueList()Which parts of the API supports this InfoType.VersionDescriptiongetVersions(int index)A list of available versions for the infotype.intgetVersionsCount()A list of available versions for the infotype.List<VersionDescription>getVersionsList()A list of available versions for the infotype.VersionDescriptionOrBuildergetVersionsOrBuilder(int index)A list of available versions for the infotype.List<? extends VersionDescriptionOrBuilder>getVersionsOrBuilderList()A list of available versions for the infotype.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Internal name of the infoType.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Internal name of the infoType.
string name = 1;- Returns:
- The bytes for name.
-
getDisplayName
String getDisplayName()
Human readable form of the infoType name.
string display_name = 2;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Human readable form of the infoType name.
string display_name = 2;- Returns:
- The bytes for displayName.
-
getSupportedByList
List<InfoTypeSupportedBy> getSupportedByList()
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;- Returns:
- A list containing the supportedBy.
-
getSupportedByCount
int getSupportedByCount()
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;- Returns:
- The count of supportedBy.
-
getSupportedBy
InfoTypeSupportedBy getSupportedBy(int index)
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;- Parameters:
index- The index of the element to return.- Returns:
- The supportedBy at the given index.
-
getSupportedByValueList
List<Integer> getSupportedByValueList()
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;- Returns:
- A list containing the enum numeric values on the wire for supportedBy.
-
getSupportedByValue
int getSupportedByValue(int index)
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of supportedBy at the given index.
-
getDescription
String getDescription()
Description of the infotype. Translated when language is provided in the request.
string description = 4;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description of the infotype. Translated when language is provided in the request.
string description = 4;- Returns:
- The bytes for description.
-
getVersionsList
List<VersionDescription> getVersionsList()
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;
-
getVersions
VersionDescription getVersions(int index)
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;
-
getVersionsCount
int getVersionsCount()
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;
-
getVersionsOrBuilderList
List<? extends VersionDescriptionOrBuilder> getVersionsOrBuilderList()
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;
-
getVersionsOrBuilder
VersionDescriptionOrBuilder getVersionsOrBuilder(int index)
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;
-
getCategoriesList
List<InfoTypeCategory> getCategoriesList()
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;
-
getCategories
InfoTypeCategory getCategories(int index)
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;
-
getCategoriesCount
int getCategoriesCount()
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;
-
getCategoriesOrBuilderList
List<? extends InfoTypeCategoryOrBuilder> getCategoriesOrBuilderList()
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;
-
getCategoriesOrBuilder
InfoTypeCategoryOrBuilder getCategoriesOrBuilder(int index)
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;
-
-