Class PersonVehicleDetectionConfig.Builder (0.2.0)

public static final class PersonVehicleDetectionConfig.Builder extends GeneratedMessageV3.Builder<PersonVehicleDetectionConfig.Builder> implements PersonVehicleDetectionConfigOrBuilder

Message describing PersonVehicleDetectionConfig.

Protobuf type google.cloud.visionai.v1.PersonVehicleDetectionConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PersonVehicleDetectionConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

build()

public PersonVehicleDetectionConfig build()
Returns
Type Description
PersonVehicleDetectionConfig

buildPartial()

public PersonVehicleDetectionConfig buildPartial()
Returns
Type Description
PersonVehicleDetectionConfig

clear()

public PersonVehicleDetectionConfig.Builder clear()
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

clearEnablePeopleCounting()

public PersonVehicleDetectionConfig.Builder clearEnablePeopleCounting()

At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. Whether to count the appearances of people, output counts have 'people' as the key.

bool enable_people_counting = 1;

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.

clearEnableVehicleCounting()

public PersonVehicleDetectionConfig.Builder clearEnableVehicleCounting()

Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.

bool enable_vehicle_counting = 2;

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public PersonVehicleDetectionConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PersonVehicleDetectionConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

clone()

public PersonVehicleDetectionConfig.Builder clone()
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

getDefaultInstanceForType()

public PersonVehicleDetectionConfig getDefaultInstanceForType()
Returns
Type Description
PersonVehicleDetectionConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnablePeopleCounting()

public boolean getEnablePeopleCounting()

At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. Whether to count the appearances of people, output counts have 'people' as the key.

bool enable_people_counting = 1;

Returns
Type Description
boolean

The enablePeopleCounting.

getEnableVehicleCounting()

public boolean getEnableVehicleCounting()

Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.

bool enable_vehicle_counting = 2;

Returns
Type Description
boolean

The enableVehicleCounting.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PersonVehicleDetectionConfig other)

public PersonVehicleDetectionConfig.Builder mergeFrom(PersonVehicleDetectionConfig other)
Parameter
Name Description
other PersonVehicleDetectionConfig
Returns
Type Description
PersonVehicleDetectionConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PersonVehicleDetectionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PersonVehicleDetectionConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PersonVehicleDetectionConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

setEnablePeopleCounting(boolean value)

public PersonVehicleDetectionConfig.Builder setEnablePeopleCounting(boolean value)

At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. Whether to count the appearances of people, output counts have 'people' as the key.

bool enable_people_counting = 1;

Parameter
Name Description
value boolean

The enablePeopleCounting to set.

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.

setEnableVehicleCounting(boolean value)

public PersonVehicleDetectionConfig.Builder setEnableVehicleCounting(boolean value)

Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.

bool enable_vehicle_counting = 2;

Parameter
Name Description
value boolean

The enableVehicleCounting to set.

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public PersonVehicleDetectionConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PersonVehicleDetectionConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PersonVehicleDetectionConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides