public static final class ListInspectFindingsRequest.Builder extends GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder> implements ListInspectFindingsRequestOrBuilder
Request for the list of results in a given inspect operation.Protobuf type
google.privacy.dlp.v2beta1.ListInspectFindingsRequest
Modifier and Type | Method and Description |
---|---|
ListInspectFindingsRequest.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListInspectFindingsRequest |
build() |
ListInspectFindingsRequest |
buildPartial() |
ListInspectFindingsRequest.Builder |
clear() |
ListInspectFindingsRequest.Builder |
clearField(Descriptors.FieldDescriptor field) |
ListInspectFindingsRequest.Builder |
clearFilter()
Restricts findings to items that match.
|
ListInspectFindingsRequest.Builder |
clearName()
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
|
ListInspectFindingsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ListInspectFindingsRequest.Builder |
clearPageSize()
Maximum number of results to return.
|
ListInspectFindingsRequest.Builder |
clearPageToken()
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.
|
ListInspectFindingsRequest.Builder |
clone() |
ListInspectFindingsRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListInspectFindingsRequest.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ListInspectFindingsRequest.Builder |
mergeFrom(ListInspectFindingsRequest other) |
ListInspectFindingsRequest.Builder |
mergeFrom(Message other) |
ListInspectFindingsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ListInspectFindingsRequest.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListInspectFindingsRequest.Builder |
setFilter(java.lang.String value)
Restricts findings to items that match.
|
ListInspectFindingsRequest.Builder |
setFilterBytes(ByteString value)
Restricts findings to items that match.
|
ListInspectFindingsRequest.Builder |
setName(java.lang.String value)
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
|
ListInspectFindingsRequest.Builder |
setNameBytes(ByteString value)
Identifier of the results set returned as metadata of
the longrunning operation created by a call to InspectDataSource.
|
ListInspectFindingsRequest.Builder |
setPageSize(int value)
Maximum number of results to return.
|
ListInspectFindingsRequest.Builder |
setPageToken(java.lang.String value)
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.
|
ListInspectFindingsRequest.Builder |
setPageTokenBytes(ByteString value)
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.
|
ListInspectFindingsRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ListInspectFindingsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListInspectFindingsRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListInspectFindingsRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListInspectFindingsRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder mergeFrom(ListInspectFindingsRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public ListInspectFindingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListInspectFindingsRequest.Builder>
java.io.IOException
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 ListInspectFindingsRequest.Builder setName(java.lang.String value)
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;
public ListInspectFindingsRequest.Builder clearName()
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;
public ListInspectFindingsRequest.Builder setNameBytes(ByteString value)
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;
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 ListInspectFindingsRequest.Builder setPageSize(int value)
Maximum number of results to return. If 0, the implementation selects a reasonable value.
int32 page_size = 2;
public ListInspectFindingsRequest.Builder clearPageSize()
Maximum number of results to return. If 0, the implementation selects a reasonable value.
int32 page_size = 2;
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 ListInspectFindingsRequest.Builder setPageToken(java.lang.String value)
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;
public ListInspectFindingsRequest.Builder clearPageToken()
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;
public ListInspectFindingsRequest.Builder setPageTokenBytes(ByteString value)
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;
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 ListInspectFindingsRequest.Builder setFilter(java.lang.String value)
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;
public ListInspectFindingsRequest.Builder clearFilter()
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;
public ListInspectFindingsRequest.Builder setFilterBytes(ByteString value)
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;
public final ListInspectFindingsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>
public final ListInspectFindingsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListInspectFindingsRequest.Builder>