public final class ListInspectFindingsRequest extends GeneratedMessageV3 implements ListInspectFindingsRequestOrBuilder
Request for the list of results in a given inspect operation.Protobuf type
google.privacy.dlp.v2beta1.ListInspectFindingsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ListInspectFindingsRequest.Builder
Request for the list of results in a given inspect operation.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
FILTER_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PAGE_SIZE_FIELD_NUMBER |
static int |
PAGE_TOKEN_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ListInspectFindingsRequest |
getDefaultInstance() |
ListInspectFindingsRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getFilter()
Restricts findings to items that match.
|
ByteString |
getFilterBytes()
Restricts findings to items that match.
|
java.lang.String |
getName()
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
|
ByteString |
getNameBytes()
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
|
int |
getPageSize()
Maximum number of results to return.
|
java.lang.String |
getPageToken()
The value returned by the last `ListInspectFindingsResponse`; indicates
that this is a continuation of a prior `ListInspectFindings` call, and that
the system should return the next page of data.
|
ByteString |
getPageTokenBytes()
The value returned by the last `ListInspectFindingsResponse`; indicates
that this is a continuation of a prior `ListInspectFindings` call, and that
the system should return the next page of data.
|
Parser<ListInspectFindingsRequest> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListInspectFindingsRequest.Builder |
newBuilder() |
static ListInspectFindingsRequest.Builder |
newBuilder(ListInspectFindingsRequest prototype) |
ListInspectFindingsRequest.Builder |
newBuilderForType() |
protected ListInspectFindingsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static ListInspectFindingsRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ListInspectFindingsRequest |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListInspectFindingsRequest |
parseFrom(byte[] data) |
static ListInspectFindingsRequest |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListInspectFindingsRequest |
parseFrom(java.nio.ByteBuffer data) |
static ListInspectFindingsRequest |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListInspectFindingsRequest |
parseFrom(ByteString data) |
static ListInspectFindingsRequest |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListInspectFindingsRequest |
parseFrom(CodedInputStream input) |
static ListInspectFindingsRequest |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListInspectFindingsRequest |
parseFrom(java.io.InputStream input) |
static ListInspectFindingsRequest |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<ListInspectFindingsRequest> |
parser() |
ListInspectFindingsRequest.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int NAME_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.lang.String getName()
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
Should be in the format of `inspect/results/{id}`.
string name = 1;getName in interface ListInspectFindingsRequestOrBuilderpublic ByteString getNameBytes()
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
Should be in the format of `inspect/results/{id}`.
string name = 1;getNameBytes in interface ListInspectFindingsRequestOrBuilderpublic int getPageSize()
Maximum number of results to return. If 0, the implementation selects a reasonable value.
int32 page_size = 2;getPageSize in interface ListInspectFindingsRequestOrBuilderpublic java.lang.String getPageToken()
The value returned by the last `ListInspectFindingsResponse`; indicates that this is a continuation of a prior `ListInspectFindings` call, and that the system should return the next page of data.
string page_token = 3;getPageToken in interface ListInspectFindingsRequestOrBuilderpublic ByteString getPageTokenBytes()
The value returned by the last `ListInspectFindingsResponse`; indicates that this is a continuation of a prior `ListInspectFindings` call, and that the system should return the next page of data.
string page_token = 3;getPageTokenBytes in interface ListInspectFindingsRequestOrBuilderpublic java.lang.String getFilter()
Restricts findings to items that match. Supports info_type and likelihood. Examples: - info_type=EMAIL_ADDRESS - info_type=PHONE_NUMBER,EMAIL_ADDRESS - likelihood=VERY_LIKELY - likelihood=VERY_LIKELY,LIKELY - info_type=EMAIL_ADDRESS,likelihood=VERY_LIKELY,LIKELY
string filter = 4;getFilter in interface ListInspectFindingsRequestOrBuilderpublic ByteString getFilterBytes()
Restricts findings to items that match. Supports info_type and likelihood. Examples: - info_type=EMAIL_ADDRESS - info_type=PHONE_NUMBER,EMAIL_ADDRESS - likelihood=VERY_LIKELY - likelihood=VERY_LIKELY,LIKELY - info_type=EMAIL_ADDRESS,likelihood=VERY_LIKELY,LIKELY
string filter = 4;getFilterBytes in interface ListInspectFindingsRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static ListInspectFindingsRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ListInspectFindingsRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ListInspectFindingsRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ListInspectFindingsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ListInspectFindingsRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ListInspectFindingsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ListInspectFindingsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListInspectFindingsRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListInspectFindingsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListInspectFindingsRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListInspectFindingsRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListInspectFindingsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ListInspectFindingsRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static ListInspectFindingsRequest.Builder newBuilder()
public static ListInspectFindingsRequest.Builder newBuilder(ListInspectFindingsRequest prototype)
public ListInspectFindingsRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected ListInspectFindingsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static ListInspectFindingsRequest getDefaultInstance()
public static Parser<ListInspectFindingsRequest> parser()
public Parser<ListInspectFindingsRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public ListInspectFindingsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder