public final class ProcessorConfig extends GeneratedMessageV3 implements ProcessorConfigOrBuilder
Next ID: 29
Protobuf type google.events.cloud.visionai.v1.ProcessorConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int AI_ENABLED_DEVICES_INPUT_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
BIG_QUERY_CONFIG_FIELD_NUMBER
public static final int BIG_QUERY_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GENERAL_OBJECT_DETECTION_CONFIG_FIELD_NUMBER
public static final int GENERAL_OBJECT_DETECTION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int MEDIA_WAREHOUSE_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OCCUPANCY_COUNT_CONFIG_FIELD_NUMBER
public static final int OCCUPANCY_COUNT_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PERSONAL_PROTECTIVE_EQUIPMENT_DETECTION_CONFIG_FIELD_NUMBER
public static final int PERSONAL_PROTECTIVE_EQUIPMENT_DETECTION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PERSON_BLUR_CONFIG_FIELD_NUMBER
public static final int PERSON_BLUR_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PERSON_VEHICLE_DETECTION_CONFIG_FIELD_NUMBER
public static final int PERSON_VEHICLE_DETECTION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERTEX_AUTOML_VIDEO_CONFIG_FIELD_NUMBER
public static final int VERTEX_AUTOML_VIDEO_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERTEX_AUTOML_VISION_CONFIG_FIELD_NUMBER
public static final int VERTEX_AUTOML_VISION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERTEX_CUSTOM_CONFIG_FIELD_NUMBER
public static final int VERTEX_CUSTOM_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int VIDEO_STREAM_INPUT_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ProcessorConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ProcessorConfig.Builder newBuilder()
newBuilder(ProcessorConfig prototype)
public static ProcessorConfig.Builder newBuilder(ProcessorConfig prototype)
public static ProcessorConfig parseDelimitedFrom(InputStream input)
public static ProcessorConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ProcessorConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessorConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ProcessorConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessorConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessorConfig parseFrom(CodedInputStream input)
public static ProcessorConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessorConfig parseFrom(InputStream input)
public static ProcessorConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ProcessorConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessorConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ProcessorConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public AIEnabledDevicesInputConfig getAiEnabledDevicesInputConfig()
Config of AI-enabled input devices.
.google.events.cloud.visionai.v1.AIEnabledDevicesInputConfig ai_enabled_devices_input_config = 20;
public AIEnabledDevicesInputConfigOrBuilder getAiEnabledDevicesInputConfigOrBuilder()
Config of AI-enabled input devices.
.google.events.cloud.visionai.v1.AIEnabledDevicesInputConfig ai_enabled_devices_input_config = 20;
getBigQueryConfig()
public BigQueryConfig getBigQueryConfig()
Configs of BigQuery processor.
.google.events.cloud.visionai.v1.BigQueryConfig big_query_config = 19;
getBigQueryConfigOrBuilder()
public BigQueryConfigOrBuilder getBigQueryConfigOrBuilder()
Configs of BigQuery processor.
.google.events.cloud.visionai.v1.BigQueryConfig big_query_config = 19;
getDefaultInstanceForType()
public ProcessorConfig getDefaultInstanceForType()
getGeneralObjectDetectionConfig()
public GeneralObjectDetectionConfig getGeneralObjectDetectionConfig()
Configs of General Object Detection processor.
.google.events.cloud.visionai.v1.GeneralObjectDetectionConfig general_object_detection_config = 18;
getGeneralObjectDetectionConfigOrBuilder()
public GeneralObjectDetectionConfigOrBuilder getGeneralObjectDetectionConfigOrBuilder()
Configs of General Object Detection processor.
.google.events.cloud.visionai.v1.GeneralObjectDetectionConfig general_object_detection_config = 18;
public MediaWarehouseConfig getMediaWarehouseConfig()
Configs of media warehouse processor.
.google.events.cloud.visionai.v1.MediaWarehouseConfig media_warehouse_config = 10;
public MediaWarehouseConfigOrBuilder getMediaWarehouseConfigOrBuilder()
Configs of media warehouse processor.
.google.events.cloud.visionai.v1.MediaWarehouseConfig media_warehouse_config = 10;
getOccupancyCountConfig()
public OccupancyCountConfig getOccupancyCountConfig()
Configs of occupancy count processor.
.google.events.cloud.visionai.v1.OccupancyCountConfig occupancy_count_config = 12;
getOccupancyCountConfigOrBuilder()
public OccupancyCountConfigOrBuilder getOccupancyCountConfigOrBuilder()
Configs of occupancy count processor.
.google.events.cloud.visionai.v1.OccupancyCountConfig occupancy_count_config = 12;
getParserForType()
public Parser<ProcessorConfig> getParserForType()
Overrides
getPersonBlurConfig()
public PersonBlurConfig getPersonBlurConfig()
Configs of person blur processor.
.google.events.cloud.visionai.v1.PersonBlurConfig person_blur_config = 11;
getPersonBlurConfigOrBuilder()
public PersonBlurConfigOrBuilder getPersonBlurConfigOrBuilder()
Configs of person blur processor.
.google.events.cloud.visionai.v1.PersonBlurConfig person_blur_config = 11;
getPersonVehicleDetectionConfig()
public PersonVehicleDetectionConfig getPersonVehicleDetectionConfig()
Configs of Person Vehicle Detection processor.
.google.events.cloud.visionai.v1.PersonVehicleDetectionConfig person_vehicle_detection_config = 15;
getPersonVehicleDetectionConfigOrBuilder()
public PersonVehicleDetectionConfigOrBuilder getPersonVehicleDetectionConfigOrBuilder()
Configs of Person Vehicle Detection processor.
.google.events.cloud.visionai.v1.PersonVehicleDetectionConfig person_vehicle_detection_config = 15;
getPersonalProtectiveEquipmentDetectionConfig()
public PersonalProtectiveEquipmentDetectionConfig getPersonalProtectiveEquipmentDetectionConfig()
Configs of personal_protective_equipment_detection_config
.google.events.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig personal_protective_equipment_detection_config = 22;
getPersonalProtectiveEquipmentDetectionConfigOrBuilder()
public PersonalProtectiveEquipmentDetectionConfigOrBuilder getPersonalProtectiveEquipmentDetectionConfigOrBuilder()
Configs of personal_protective_equipment_detection_config
.google.events.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig personal_protective_equipment_detection_config = 22;
getProcessorConfigCase()
public ProcessorConfig.ProcessorConfigCase getProcessorConfigCase()
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
getVertexAutomlVideoConfig()
public VertexAutoMLVideoConfig getVertexAutomlVideoConfig()
Configs of Vertex AutoML video processor.
.google.events.cloud.visionai.v1.VertexAutoMLVideoConfig vertex_automl_video_config = 14;
getVertexAutomlVideoConfigOrBuilder()
public VertexAutoMLVideoConfigOrBuilder getVertexAutomlVideoConfigOrBuilder()
Configs of Vertex AutoML video processor.
.google.events.cloud.visionai.v1.VertexAutoMLVideoConfig vertex_automl_video_config = 14;
getVertexAutomlVisionConfig()
public VertexAutoMLVisionConfig getVertexAutomlVisionConfig()
Configs of Vertex AutoML vision processor.
.google.events.cloud.visionai.v1.VertexAutoMLVisionConfig vertex_automl_vision_config = 13;
getVertexAutomlVisionConfigOrBuilder()
public VertexAutoMLVisionConfigOrBuilder getVertexAutomlVisionConfigOrBuilder()
Configs of Vertex AutoML vision processor.
.google.events.cloud.visionai.v1.VertexAutoMLVisionConfig vertex_automl_vision_config = 13;
getVertexCustomConfig()
public VertexCustomConfig getVertexCustomConfig()
Configs of Vertex Custom processor.
.google.events.cloud.visionai.v1.VertexCustomConfig vertex_custom_config = 17;
getVertexCustomConfigOrBuilder()
public VertexCustomConfigOrBuilder getVertexCustomConfigOrBuilder()
Configs of Vertex Custom processor.
.google.events.cloud.visionai.v1.VertexCustomConfig vertex_custom_config = 17;
public VideoStreamInputConfig getVideoStreamInputConfig()
Configs of stream input processor.
.google.events.cloud.visionai.v1.VideoStreamInputConfig video_stream_input_config = 9;
public VideoStreamInputConfigOrBuilder getVideoStreamInputConfigOrBuilder()
Configs of stream input processor.
.google.events.cloud.visionai.v1.VideoStreamInputConfig video_stream_input_config = 9;
public boolean hasAiEnabledDevicesInputConfig()
Config of AI-enabled input devices.
.google.events.cloud.visionai.v1.AIEnabledDevicesInputConfig ai_enabled_devices_input_config = 20;
Returns |
Type |
Description |
boolean |
Whether the aiEnabledDevicesInputConfig field is set.
|
hasBigQueryConfig()
public boolean hasBigQueryConfig()
Configs of BigQuery processor.
.google.events.cloud.visionai.v1.BigQueryConfig big_query_config = 19;
Returns |
Type |
Description |
boolean |
Whether the bigQueryConfig field is set.
|
hasGeneralObjectDetectionConfig()
public boolean hasGeneralObjectDetectionConfig()
Configs of General Object Detection processor.
.google.events.cloud.visionai.v1.GeneralObjectDetectionConfig general_object_detection_config = 18;
Returns |
Type |
Description |
boolean |
Whether the generalObjectDetectionConfig field is set.
|
public boolean hasMediaWarehouseConfig()
Configs of media warehouse processor.
.google.events.cloud.visionai.v1.MediaWarehouseConfig media_warehouse_config = 10;
Returns |
Type |
Description |
boolean |
Whether the mediaWarehouseConfig field is set.
|
hasOccupancyCountConfig()
public boolean hasOccupancyCountConfig()
Configs of occupancy count processor.
.google.events.cloud.visionai.v1.OccupancyCountConfig occupancy_count_config = 12;
Returns |
Type |
Description |
boolean |
Whether the occupancyCountConfig field is set.
|
hasPersonBlurConfig()
public boolean hasPersonBlurConfig()
Configs of person blur processor.
.google.events.cloud.visionai.v1.PersonBlurConfig person_blur_config = 11;
Returns |
Type |
Description |
boolean |
Whether the personBlurConfig field is set.
|
hasPersonVehicleDetectionConfig()
public boolean hasPersonVehicleDetectionConfig()
Configs of Person Vehicle Detection processor.
.google.events.cloud.visionai.v1.PersonVehicleDetectionConfig person_vehicle_detection_config = 15;
Returns |
Type |
Description |
boolean |
Whether the personVehicleDetectionConfig field is set.
|
hasPersonalProtectiveEquipmentDetectionConfig()
public boolean hasPersonalProtectiveEquipmentDetectionConfig()
Configs of personal_protective_equipment_detection_config
.google.events.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig personal_protective_equipment_detection_config = 22;
Returns |
Type |
Description |
boolean |
Whether the personalProtectiveEquipmentDetectionConfig field is set.
|
hasVertexAutomlVideoConfig()
public boolean hasVertexAutomlVideoConfig()
Configs of Vertex AutoML video processor.
.google.events.cloud.visionai.v1.VertexAutoMLVideoConfig vertex_automl_video_config = 14;
Returns |
Type |
Description |
boolean |
Whether the vertexAutomlVideoConfig field is set.
|
hasVertexAutomlVisionConfig()
public boolean hasVertexAutomlVisionConfig()
Configs of Vertex AutoML vision processor.
.google.events.cloud.visionai.v1.VertexAutoMLVisionConfig vertex_automl_vision_config = 13;
Returns |
Type |
Description |
boolean |
Whether the vertexAutomlVisionConfig field is set.
|
hasVertexCustomConfig()
public boolean hasVertexCustomConfig()
Configs of Vertex Custom processor.
.google.events.cloud.visionai.v1.VertexCustomConfig vertex_custom_config = 17;
Returns |
Type |
Description |
boolean |
Whether the vertexCustomConfig field is set.
|
public boolean hasVideoStreamInputConfig()
Configs of stream input processor.
.google.events.cloud.visionai.v1.VideoStreamInputConfig video_stream_input_config = 9;
Returns |
Type |
Description |
boolean |
Whether the videoStreamInputConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ProcessorConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessorConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ProcessorConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides