public interface ListInspectTemplatesResponseOrBuilder
extends com.google.protobuf.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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.