public static interface ComputeThreatListDiffRequest.ConstraintsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDatabaseEntries()
Sets the maximum number of entries that the client is willing to have
in the local database.
|
int |
getMaxDiffEntries()
The maximum size in number of entries.
|
CompressionType |
getSupportedCompressions(int index)
The compression types supported by the client.
|
int |
getSupportedCompressionsCount()
The compression types supported by the client.
|
List<CompressionType> |
getSupportedCompressionsList()
The compression types supported by the client.
|
int |
getSupportedCompressionsValue(int index)
The compression types supported by the client.
|
List<Integer> |
getSupportedCompressionsValueList()
The compression types supported by the client.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMaxDiffEntries()
The maximum size in number of entries. The diff will not contain more entries than this value. This should be a power of 2 between 2**10 and 2**20. If zero, no diff size limit is set.
int32 max_diff_entries = 1;int getMaxDatabaseEntries()
Sets the maximum number of entries that the client is willing to have in the local database. This should be a power of 2 between 2**10 and 2**20. If zero, no database size limit is set.
int32 max_database_entries = 2;List<CompressionType> getSupportedCompressionsList()
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
int getSupportedCompressionsCount()
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
CompressionType getSupportedCompressions(int index)
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
List<Integer> getSupportedCompressionsValueList()
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
int getSupportedCompressionsValue(int index)
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
Copyright © 2019 Google LLC. All rights reserved.