Package com.google.cloud.alloydb.v1
Class SupportedDatabaseFlag.IntegerRestrictions.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
- com.google.cloud.alloydb.v1.SupportedDatabaseFlag.IntegerRestrictions.Builder
-
- All Implemented Interfaces:
SupportedDatabaseFlag.IntegerRestrictionsOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- SupportedDatabaseFlag.IntegerRestrictions
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 typegoogle.cloud.alloydb.v1.SupportedDatabaseFlag.IntegerRestrictions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(SupportedDatabaseFlag.IntegerRestrictions other)
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
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 value)
The maximum value that can be specified, if applicable.SupportedDatabaseFlag.IntegerRestrictions.Builder
setMaxValue(com.google.protobuf.Int64Value.Builder builderForValue)
The maximum 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
setMinValue(com.google.protobuf.Int64Value.Builder builderForValue)
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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
clear
public SupportedDatabaseFlag.IntegerRestrictions.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
getDefaultInstanceForType
public SupportedDatabaseFlag.IntegerRestrictions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public SupportedDatabaseFlag.IntegerRestrictions build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SupportedDatabaseFlag.IntegerRestrictions buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SupportedDatabaseFlag.IntegerRestrictions.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
setField
public SupportedDatabaseFlag.IntegerRestrictions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
clearField
public SupportedDatabaseFlag.IntegerRestrictions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
clearOneof
public SupportedDatabaseFlag.IntegerRestrictions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
setRepeatedField
public SupportedDatabaseFlag.IntegerRestrictions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
addRepeatedField
public SupportedDatabaseFlag.IntegerRestrictions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
mergeFrom
public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
mergeFrom
public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeFrom(SupportedDatabaseFlag.IntegerRestrictions other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
mergeFrom
public SupportedDatabaseFlag.IntegerRestrictions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
- Throws:
IOException
-
hasMinValue
public boolean hasMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
- Specified by:
hasMinValue
in interfaceSupportedDatabaseFlag.IntegerRestrictionsOrBuilder
- Returns:
- Whether the minValue field is set.
-
getMinValue
public com.google.protobuf.Int64Value getMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
- Specified by:
getMinValue
in interfaceSupportedDatabaseFlag.IntegerRestrictionsOrBuilder
- Returns:
- The minValue.
-
setMinValue
public SupportedDatabaseFlag.IntegerRestrictions.Builder setMinValue(com.google.protobuf.Int64Value value)
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
-
setMinValue
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;
-
mergeMinValue
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;
-
clearMinValue
public SupportedDatabaseFlag.IntegerRestrictions.Builder clearMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
-
getMinValueBuilder
public com.google.protobuf.Int64Value.Builder getMinValueBuilder()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
-
getMinValueOrBuilder
public com.google.protobuf.Int64ValueOrBuilder getMinValueOrBuilder()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
- Specified by:
getMinValueOrBuilder
in interfaceSupportedDatabaseFlag.IntegerRestrictionsOrBuilder
-
hasMaxValue
public boolean hasMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
- Specified by:
hasMaxValue
in interfaceSupportedDatabaseFlag.IntegerRestrictionsOrBuilder
- Returns:
- Whether the maxValue field is set.
-
getMaxValue
public com.google.protobuf.Int64Value getMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
- Specified by:
getMaxValue
in interfaceSupportedDatabaseFlag.IntegerRestrictionsOrBuilder
- Returns:
- The maxValue.
-
setMaxValue
public SupportedDatabaseFlag.IntegerRestrictions.Builder setMaxValue(com.google.protobuf.Int64Value value)
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
-
setMaxValue
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;
-
mergeMaxValue
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;
-
clearMaxValue
public SupportedDatabaseFlag.IntegerRestrictions.Builder clearMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
-
getMaxValueBuilder
public com.google.protobuf.Int64Value.Builder getMaxValueBuilder()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
-
getMaxValueOrBuilder
public com.google.protobuf.Int64ValueOrBuilder getMaxValueOrBuilder()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
- Specified by:
getMaxValueOrBuilder
in interfaceSupportedDatabaseFlag.IntegerRestrictionsOrBuilder
-
setUnknownFields
public final SupportedDatabaseFlag.IntegerRestrictions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
mergeUnknownFields
public final SupportedDatabaseFlag.IntegerRestrictions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<SupportedDatabaseFlag.IntegerRestrictions.Builder>
-
-