public final class ListDeidentifyTemplatesResponse extends GeneratedMessageV3 implements ListDeidentifyTemplatesResponseOrBuilder
Response message for ListDeidentifyTemplates.
Protobuf type google.privacy.dlp.v2.ListDeidentifyTemplatesResponse
Static Fields
DEIDENTIFY_TEMPLATES_FIELD_NUMBER
public static final int DEIDENTIFY_TEMPLATES_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListDeidentifyTemplatesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListDeidentifyTemplatesResponse.Builder newBuilder()
Returns
newBuilder(ListDeidentifyTemplatesResponse prototype)
public static ListDeidentifyTemplatesResponse.Builder newBuilder(ListDeidentifyTemplatesResponse prototype)
Parameter
Returns
public static ListDeidentifyTemplatesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDeidentifyTemplatesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListDeidentifyTemplatesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDeidentifyTemplatesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListDeidentifyTemplatesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDeidentifyTemplatesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeidentifyTemplatesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListDeidentifyTemplatesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeidentifyTemplatesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDeidentifyTemplatesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListDeidentifyTemplatesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDeidentifyTemplatesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListDeidentifyTemplatesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListDeidentifyTemplatesResponse getDefaultInstanceForType()
Returns
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
Returns
getDeidentifyTemplatesCount()
public int getDeidentifyTemplatesCount()
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
Returns
getDeidentifyTemplatesList()
public List<DeidentifyTemplate> getDeidentifyTemplatesList()
List of deidentify templates, up to page_size in
ListDeidentifyTemplatesRequest.
repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
Returns
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
Returns
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 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 following ListDeidentifyTemplates request.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListDeidentifyTemplatesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListDeidentifyTemplatesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDeidentifyTemplatesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListDeidentifyTemplatesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions