public static final class Int64RangeMatch.Builder extends GeneratedMessage.Builder<Int64RangeMatch.Builder> implements Int64RangeMatchOrBuilderHttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
Protobuf type google.cloud.compute.v1.Int64RangeMatch
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Int64RangeMatch.BuilderImplements
Int64RangeMatchOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Int64RangeMatch build()| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch |
|
buildPartial()
public Int64RangeMatch buildPartial()| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch |
|
clear()
public Int64RangeMatch.Builder clear()| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
|
clearRangeEnd()
public Int64RangeMatch.Builder clearRangeEnd()The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;
| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
This builder for chaining. |
clearRangeStart()
public Int64RangeMatch.Builder clearRangeStart()The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;
| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Int64RangeMatch getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRangeEnd()
public long getRangeEnd()The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;
| Returns | |
|---|---|
| Type | Description |
long |
The rangeEnd. |
getRangeStart()
public long getRangeStart()The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;
| Returns | |
|---|---|
| Type | Description |
long |
The rangeStart. |
hasRangeEnd()
public boolean hasRangeEnd()The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rangeEnd field is set. |
hasRangeStart()
public boolean hasRangeStart()The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rangeStart field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Int64RangeMatch other)
public Int64RangeMatch.Builder mergeFrom(Int64RangeMatch other)| Parameter | |
|---|---|
| Name | Description |
other |
Int64RangeMatch |
| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Int64RangeMatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Int64RangeMatch.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
|
setRangeEnd(long value)
public Int64RangeMatch.Builder setRangeEnd(long value)The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe rangeEnd to set. |
| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
This builder for chaining. |
setRangeStart(long value)
public Int64RangeMatch.Builder setRangeStart(long value)The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe rangeStart to set. |
| Returns | |
|---|---|
| Type | Description |
Int64RangeMatch.Builder |
This builder for chaining. |