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