public interface RangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnd()
public abstract 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.  | 
      
getEndOrBuilder()
public abstract 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 abstract 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.  | 
      
getStartOrBuilder()
public abstract 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 abstract 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 abstract 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.  |