Package com.google.webrisk.v1beta1
Interface ComputeThreatListDiffRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeThreatListDiffRequest,ComputeThreatListDiffRequest.Builder
public interface ComputeThreatListDiffRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputeThreatListDiffRequest.ConstraintsgetConstraints()Required.ComputeThreatListDiffRequest.ConstraintsOrBuildergetConstraintsOrBuilder()Required.ThreatTypegetThreatType()The ThreatList to update.intgetThreatTypeValue()The ThreatList to update.com.google.protobuf.ByteStringgetVersionToken()The current version token of the client for the requested list (the client version that was received from the last successful diff).booleanhasConstraints()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getThreatTypeValue
int getThreatTypeValue()
The ThreatList to update.
.google.cloud.webrisk.v1beta1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for threatType.
-
getThreatType
ThreatType getThreatType()
The ThreatList to update.
.google.cloud.webrisk.v1beta1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The threatType.
-
getVersionToken
com.google.protobuf.ByteString getVersionToken()
The current version token of the client for the requested list (the client version that was received from the last successful diff).
bytes version_token = 2;- Returns:
- The versionToken.
-
hasConstraints
boolean hasConstraints()
Required. The constraints associated with this request.
.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the constraints field is set.
-
getConstraints
ComputeThreatListDiffRequest.Constraints getConstraints()
Required. The constraints associated with this request.
.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The constraints.
-
getConstraintsOrBuilder
ComputeThreatListDiffRequest.ConstraintsOrBuilder getConstraintsOrBuilder()
Required. The constraints associated with this request.
.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];
-
-