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)
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 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()
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)
Overrides
toBuilder()
public ListDeidentifyTemplatesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides