public static interface FacetBucket.RangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnd()
public abstract FacetValue getEnd()End of the range. Non-existence indicates some bound (e.g. inf).
 .google.cloud.visionai.v1.FacetValue end = 2;
| Returns | |
|---|---|
| Type | Description | 
| FacetValue | The end. | 
getEndOrBuilder()
public abstract FacetValueOrBuilder getEndOrBuilder()End of the range. Non-existence indicates some bound (e.g. inf).
 .google.cloud.visionai.v1.FacetValue end = 2;
| Returns | |
|---|---|
| Type | Description | 
| FacetValueOrBuilder | |
getStart()
public abstract FacetValue getStart()Start of the range. Non-existence indicates some bound (e.g. -inf).
 .google.cloud.visionai.v1.FacetValue start = 1;
| Returns | |
|---|---|
| Type | Description | 
| FacetValue | The start. | 
getStartOrBuilder()
public abstract FacetValueOrBuilder getStartOrBuilder()Start of the range. Non-existence indicates some bound (e.g. -inf).
 .google.cloud.visionai.v1.FacetValue start = 1;
| Returns | |
|---|---|
| Type | Description | 
| FacetValueOrBuilder | |
hasEnd()
public abstract boolean hasEnd()End of the range. Non-existence indicates some bound (e.g. inf).
 .google.cloud.visionai.v1.FacetValue end = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the end field is set. | 
hasStart()
public abstract boolean hasStart()Start of the range. Non-existence indicates some bound (e.g. -inf).
 .google.cloud.visionai.v1.FacetValue start = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the start field is set. |