Interface ListDeidentifyTemplatesResponseOrBuilder (3.46.0)

public interface ListDeidentifyTemplatesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeidentifyTemplates(int index)

public abstract DeidentifyTemplate getDeidentifyTemplates(int index)

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;

Parameter
Name Description
index int
Returns
Type Description
DeidentifyTemplate

getDeidentifyTemplatesCount()

public abstract int getDeidentifyTemplatesCount()

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;

Returns
Type Description
int

getDeidentifyTemplatesList()

public abstract List<DeidentifyTemplate> getDeidentifyTemplatesList()

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;

Returns
Type Description
List<DeidentifyTemplate>

getDeidentifyTemplatesOrBuilder(int index)

public abstract DeidentifyTemplateOrBuilder getDeidentifyTemplatesOrBuilder(int index)

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;

Parameter
Name Description
index int
Returns
Type Description
DeidentifyTemplateOrBuilder

getDeidentifyTemplatesOrBuilderList()

public abstract List<? extends DeidentifyTemplateOrBuilder> getDeidentifyTemplatesOrBuilderList()

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.DeidentifyTemplateOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.