public interface ListDeidentifyTemplatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeidentifyTemplate |
getDeidentifyTemplates(int index)
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
|
int |
getDeidentifyTemplatesCount()
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
|
List<DeidentifyTemplate> |
getDeidentifyTemplatesList()
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
|
DeidentifyTemplateOrBuilder |
getDeidentifyTemplatesOrBuilder(int index)
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
|
List<? extends DeidentifyTemplateOrBuilder> |
getDeidentifyTemplatesOrBuilderList()
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
|
String |
getNextPageToken()
If the next page is available then the next page token to be used
in following ListDeidentifyTemplates request.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If the next page is available then the next page token to be used
in following ListDeidentifyTemplates request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DeidentifyTemplate> getDeidentifyTemplatesList()
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;DeidentifyTemplate getDeidentifyTemplates(int index)
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;int getDeidentifyTemplatesCount()
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;List<? extends DeidentifyTemplateOrBuilder> getDeidentifyTemplatesOrBuilderList()
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;DeidentifyTemplateOrBuilder getDeidentifyTemplatesOrBuilder(int index)
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;String getNextPageToken()
If the next page is available then the next page token to be used in following ListDeidentifyTemplates 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 ListDeidentifyTemplates request.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.