public interface ListInspectTemplatesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InspectTemplate |
getInspectTemplates(int index)
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
|
int |
getInspectTemplatesCount()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
|
java.util.List<InspectTemplate> |
getInspectTemplatesList()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
|
InspectTemplateOrBuilder |
getInspectTemplatesOrBuilder(int index)
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
|
java.util.List<? extends InspectTemplateOrBuilder> |
getInspectTemplatesOrBuilderList()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
|
java.lang.String |
getNextPageToken()
If the next page is available then the next page token to be used
in following ListInspectTemplates request.
|
ByteString |
getNextPageTokenBytes()
If the next page is available then the next page token to be used
in following ListInspectTemplates request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<InspectTemplate> getInspectTemplatesList()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
InspectTemplate getInspectTemplates(int index)
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
int getInspectTemplatesCount()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
java.util.List<? extends InspectTemplateOrBuilder> getInspectTemplatesOrBuilderList()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
InspectTemplateOrBuilder getInspectTemplatesOrBuilder(int index)
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
java.lang.String getNextPageToken()
If the next page is available then the next page token to be used in following ListInspectTemplates request.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
If the next page is available then the next page token to be used in following ListInspectTemplates request.
string next_page_token = 2;