public interface InfoTypeDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Internal name of the infoType.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Internal name of the infoType.
string name = 1;String getDisplayName()
Human readable form of the infoType name.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Human readable form of the infoType name.
string display_name = 2;List<InfoTypeSupportedBy> getSupportedByList()
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;int getSupportedByCount()
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;InfoTypeSupportedBy getSupportedBy(int index)
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;index - The index of the element to return.List<Integer> getSupportedByValueList()
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;int getSupportedByValue(int index)
Which parts of the API supports this InfoType.
repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;index - The index of the value to return.String getDescription()
Description of the infotype. Translated when language is provided in the request.
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
Description of the infotype. Translated when language is provided in the request.
string description = 4;List<VersionDescription> getVersionsList()
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;VersionDescription getVersions(int index)
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;int getVersionsCount()
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;List<? extends VersionDescriptionOrBuilder> getVersionsOrBuilderList()
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;VersionDescriptionOrBuilder getVersionsOrBuilder(int index)
A list of available versions for the infotype.
repeated .google.privacy.dlp.v2.VersionDescription versions = 9;List<InfoTypeCategory> getCategoriesList()
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;InfoTypeCategory getCategories(int index)
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;int getCategoriesCount()
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;List<? extends InfoTypeCategoryOrBuilder> getCategoriesOrBuilderList()
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;InfoTypeCategoryOrBuilder getCategoriesOrBuilder(int index)
The category of the infoType.
repeated .google.privacy.dlp.v2.InfoTypeCategory categories = 10;Copyright © 2022 Google LLC. All rights reserved.