- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class InspectContentResponse.Builder extends GeneratedMessageV3.Builder<InspectContentResponse.Builder> implements InspectContentResponseOrBuilder
Results of inspecting an item.
Protobuf type google.privacy.dlp.v2.InspectContentResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InspectContentResponse.BuilderImplements
InspectContentResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InspectContentResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InspectContentResponse.Builder |
build()
public InspectContentResponse build()
Type | Description |
InspectContentResponse |
buildPartial()
public InspectContentResponse buildPartial()
Type | Description |
InspectContentResponse |
clear()
public InspectContentResponse.Builder clear()
Type | Description |
InspectContentResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public InspectContentResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
InspectContentResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public InspectContentResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
InspectContentResponse.Builder |
clearResult()
public InspectContentResponse.Builder clearResult()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Type | Description |
InspectContentResponse.Builder |
clone()
public InspectContentResponse.Builder clone()
Type | Description |
InspectContentResponse.Builder |
getDefaultInstanceForType()
public InspectContentResponse getDefaultInstanceForType()
Type | Description |
InspectContentResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getResult()
public InspectResult getResult()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Type | Description |
InspectResult | The result. |
getResultBuilder()
public InspectResult.Builder getResultBuilder()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Type | Description |
InspectResult.Builder |
getResultOrBuilder()
public InspectResultOrBuilder getResultOrBuilder()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Type | Description |
InspectResultOrBuilder |
hasResult()
public boolean hasResult()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Type | Description |
boolean | Whether the result field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(InspectContentResponse other)
public InspectContentResponse.Builder mergeFrom(InspectContentResponse other)
Name | Description |
other | InspectContentResponse |
Type | Description |
InspectContentResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InspectContentResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
InspectContentResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public InspectContentResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
InspectContentResponse.Builder |
mergeResult(InspectResult value)
public InspectContentResponse.Builder mergeResult(InspectResult value)
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Name | Description |
value | InspectResult |
Type | Description |
InspectContentResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InspectContentResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InspectContentResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public InspectContentResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InspectContentResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InspectContentResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
InspectContentResponse.Builder |
setResult(InspectResult value)
public InspectContentResponse.Builder setResult(InspectResult value)
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Name | Description |
value | InspectResult |
Type | Description |
InspectContentResponse.Builder |
setResult(InspectResult.Builder builderForValue)
public InspectContentResponse.Builder setResult(InspectResult.Builder builderForValue)
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
Name | Description |
builderForValue | InspectResult.Builder |
Type | Description |
InspectContentResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final InspectContentResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InspectContentResponse.Builder |