publicfinalclass SdpInspectResultextendsGeneratedMessageV3implementsSdpInspectResultOrBuilder
Sensitive Data Protection Inspection Result.
Protobuf type google.cloud.modelarmor.v1beta.SdpInspectResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EXECUTION_STATE_FIELD_NUMBER
publicstaticfinalintEXECUTION_STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
FINDINGS_FIELD_NUMBER
publicstaticfinalintFINDINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
FINDINGS_TRUNCATED_FIELD_NUMBER
publicstaticfinalintFINDINGS_TRUNCATED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MATCH_STATE_FIELD_NUMBER
publicstaticfinalintMATCH_STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MESSAGE_ITEMS_FIELD_NUMBER
publicstaticfinalintMESSAGE_ITEMS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticSdpInspectResultgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticSdpInspectResult.BuildernewBuilder()
newBuilder(SdpInspectResult prototype)
publicstaticSdpInspectResult.BuildernewBuilder(SdpInspectResultprototype)
publicstaticSdpInspectResultparseDelimitedFrom(InputStreaminput)
publicstaticSdpInspectResultparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticSdpInspectResultparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticSdpInspectResultparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticSdpInspectResultparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticSdpInspectResultparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticSdpInspectResultparseFrom(CodedInputStreaminput)
publicstaticSdpInspectResultparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticSdpInspectResultparseFrom(InputStreaminput)
publicstaticSdpInspectResultparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticSdpInspectResultparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticSdpInspectResultparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<SdpInspectResult>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicSdpInspectResultgetDefaultInstanceForType()
getExecutionState()
publicFilterExecutionStategetExecutionState()
Output only. Reports whether Sensitive Data Protection inspection was
successfully executed or not.
.google.cloud.modelarmor.v1beta.FilterExecutionState execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExecutionStateValue()
publicintgetExecutionStateValue()
Output only. Reports whether Sensitive Data Protection inspection was
successfully executed or not.
.google.cloud.modelarmor.v1beta.FilterExecutionState execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for executionState.
|
getFindings(int index)
publicSdpFindinggetFindings(intindex)
List of Sensitive Data Protection findings.
repeated .google.cloud.modelarmor.v1beta.SdpFinding findings = 4;
| Parameter |
| Name |
Description |
index |
int
|
getFindingsCount()
publicintgetFindingsCount()
List of Sensitive Data Protection findings.
repeated .google.cloud.modelarmor.v1beta.SdpFinding findings = 4;
| Returns |
| Type |
Description |
int |
getFindingsList()
publicList<SdpFinding>getFindingsList()
List of Sensitive Data Protection findings.
repeated .google.cloud.modelarmor.v1beta.SdpFinding findings = 4;
getFindingsOrBuilder(int index)
publicSdpFindingOrBuildergetFindingsOrBuilder(intindex)
List of Sensitive Data Protection findings.
repeated .google.cloud.modelarmor.v1beta.SdpFinding findings = 4;
| Parameter |
| Name |
Description |
index |
int
|
getFindingsOrBuilderList()
publicList<?extendsSdpFindingOrBuilder>getFindingsOrBuilderList()
List of Sensitive Data Protection findings.
repeated .google.cloud.modelarmor.v1beta.SdpFinding findings = 4;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.modelarmor.v1beta.SdpFindingOrBuilder> |
getFindingsTruncated()
publicbooleangetFindingsTruncated()
If true, then there is possibility that more findings were identified and
the findings returned are a subset of all findings. The findings
list might be truncated because the input items were too large, or because
the server reached the maximum amount of resources allowed for a single API
call.
bool findings_truncated = 5;
| Returns |
| Type |
Description |
boolean |
The findingsTruncated.
|
getMatchState()
publicFilterMatchStategetMatchState()
Output only. Match state for SDP Inspection.
Value is MATCH_FOUND if at least one Sensitive Data Protection finding is
identified.
.google.cloud.modelarmor.v1beta.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMatchStateValue()
publicintgetMatchStateValue()
Output only. Match state for SDP Inspection.
Value is MATCH_FOUND if at least one Sensitive Data Protection finding is
identified.
.google.cloud.modelarmor.v1beta.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for matchState.
|
getMessageItems(int index)
publicMessageItemgetMessageItems(intindex)
Optional messages corresponding to the result.
A message can provide warnings or error details.
For example, if execution state is skipped then this field provides
related reason/explanation.
repeated .google.cloud.modelarmor.v1beta.MessageItem message_items = 2;
| Parameter |
| Name |
Description |
index |
int
|
getMessageItemsCount()
publicintgetMessageItemsCount()
Optional messages corresponding to the result.
A message can provide warnings or error details.
For example, if execution state is skipped then this field provides
related reason/explanation.
repeated .google.cloud.modelarmor.v1beta.MessageItem message_items = 2;
| Returns |
| Type |
Description |
int |
getMessageItemsList()
publicList<MessageItem>getMessageItemsList()
Optional messages corresponding to the result.
A message can provide warnings or error details.
For example, if execution state is skipped then this field provides
related reason/explanation.
repeated .google.cloud.modelarmor.v1beta.MessageItem message_items = 2;
getMessageItemsOrBuilder(int index)
publicMessageItemOrBuildergetMessageItemsOrBuilder(intindex)
Optional messages corresponding to the result.
A message can provide warnings or error details.
For example, if execution state is skipped then this field provides
related reason/explanation.
repeated .google.cloud.modelarmor.v1beta.MessageItem message_items = 2;
| Parameter |
| Name |
Description |
index |
int
|
getMessageItemsOrBuilderList()
publicList<?extendsMessageItemOrBuilder>getMessageItemsOrBuilderList()
Optional messages corresponding to the result.
A message can provide warnings or error details.
For example, if execution state is skipped then this field provides
related reason/explanation.
repeated .google.cloud.modelarmor.v1beta.MessageItem message_items = 2;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.modelarmor.v1beta.MessageItemOrBuilder> |
getParserForType()
publicParser<SdpInspectResult>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicSdpInspectResult.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedSdpInspectResult.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicSdpInspectResult.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides