public static final class Range.Builder extends GeneratedMessage.Builder<Range.Builder> implements RangeOrBuilderObject describing where in the file the issue was found.
Protobuf type google.cloud.apihub.v1.Range
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Range.BuilderImplements
RangeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Range build()| Returns | |
|---|---|
| Type | Description |
Range |
|
buildPartial()
public Range buildPartial()| Returns | |
|---|---|
| Type | Description |
Range |
|
clear()
public Range.Builder clear()| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
clearEnd()
public Range.Builder clearEnd()Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
clearStart()
public Range.Builder clearStart()Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
getDefaultInstanceForType()
public Range getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Range |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnd()
public Point getEnd()Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Point |
The end. |
getEndBuilder()
public Point.Builder getEndBuilder()Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Point.Builder |
|
getEndOrBuilder()
public PointOrBuilder getEndOrBuilder()Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PointOrBuilder |
|
getStart()
public Point getStart()Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Point |
The start. |
getStartBuilder()
public Point.Builder getStartBuilder()Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Point.Builder |
|
getStartOrBuilder()
public PointOrBuilder getStartOrBuilder()Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PointOrBuilder |
|
hasEnd()
public boolean hasEnd()Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the end field is set. |
hasStart()
public boolean hasStart()Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEnd(Point value)
public Range.Builder mergeEnd(Point value)Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Point |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
mergeFrom(Range other)
public Range.Builder mergeFrom(Range other)| Parameter | |
|---|---|
| Name | Description |
other |
Range |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Range.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Range.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
mergeStart(Point value)
public Range.Builder mergeStart(Point value)Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Point |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
setEnd(Point value)
public Range.Builder setEnd(Point value)Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Point |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
setEnd(Point.Builder builderForValue)
public Range.Builder setEnd(Point.Builder builderForValue)Required. End of the issue.
.google.cloud.apihub.v1.Point end = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Point.Builder |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
setStart(Point value)
public Range.Builder setStart(Point value)Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Point |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|
setStart(Point.Builder builderForValue)
public Range.Builder setStart(Point.Builder builderForValue)Required. Start of the issue.
.google.cloud.apihub.v1.Point start = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Point.Builder |
| Returns | |
|---|---|
| Type | Description |
Range.Builder |
|