- 2.77.0 (latest)
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.71.0
- 2.69.0
- 2.67.0
- 2.66.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
public static final class SequenceEntity.Builder extends GeneratedMessageV3.Builder<SequenceEntity.Builder> implements SequenceEntityOrBuilderSequence's parent is a schema.
 Protobuf type google.cloud.clouddms.v1.SequenceEntity
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SequenceEntity.BuilderImplements
SequenceEntityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SequenceEntity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
build()
public SequenceEntity build()| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity | |
buildPartial()
public SequenceEntity buildPartial()| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity | |
clear()
public SequenceEntity.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
clearCache()
public SequenceEntity.Builder clearCache()Indicates number of entries to cache / precreate.
 int64 cache = 6;
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
clearCustomFeatures()
public SequenceEntity.Builder clearCustomFeatures()Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
clearCycle()
public SequenceEntity.Builder clearCycle()Indicates whether the sequence value should cycle through.
 bool cycle = 5;
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public SequenceEntity.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
clearIncrement()
public SequenceEntity.Builder clearIncrement()Increment value for the sequence.
 int64 increment = 1;
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
clearMaxValue()
public SequenceEntity.Builder clearMaxValue()Maximum number for the sequence represented as bytes to accommodate large. numbers
 bytes max_value = 3;
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
clearMinValue()
public SequenceEntity.Builder clearMinValue()Minimum number for the sequence represented as bytes to accommodate large. numbers
 bytes min_value = 4;
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public SequenceEntity.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
clearStartValue()
public SequenceEntity.Builder clearStartValue()Start number for the sequence represented as bytes to accommodate large. numbers
 bytes start_value = 2;
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
clone()
public SequenceEntity.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
getCache()
public long getCache()Indicates number of entries to cache / precreate.
 int64 cache = 6;
| Returns | |
|---|---|
| Type | Description | 
| long | The cache. | 
getCustomFeatures()
public Struct getCustomFeatures()Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description | 
| Struct | The customFeatures. | 
getCustomFeaturesBuilder()
public Struct.Builder getCustomFeaturesBuilder()Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getCustomFeaturesOrBuilder()
public StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description | 
| StructOrBuilder | |
getCycle()
public boolean getCycle()Indicates whether the sequence value should cycle through.
 bool cycle = 5;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The cycle. | 
getDefaultInstanceForType()
public SequenceEntity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getIncrement()
public long getIncrement()Increment value for the sequence.
 int64 increment = 1;
| Returns | |
|---|---|
| Type | Description | 
| long | The increment. | 
getMaxValue()
public ByteString getMaxValue()Maximum number for the sequence represented as bytes to accommodate large. numbers
 bytes max_value = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The maxValue. | 
getMinValue()
public ByteString getMinValue()Minimum number for the sequence represented as bytes to accommodate large. numbers
 bytes min_value = 4;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The minValue. | 
getStartValue()
public ByteString getStartValue()Start number for the sequence represented as bytes to accommodate large. numbers
 bytes start_value = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The startValue. | 
hasCustomFeatures()
public boolean hasCustomFeatures()Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the customFeatures field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeCustomFeatures(Struct value)
public SequenceEntity.Builder mergeCustomFeatures(Struct value)Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | Struct | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
mergeFrom(SequenceEntity other)
public SequenceEntity.Builder mergeFrom(SequenceEntity other)| Parameter | |
|---|---|
| Name | Description | 
| other | SequenceEntity | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SequenceEntity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public SequenceEntity.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SequenceEntity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
setCache(long value)
public SequenceEntity.Builder setCache(long value)Indicates number of entries to cache / precreate.
 int64 cache = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | longThe cache to set. | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
setCustomFeatures(Struct value)
public SequenceEntity.Builder setCustomFeatures(Struct value)Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | Struct | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
setCustomFeatures(Struct.Builder builderForValue)
public SequenceEntity.Builder setCustomFeatures(Struct.Builder builderForValue)Custom engine specific features.
 .google.protobuf.Struct custom_features = 7;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
setCycle(boolean value)
public SequenceEntity.Builder setCycle(boolean value)Indicates whether the sequence value should cycle through.
 bool cycle = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe cycle to set. | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public SequenceEntity.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
setIncrement(long value)
public SequenceEntity.Builder setIncrement(long value)Increment value for the sequence.
 int64 increment = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | longThe increment to set. | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
setMaxValue(ByteString value)
public SequenceEntity.Builder setMaxValue(ByteString value)Maximum number for the sequence represented as bytes to accommodate large. numbers
 bytes max_value = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe maxValue to set. | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
setMinValue(ByteString value)
public SequenceEntity.Builder setMinValue(ByteString value)Minimum number for the sequence represented as bytes to accommodate large. numbers
 bytes min_value = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe minValue to set. | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SequenceEntity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |
setStartValue(ByteString value)
public SequenceEntity.Builder setStartValue(ByteString value)Start number for the sequence represented as bytes to accommodate large. numbers
 bytes start_value = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe startValue to set. | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final SequenceEntity.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| SequenceEntity.Builder | |