public static interface FacetProperty.CustomRangeBucketSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndpoints(int index)
public abstract FacetValue getEndpoints(int index)
Currently, only integer type is supported for this field.
repeated .google.cloud.visionai.v1.FacetValue endpoints = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FacetValue |
getEndpointsCount()
public abstract int getEndpointsCount()
Currently, only integer type is supported for this field.
repeated .google.cloud.visionai.v1.FacetValue endpoints = 1;
Returns | |
---|---|
Type | Description |
int |
getEndpointsList()
public abstract List<FacetValue> getEndpointsList()
Currently, only integer type is supported for this field.
repeated .google.cloud.visionai.v1.FacetValue endpoints = 1;
Returns | |
---|---|
Type | Description |
List<FacetValue> |
getEndpointsOrBuilder(int index)
public abstract FacetValueOrBuilder getEndpointsOrBuilder(int index)
Currently, only integer type is supported for this field.
repeated .google.cloud.visionai.v1.FacetValue endpoints = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FacetValueOrBuilder |
getEndpointsOrBuilderList()
public abstract List<? extends FacetValueOrBuilder> getEndpointsOrBuilderList()
Currently, only integer type is supported for this field.
repeated .google.cloud.visionai.v1.FacetValue endpoints = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.FacetValueOrBuilder> |