public static interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getMaxValue()
The maximum value that can be specified, if applicable.
|
com.google.protobuf.Int64ValueOrBuilder |
getMaxValueOrBuilder()
The maximum value that can be specified, if applicable.
|
com.google.protobuf.Int64Value |
getMinValue()
The minimum value that can be specified, if applicable.
|
com.google.protobuf.Int64ValueOrBuilder |
getMinValueOrBuilder()
The minimum value that can be specified, if applicable.
|
boolean |
hasMaxValue()
The maximum value that can be specified, if applicable.
|
boolean |
hasMinValue()
The minimum value that can be specified, if applicable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;com.google.protobuf.Int64Value getMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;com.google.protobuf.Int64ValueOrBuilder getMinValueOrBuilder()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;boolean hasMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;com.google.protobuf.Int64Value getMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;com.google.protobuf.Int64ValueOrBuilder getMaxValueOrBuilder()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;Copyright © 2025 Google LLC. All rights reserved.