| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
CompressionType.forNumber(int value) |
CompressionType |
ComputeThreatListDiffRequest.ConstraintsOrBuilder.getSupportedCompressions(int index)
The compression types supported by the client.
|
CompressionType |
ComputeThreatListDiffRequest.Constraints.getSupportedCompressions(int index)
The compression types supported by the client.
|
CompressionType |
ComputeThreatListDiffRequest.Constraints.Builder.getSupportedCompressions(int index)
The compression types supported by the client.
|
static CompressionType |
CompressionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CompressionType |
CompressionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompressionType> |
ComputeThreatListDiffRequest.ConstraintsOrBuilder.getSupportedCompressionsList()
The compression types supported by the client.
|
List<CompressionType> |
ComputeThreatListDiffRequest.Constraints.getSupportedCompressionsList()
The compression types supported by the client.
|
List<CompressionType> |
ComputeThreatListDiffRequest.Constraints.Builder.getSupportedCompressionsList()
The compression types supported by the client.
|
static com.google.protobuf.Internal.EnumLiteMap<CompressionType> |
CompressionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ComputeThreatListDiffRequest.Constraints.Builder |
ComputeThreatListDiffRequest.Constraints.Builder.addSupportedCompressions(CompressionType value)
The compression types supported by the client.
|
ComputeThreatListDiffRequest.Constraints.Builder |
ComputeThreatListDiffRequest.Constraints.Builder.setSupportedCompressions(int index,
CompressionType value)
The compression types supported by the client.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeThreatListDiffRequest.Constraints.Builder |
ComputeThreatListDiffRequest.Constraints.Builder.addAllSupportedCompressions(Iterable<? extends CompressionType> values)
The compression types supported by the client.
|
Copyright © 2019 Google LLC. All rights reserved.