Send feedback
Class ListDeidentifyTemplatesResponse (3.59.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.59.0 keyboard_arrow_down
public final class ListDeidentifyTemplatesResponse extends GeneratedMessageV3 implements ListDeidentifyTemplatesResponseOrBuilder
Response message for ListDeidentifyTemplates.
Protobuf type google.privacy.dlp.v2.ListDeidentifyTemplatesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEIDENTIFY_TEMPLATES_FIELD_NUMBER
public static final int DEIDENTIFY_TEMPLATES_FIELD_NUMBER
Field Value
Type
Description
int
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ListDeidentifyTemplatesResponse getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ListDeidentifyTemplatesResponse . Builder newBuilder ()
newBuilder(ListDeidentifyTemplatesResponse prototype)
public static ListDeidentifyTemplatesResponse . Builder newBuilder ( ListDeidentifyTemplatesResponse prototype )
public static ListDeidentifyTemplatesResponse parseDelimitedFrom ( InputStream input )
public static ListDeidentifyTemplatesResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ListDeidentifyTemplatesResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDeidentifyTemplatesResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ListDeidentifyTemplatesResponse parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDeidentifyTemplatesResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListDeidentifyTemplatesResponse parseFrom ( CodedInputStream input )
public static ListDeidentifyTemplatesResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListDeidentifyTemplatesResponse parseFrom ( InputStream input )
public static ListDeidentifyTemplatesResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ListDeidentifyTemplatesResponse parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDeidentifyTemplatesResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ListDeidentifyTemplatesResponse> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ListDeidentifyTemplatesResponse getDefaultInstanceForType ()
getDeidentifyTemplates(int index)
public 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
getDeidentifyTemplatesCount()
public 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 List<DeidentifyTemplate> getDeidentifyTemplatesList ()
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
getDeidentifyTemplatesOrBuilder(int index)
public 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
getDeidentifyTemplatesOrBuilderList()
public 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 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 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.
getParserForType()
public Parser<ListDeidentifyTemplatesResponse> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ListDeidentifyTemplatesResponse . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDeidentifyTemplatesResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ListDeidentifyTemplatesResponse . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]