public interface ListDeidentifyTemplatesResponseOrBuilder extends 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.
|
java.util.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.
|
java.util.List<? extends DeidentifyTemplateOrBuilder> |
getDeidentifyTemplatesOrBuilderList()
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
|
java.lang.String |
getNextPageToken()
If the next page is available then the next page token to be used
in following ListDeidentifyTemplates request.
|
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, hasOneof
isInitialized
java.util.List<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;
java.util.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;
java.lang.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;
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;