Package com.google.privacy.dlp.v2
Interface ListInspectTemplatesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInspectTemplatesResponse
,ListInspectTemplatesResponse.Builder
public interface ListInspectTemplatesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.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.List<? extends InspectTemplateOrBuilder>
getInspectTemplatesOrBuilderList()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.String
getNextPageToken()
If the next page is available then the next page token to be used in following ListInspectTemplates request.com.google.protobuf.ByteString
getNextPageTokenBytes()
If the next page is available then the next page token to be used in following ListInspectTemplates request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInspectTemplatesList
List<InspectTemplate> getInspectTemplatesList()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
-
getInspectTemplates
InspectTemplate getInspectTemplates(int index)
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
-
getInspectTemplatesCount
int getInspectTemplatesCount()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
-
getInspectTemplatesOrBuilderList
List<? extends InspectTemplateOrBuilder> getInspectTemplatesOrBuilderList()
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
-
getInspectTemplatesOrBuilder
InspectTemplateOrBuilder getInspectTemplatesOrBuilder(int index)
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
-
getNextPageToken
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;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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;
- Returns:
- The bytes for nextPageToken.
-
-