public static final class PersonVehicleDetectionConfig.Builder extends GeneratedMessageV3.Builder<PersonVehicleDetectionConfig.Builder> implements PersonVehicleDetectionConfigOrBuilder
Message describing PersonVehicleDetectionConfig.
Protobuf type google.cloud.visionai.v1.PersonVehicleDetectionConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PersonVehicleDetectionConfig.BuilderImplements
PersonVehicleDetectionConfigOrBuilderStatic 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 |
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 |
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 |
clearOneof(Descriptors.OneofDescriptor oneof)
public PersonVehicleDetectionConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
PersonVehicleDetectionConfig.Builder |
clone()
public PersonVehicleDetectionConfig.Builder clone()
Returns | |
---|---|
Type | Description |
PersonVehicleDetectionConfig.Builder |
getDefaultInstanceForType()
public PersonVehicleDetectionConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
PersonVehicleDetectionConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public PersonVehicleDetectionConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
PersonVehicleDetectionConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PersonVehicleDetectionConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PersonVehicleDetectionConfig.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final PersonVehicleDetectionConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PersonVehicleDetectionConfig.Builder |