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 InfoTypeCategory
getCategories(int index)
The category of the infoType.int
getCategoriesCount()
The category of the infoType.List<InfoTypeCategory>
getCategoriesList()
The category of the infoType.InfoTypeCategoryOrBuilder
getCategoriesOrBuilder(int index)
The category of the infoType.List<? extends InfoTypeCategoryOrBuilder>
getCategoriesOrBuilderList()
The category of the infoType.String
getDescription()
Description of the infotype.com.google.protobuf.ByteString
getDescriptionBytes()
Description of the infotype.String
getDisplayName()
Human readable form of the infoType name.com.google.protobuf.ByteString
getDisplayNameBytes()
Human readable form of the infoType name.String
getName()
Internal name of the infoType.com.google.protobuf.ByteString
getNameBytes()
Internal name of the infoType.InfoTypeSupportedBy
getSupportedBy(int index)
Which parts of the API supports this InfoType.int
getSupportedByCount()
Which parts of the API supports this InfoType.List<InfoTypeSupportedBy>
getSupportedByList()
Which parts of the API supports this InfoType.int
getSupportedByValue(int index)
Which parts of the API supports this InfoType.List<Integer>
getSupportedByValueList()
Which parts of the API supports this InfoType.VersionDescription
getVersions(int index)
A list of available versions for the infotype.int
getVersionsCount()
A list of available versions for the infotype.List<VersionDescription>
getVersionsList()
A list of available versions for the infotype.VersionDescriptionOrBuilder
getVersionsOrBuilder(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;
-
-