public static final class FacetProperty.FixedRangeBucketSpec extends GeneratedMessageV3 implements FacetProperty.FixedRangeBucketSpecOrBuilder
If bucket type is FIXED_RANGE, specify how values are bucketized. Use FixedRangeBucketSpec when you want to create multiple buckets with equal granularities. Using integer bucket value as an example, when bucket_start = 0, bucket_granularity = 10, bucket_count = 5, this facet will be aggregated via the following buckets: [-inf, 0), [0, 10), [10, 20), [20, 30), [30, inf). Notably, bucket_count <= 1 is an invalid spec.
Protobuf type google.cloud.visionai.v1.FacetProperty.FixedRangeBucketSpec
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FacetProperty.FixedRangeBucketSpecImplements
FacetProperty.FixedRangeBucketSpecOrBuilderStatic Fields
BUCKET_COUNT_FIELD_NUMBER
public static final int BUCKET_COUNT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
BUCKET_GRANULARITY_FIELD_NUMBER
public static final int BUCKET_GRANULARITY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
BUCKET_START_FIELD_NUMBER
public static final int BUCKET_START_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static FacetProperty.FixedRangeBucketSpec getDefaultInstance()
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static FacetProperty.FixedRangeBucketSpec.Builder newBuilder()
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec.Builder |
newBuilder(FacetProperty.FixedRangeBucketSpec prototype)
public static FacetProperty.FixedRangeBucketSpec.Builder newBuilder(FacetProperty.FixedRangeBucketSpec prototype)
Parameter | |
---|---|
Name | Description |
prototype |
FacetProperty.FixedRangeBucketSpec |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec.Builder |
parseDelimitedFrom(InputStream input)
public static FacetProperty.FixedRangeBucketSpec parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FacetProperty.FixedRangeBucketSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static FacetProperty.FixedRangeBucketSpec parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FacetProperty.FixedRangeBucketSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static FacetProperty.FixedRangeBucketSpec parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FacetProperty.FixedRangeBucketSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static FacetProperty.FixedRangeBucketSpec parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FacetProperty.FixedRangeBucketSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static FacetProperty.FixedRangeBucketSpec parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FacetProperty.FixedRangeBucketSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static FacetProperty.FixedRangeBucketSpec parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FacetProperty.FixedRangeBucketSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<FacetProperty.FixedRangeBucketSpec> parser()
Returns | |
---|---|
Type | Description |
Parser<FixedRangeBucketSpec> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getBucketCount()
public int getBucketCount()
Total number of buckets.
int32 bucket_count = 3;
Returns | |
---|---|
Type | Description |
int |
The bucketCount. |
getBucketGranularity()
public FacetValue getBucketGranularity()
Bucket granularity. NOTE: Only integer type is currently supported for this field.
.google.cloud.visionai.v1.FacetValue bucket_granularity = 2;
Returns | |
---|---|
Type | Description |
FacetValue |
The bucketGranularity. |
getBucketGranularityOrBuilder()
public FacetValueOrBuilder getBucketGranularityOrBuilder()
Bucket granularity. NOTE: Only integer type is currently supported for this field.
.google.cloud.visionai.v1.FacetValue bucket_granularity = 2;
Returns | |
---|---|
Type | Description |
FacetValueOrBuilder |
getBucketStart()
public FacetValue getBucketStart()
Lower bound of the bucket. NOTE: Only integer type is currently supported for this field.
.google.cloud.visionai.v1.FacetValue bucket_start = 1;
Returns | |
---|---|
Type | Description |
FacetValue |
The bucketStart. |
getBucketStartOrBuilder()
public FacetValueOrBuilder getBucketStartOrBuilder()
Lower bound of the bucket. NOTE: Only integer type is currently supported for this field.
.google.cloud.visionai.v1.FacetValue bucket_start = 1;
Returns | |
---|---|
Type | Description |
FacetValueOrBuilder |
getDefaultInstanceForType()
public FacetProperty.FixedRangeBucketSpec getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec |
getParserForType()
public Parser<FacetProperty.FixedRangeBucketSpec> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<FixedRangeBucketSpec> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasBucketGranularity()
public boolean hasBucketGranularity()
Bucket granularity. NOTE: Only integer type is currently supported for this field.
.google.cloud.visionai.v1.FacetValue bucket_granularity = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bucketGranularity field is set. |
hasBucketStart()
public boolean hasBucketStart()
Lower bound of the bucket. NOTE: Only integer type is currently supported for this field.
.google.cloud.visionai.v1.FacetValue bucket_start = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bucketStart field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public FacetProperty.FixedRangeBucketSpec.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FacetProperty.FixedRangeBucketSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public FacetProperty.FixedRangeBucketSpec.Builder toBuilder()
Returns | |
---|---|
Type | Description |
FacetProperty.FixedRangeBucketSpec.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |