public static final class SupportedDatabaseFlag.IntegerRestrictions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder> implements SupportedDatabaseFlag.IntegerRestrictionsOrBuilder
Restrictions on INTEGER type values.Protobuf type
google.cloud.alloydb.v1.SupportedDatabaseFlag.IntegerRestrictions| Modifier and Type | Method and Description |
|---|---|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SupportedDatabaseFlag.IntegerRestrictions |
build() |
SupportedDatabaseFlag.IntegerRestrictions |
buildPartial() |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
clear() |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
clearMaxValue()
The maximum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
clearMinValue()
The minimum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
clone() |
SupportedDatabaseFlag.IntegerRestrictions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Int64Value |
getMaxValue()
The maximum value that can be specified, if applicable.
|
com.google.protobuf.Int64Value.Builder |
getMaxValueBuilder()
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.Int64Value.Builder |
getMinValueBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
mergeFrom(com.google.protobuf.Message other) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
mergeFrom(SupportedDatabaseFlag.IntegerRestrictions other) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
mergeMaxValue(com.google.protobuf.Int64Value value)
The maximum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
mergeMinValue(com.google.protobuf.Int64Value value)
The minimum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
setMaxValue(com.google.protobuf.Int64Value.Builder builderForValue)
The maximum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
setMaxValue(com.google.protobuf.Int64Value value)
The maximum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
setMinValue(com.google.protobuf.Int64Value.Builder builderForValue)
The minimum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
setMinValue(com.google.protobuf.Int64Value value)
The minimum value that can be specified, if applicable.
|
SupportedDatabaseFlag.IntegerRestrictions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SupportedDatabaseFlag.IntegerRestrictions.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SupportedDatabaseFlag.IntegerRestrictions build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SupportedDatabaseFlag.IntegerRestrictions buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SupportedDatabaseFlag.IntegerRestrictions.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeFrom(SupportedDatabaseFlag.IntegerRestrictions other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>IOExceptionpublic boolean hasMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;hasMinValue in interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilderpublic com.google.protobuf.Int64Value getMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;getMinValue in interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilderpublic SupportedDatabaseFlag.IntegerRestrictions.Builder setMinValue(com.google.protobuf.Int64Value value)
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;public SupportedDatabaseFlag.IntegerRestrictions.Builder setMinValue(com.google.protobuf.Int64Value.Builder builderForValue)
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeMinValue(com.google.protobuf.Int64Value value)
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;public SupportedDatabaseFlag.IntegerRestrictions.Builder clearMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;public com.google.protobuf.Int64Value.Builder getMinValueBuilder()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;public com.google.protobuf.Int64ValueOrBuilder getMinValueOrBuilder()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;getMinValueOrBuilder in interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilderpublic boolean hasMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;hasMaxValue in interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilderpublic com.google.protobuf.Int64Value getMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;getMaxValue in interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilderpublic SupportedDatabaseFlag.IntegerRestrictions.Builder setMaxValue(com.google.protobuf.Int64Value value)
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;public SupportedDatabaseFlag.IntegerRestrictions.Builder setMaxValue(com.google.protobuf.Int64Value.Builder builderForValue)
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeMaxValue(com.google.protobuf.Int64Value value)
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;public SupportedDatabaseFlag.IntegerRestrictions.Builder clearMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;public com.google.protobuf.Int64Value.Builder getMaxValueBuilder()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;public com.google.protobuf.Int64ValueOrBuilder getMaxValueOrBuilder()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;getMaxValueOrBuilder in interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilderpublic final SupportedDatabaseFlag.IntegerRestrictions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>public final SupportedDatabaseFlag.IntegerRestrictions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>Copyright © 2025 Google LLC. All rights reserved.