public interface ComputeThreatListDiffRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ComputeThreatListDiffRequest.Constraints |
getConstraints()
Required.
|
ComputeThreatListDiffRequest.ConstraintsOrBuilder |
getConstraintsOrBuilder()
Required.
|
ThreatType |
getThreatType()
The ThreatList to update.
|
int |
getThreatTypeValue()
The ThreatList to update.
|
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).
|
boolean |
hasConstraints()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getThreatTypeValue()
The ThreatList to update.
.google.cloud.webrisk.v1beta1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];
ThreatType getThreatType()
The ThreatList to update.
.google.cloud.webrisk.v1beta1.ThreatType threat_type = 1 [(.google.api.field_behavior) = REQUIRED];
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;boolean hasConstraints()
Required. The constraints associated with this request.
.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];
ComputeThreatListDiffRequest.Constraints getConstraints()
Required. The constraints associated with this request.
.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];
ComputeThreatListDiffRequest.ConstraintsOrBuilder getConstraintsOrBuilder()
Required. The constraints associated with this request.
.google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints constraints = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.