Package com.google.privacy.dlp.v2
Interface ListDeidentifyTemplatesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDeidentifyTemplatesResponse
,ListDeidentifyTemplatesResponse.Builder
public interface ListDeidentifyTemplatesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeidentifyTemplatesList
List<DeidentifyTemplate> getDeidentifyTemplatesList()
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
-
getDeidentifyTemplates
DeidentifyTemplate getDeidentifyTemplates(int index)
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
-
getDeidentifyTemplatesCount
int getDeidentifyTemplatesCount()
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
-
getDeidentifyTemplatesOrBuilderList
List<? extends DeidentifyTemplateOrBuilder> getDeidentifyTemplatesOrBuilderList()
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
-
getDeidentifyTemplatesOrBuilder
DeidentifyTemplateOrBuilder getDeidentifyTemplatesOrBuilder(int index)
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
-
getNextPageToken
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;
- 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 ListDeidentifyTemplates request.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-