Interface ScanRunWarningTraceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanRunWarningTrace
,ScanRunWarningTrace.Builder
public interface ScanRunWarningTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanRunWarningTrace.Code
getCode()
Output only.int
getCodeValue()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCodeValue
int getCodeValue()
Output only. Indicates the warning code.
.google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code code = 1;
- Returns:
- The enum numeric value on the wire for code.
-
getCode
ScanRunWarningTrace.Code getCode()
Output only. Indicates the warning code.
.google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code code = 1;
- Returns:
- The code.
-
-