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, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public 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 ListInspectFindingsRequestOrBuilder
public 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 ListInspectFindingsRequestOrBuilder
public int getPageSize()
Maximum number of results to return. If 0, the implementation selects a reasonable value.
int32 page_size = 2;
getPageSize
in interface ListInspectFindingsRequestOrBuilder
public 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 ListInspectFindingsRequestOrBuilder
public 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 ListInspectFindingsRequestOrBuilder
public 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 ListInspectFindingsRequestOrBuilder
public 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 ListInspectFindingsRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static ListInspectFindingsRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListInspectFindingsRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListInspectFindingsRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListInspectFindingsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListInspectFindingsRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListInspectFindingsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListInspectFindingsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListInspectFindingsRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListInspectFindingsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListInspectFindingsRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListInspectFindingsRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ListInspectFindingsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public ListInspectFindingsRequest.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static ListInspectFindingsRequest.Builder newBuilder()
public static ListInspectFindingsRequest.Builder newBuilder(ListInspectFindingsRequest prototype)
public ListInspectFindingsRequest.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected ListInspectFindingsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static ListInspectFindingsRequest getDefaultInstance()
public static Parser<ListInspectFindingsRequest> parser()
public Parser<ListInspectFindingsRequest> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public ListInspectFindingsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder