Class PersonVehicleDetectionConfig.Builder (0.14.1)

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

Message describing PersonVehicleDetectionConfig.

Protobuf type google.events.cloud.visionai.v1.PersonVehicleDetectionConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PersonVehicleDetectionConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides

build()

public PersonVehicleDetectionConfig build()
Returns
TypeDescription
PersonVehicleDetectionConfig

buildPartial()

public PersonVehicleDetectionConfig buildPartial()
Returns
TypeDescription
PersonVehicleDetectionConfig

clear()

public PersonVehicleDetectionConfig.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
PersonVehicleDetectionConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public PersonVehicleDetectionConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PersonVehicleDetectionConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides

clone()

public PersonVehicleDetectionConfig.Builder clone()
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides

getDefaultInstanceForType()

public PersonVehicleDetectionConfig getDefaultInstanceForType()
Returns
TypeDescription
PersonVehicleDetectionConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The enableVehicleCounting.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PersonVehicleDetectionConfig other)

public PersonVehicleDetectionConfig.Builder mergeFrom(PersonVehicleDetectionConfig other)
Parameter
NameDescription
otherPersonVehicleDetectionConfig
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PersonVehicleDetectionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PersonVehicleDetectionConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PersonVehicleDetectionConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueboolean

The enablePeopleCounting to set.

Returns
TypeDescription
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
NameDescription
valueboolean

The enableVehicleCounting to set.

Returns
TypeDescription
PersonVehicleDetectionConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public PersonVehicleDetectionConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides

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

public PersonVehicleDetectionConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PersonVehicleDetectionConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PersonVehicleDetectionConfig.Builder
Overrides