public static final class ComputeThreatListDiffRequest.Constraints extends com.google.protobuf.GeneratedMessageV3 implements ComputeThreatListDiffRequest.ConstraintsOrBuilder
The constraints for this diff.Protobuf type
google.cloud.webrisk.v1beta1.ComputeThreatListDiffRequest.Constraints| Modifier and Type | Class and Description |
|---|---|
static class |
ComputeThreatListDiffRequest.Constraints.Builder
The constraints for this diff.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_DATABASE_ENTRIES_FIELD_NUMBER |
static int |
MAX_DIFF_ENTRIES_FIELD_NUMBER |
static int |
SUPPORTED_COMPRESSIONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ComputeThreatListDiffRequest.Constraints |
getDefaultInstance() |
ComputeThreatListDiffRequest.Constraints |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<ComputeThreatListDiffRequest.Constraints> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ComputeThreatListDiffRequest.Constraints.Builder |
newBuilder() |
static ComputeThreatListDiffRequest.Constraints.Builder |
newBuilder(ComputeThreatListDiffRequest.Constraints prototype) |
ComputeThreatListDiffRequest.Constraints.Builder |
newBuilderForType() |
protected ComputeThreatListDiffRequest.Constraints.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ComputeThreatListDiffRequest.Constraints |
parseDelimitedFrom(InputStream input) |
static ComputeThreatListDiffRequest.Constraints |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(byte[] data) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(ByteBuffer data) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(com.google.protobuf.ByteString data) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(InputStream input) |
static ComputeThreatListDiffRequest.Constraints |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ComputeThreatListDiffRequest.Constraints> |
parser() |
ComputeThreatListDiffRequest.Constraints.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MAX_DIFF_ENTRIES_FIELD_NUMBER
public static final int MAX_DATABASE_ENTRIES_FIELD_NUMBER
public static final int SUPPORTED_COMPRESSIONS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int 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;getMaxDiffEntries in interface ComputeThreatListDiffRequest.ConstraintsOrBuilderpublic 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;getMaxDatabaseEntries in interface ComputeThreatListDiffRequest.ConstraintsOrBuilderpublic List<CompressionType> getSupportedCompressionsList()
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
getSupportedCompressionsList in interface ComputeThreatListDiffRequest.ConstraintsOrBuilderpublic int getSupportedCompressionsCount()
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
getSupportedCompressionsCount in interface ComputeThreatListDiffRequest.ConstraintsOrBuilderpublic CompressionType getSupportedCompressions(int index)
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
getSupportedCompressions in interface ComputeThreatListDiffRequest.ConstraintsOrBuilderpublic List<Integer> getSupportedCompressionsValueList()
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
getSupportedCompressionsValueList in interface ComputeThreatListDiffRequest.ConstraintsOrBuilderpublic int getSupportedCompressionsValue(int index)
The compression types supported by the client.
repeated .google.cloud.webrisk.v1beta1.CompressionType supported_compressions = 3;
getSupportedCompressionsValue in interface ComputeThreatListDiffRequest.ConstraintsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ComputeThreatListDiffRequest.Constraints parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(InputStream input) throws IOException
IOExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ComputeThreatListDiffRequest.Constraints parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ComputeThreatListDiffRequest.Constraints parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ComputeThreatListDiffRequest.Constraints parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ComputeThreatListDiffRequest.Constraints.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ComputeThreatListDiffRequest.Constraints.Builder newBuilder()
public static ComputeThreatListDiffRequest.Constraints.Builder newBuilder(ComputeThreatListDiffRequest.Constraints prototype)
public ComputeThreatListDiffRequest.Constraints.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ComputeThreatListDiffRequest.Constraints.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ComputeThreatListDiffRequest.Constraints getDefaultInstance()
public static com.google.protobuf.Parser<ComputeThreatListDiffRequest.Constraints> parser()
public com.google.protobuf.Parser<ComputeThreatListDiffRequest.Constraints> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ComputeThreatListDiffRequest.Constraints getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.