Class ProcessorConfig (0.2.0)

public final class ProcessorConfig extends GeneratedMessageV3 implements ProcessorConfigOrBuilder

Next ID: 35

Protobuf type google.cloud.visionai.v1.ProcessorConfig

Static Fields

AI_ENABLED_DEVICES_INPUT_CONFIG_FIELD_NUMBER

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

EXPERIMENTAL_CONFIG_FIELD_NUMBER

public static final int EXPERIMENTAL_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

GCS_OUTPUT_CONFIG_FIELD_NUMBER

public static final int GCS_OUTPUT_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

MEDIA_WAREHOUSE_CONFIG_FIELD_NUMBER

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

PRODUCT_RECOGNIZER_CONFIG_FIELD_NUMBER

public static final int PRODUCT_RECOGNIZER_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

TAG_RECOGNIZER_CONFIG_FIELD_NUMBER

public static final int TAG_RECOGNIZER_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

UNIVERSAL_INPUT_CONFIG_FIELD_NUMBER

public static final int UNIVERSAL_INPUT_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

VIDEO_STREAM_INPUT_CONFIG_FIELD_NUMBER

public static final int VIDEO_STREAM_INPUT_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ProcessorConfig getDefaultInstance()
Returns
Type Description
ProcessorConfig

getDescriptor()

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

newBuilder()

public static ProcessorConfig.Builder newBuilder()
Returns
Type Description
ProcessorConfig.Builder

newBuilder(ProcessorConfig prototype)

public static ProcessorConfig.Builder newBuilder(ProcessorConfig prototype)
Parameter
Name Description
prototype ProcessorConfig
Returns
Type Description
ProcessorConfig.Builder

parseDelimitedFrom(InputStream input)

public static ProcessorConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessorConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ProcessorConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ProcessorConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ProcessorConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ProcessorConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ProcessorConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessorConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ProcessorConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessorConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ProcessorConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ProcessorConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProcessorConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ProcessorConfig> parser()
Returns
Type Description
Parser<ProcessorConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAiEnabledDevicesInputConfig()

public AIEnabledDevicesInputConfig getAiEnabledDevicesInputConfig()

Config of AI-enabled input devices.

.google.cloud.visionai.v1.AIEnabledDevicesInputConfig ai_enabled_devices_input_config = 20;

Returns
Type Description
AIEnabledDevicesInputConfig

The aiEnabledDevicesInputConfig.

getAiEnabledDevicesInputConfigOrBuilder()

public AIEnabledDevicesInputConfigOrBuilder getAiEnabledDevicesInputConfigOrBuilder()

Config of AI-enabled input devices.

.google.cloud.visionai.v1.AIEnabledDevicesInputConfig ai_enabled_devices_input_config = 20;

Returns
Type Description
AIEnabledDevicesInputConfigOrBuilder

getBigQueryConfig()

public BigQueryConfig getBigQueryConfig()

Configs of BigQuery processor.

.google.cloud.visionai.v1.BigQueryConfig big_query_config = 19;

Returns
Type Description
BigQueryConfig

The bigQueryConfig.

getBigQueryConfigOrBuilder()

public BigQueryConfigOrBuilder getBigQueryConfigOrBuilder()

Configs of BigQuery processor.

.google.cloud.visionai.v1.BigQueryConfig big_query_config = 19;

Returns
Type Description
BigQueryConfigOrBuilder

getDefaultInstanceForType()

public ProcessorConfig getDefaultInstanceForType()
Returns
Type Description
ProcessorConfig

getExperimentalConfig()

public Struct getExperimentalConfig()

Experimental configurations. Structured object containing not-yet-stable processor parameters.

.google.protobuf.Struct experimental_config = 26;

Returns
Type Description
Struct

The experimentalConfig.

getExperimentalConfigOrBuilder()

public StructOrBuilder getExperimentalConfigOrBuilder()

Experimental configurations. Structured object containing not-yet-stable processor parameters.

.google.protobuf.Struct experimental_config = 26;

Returns
Type Description
StructOrBuilder

getGcsOutputConfig()

public GcsOutputConfig getGcsOutputConfig()

Configs of Cloud Storage output processor.

.google.cloud.visionai.v1.GcsOutputConfig gcs_output_config = 27;

Returns
Type Description
GcsOutputConfig

The gcsOutputConfig.

getGcsOutputConfigOrBuilder()

public GcsOutputConfigOrBuilder getGcsOutputConfigOrBuilder()

Configs of Cloud Storage output processor.

.google.cloud.visionai.v1.GcsOutputConfig gcs_output_config = 27;

Returns
Type Description
GcsOutputConfigOrBuilder

getGeneralObjectDetectionConfig()

public GeneralObjectDetectionConfig getGeneralObjectDetectionConfig()

Configs of General Object Detection processor.

.google.cloud.visionai.v1.GeneralObjectDetectionConfig general_object_detection_config = 18;

Returns
Type Description
GeneralObjectDetectionConfig

The generalObjectDetectionConfig.

getGeneralObjectDetectionConfigOrBuilder()

public GeneralObjectDetectionConfigOrBuilder getGeneralObjectDetectionConfigOrBuilder()

Configs of General Object Detection processor.

.google.cloud.visionai.v1.GeneralObjectDetectionConfig general_object_detection_config = 18;

Returns
Type Description
GeneralObjectDetectionConfigOrBuilder

getMediaWarehouseConfig()

public MediaWarehouseConfig getMediaWarehouseConfig()

Configs of media warehouse processor.

.google.cloud.visionai.v1.MediaWarehouseConfig media_warehouse_config = 10;

Returns
Type Description
MediaWarehouseConfig

The mediaWarehouseConfig.

getMediaWarehouseConfigOrBuilder()

public MediaWarehouseConfigOrBuilder getMediaWarehouseConfigOrBuilder()

Configs of media warehouse processor.

.google.cloud.visionai.v1.MediaWarehouseConfig media_warehouse_config = 10;

Returns
Type Description
MediaWarehouseConfigOrBuilder

getOccupancyCountConfig()

public OccupancyCountConfig getOccupancyCountConfig()

Configs of occupancy count processor.

.google.cloud.visionai.v1.OccupancyCountConfig occupancy_count_config = 12;

Returns
Type Description
OccupancyCountConfig

The occupancyCountConfig.

getOccupancyCountConfigOrBuilder()

public OccupancyCountConfigOrBuilder getOccupancyCountConfigOrBuilder()

Configs of occupancy count processor.

.google.cloud.visionai.v1.OccupancyCountConfig occupancy_count_config = 12;

Returns
Type Description
OccupancyCountConfigOrBuilder

getParserForType()

public Parser<ProcessorConfig> getParserForType()
Returns
Type Description
Parser<ProcessorConfig>
Overrides

getPersonBlurConfig()

public PersonBlurConfig getPersonBlurConfig()

Configs of person blur processor.

.google.cloud.visionai.v1.PersonBlurConfig person_blur_config = 11;

Returns
Type Description
PersonBlurConfig

The personBlurConfig.

getPersonBlurConfigOrBuilder()

public PersonBlurConfigOrBuilder getPersonBlurConfigOrBuilder()

Configs of person blur processor.

.google.cloud.visionai.v1.PersonBlurConfig person_blur_config = 11;

Returns
Type Description
PersonBlurConfigOrBuilder

getPersonVehicleDetectionConfig()

public PersonVehicleDetectionConfig getPersonVehicleDetectionConfig()

Configs of Person Vehicle Detection processor.

.google.cloud.visionai.v1.PersonVehicleDetectionConfig person_vehicle_detection_config = 15;

Returns
Type Description
PersonVehicleDetectionConfig

The personVehicleDetectionConfig.

getPersonVehicleDetectionConfigOrBuilder()

public PersonVehicleDetectionConfigOrBuilder getPersonVehicleDetectionConfigOrBuilder()

Configs of Person Vehicle Detection processor.

.google.cloud.visionai.v1.PersonVehicleDetectionConfig person_vehicle_detection_config = 15;

Returns
Type Description
PersonVehicleDetectionConfigOrBuilder

getPersonalProtectiveEquipmentDetectionConfig()

public PersonalProtectiveEquipmentDetectionConfig getPersonalProtectiveEquipmentDetectionConfig()

Configs of personal_protective_equipment_detection_config

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig personal_protective_equipment_detection_config = 22;

Returns
Type Description
PersonalProtectiveEquipmentDetectionConfig

The personalProtectiveEquipmentDetectionConfig.

getPersonalProtectiveEquipmentDetectionConfigOrBuilder()

public PersonalProtectiveEquipmentDetectionConfigOrBuilder getPersonalProtectiveEquipmentDetectionConfigOrBuilder()

Configs of personal_protective_equipment_detection_config

.google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig personal_protective_equipment_detection_config = 22;

Returns
Type Description
PersonalProtectiveEquipmentDetectionConfigOrBuilder

getProcessorConfigCase()

public ProcessorConfig.ProcessorConfigCase getProcessorConfigCase()
Returns
Type Description
ProcessorConfig.ProcessorConfigCase

getProductRecognizerConfig()

public ProductRecognizerConfig getProductRecognizerConfig()

Runtime configs of Product Recognizer processor.

.google.cloud.visionai.v1.ProductRecognizerConfig product_recognizer_config = 21;

Returns
Type Description
ProductRecognizerConfig

The productRecognizerConfig.

getProductRecognizerConfigOrBuilder()

public ProductRecognizerConfigOrBuilder getProductRecognizerConfigOrBuilder()

Runtime configs of Product Recognizer processor.

.google.cloud.visionai.v1.ProductRecognizerConfig product_recognizer_config = 21;

Returns
Type Description
ProductRecognizerConfigOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTagRecognizerConfig()

public TagRecognizerConfig getTagRecognizerConfig()

Runtime configs of Tag Recognizer processor.

.google.cloud.visionai.v1.TagRecognizerConfig tag_recognizer_config = 25;

Returns
Type Description
TagRecognizerConfig

The tagRecognizerConfig.

getTagRecognizerConfigOrBuilder()

public TagRecognizerConfigOrBuilder getTagRecognizerConfigOrBuilder()

Runtime configs of Tag Recognizer processor.

.google.cloud.visionai.v1.TagRecognizerConfig tag_recognizer_config = 25;

Returns
Type Description
TagRecognizerConfigOrBuilder

getUniversalInputConfig()

public UniversalInputConfig getUniversalInputConfig()

Runtime configs of UniversalInput processor.

.google.cloud.visionai.v1.UniversalInputConfig universal_input_config = 28;

Returns
Type Description
UniversalInputConfig

The universalInputConfig.

getUniversalInputConfigOrBuilder()

public UniversalInputConfigOrBuilder getUniversalInputConfigOrBuilder()

Runtime configs of UniversalInput processor.

.google.cloud.visionai.v1.UniversalInputConfig universal_input_config = 28;

Returns
Type Description
UniversalInputConfigOrBuilder

getVertexAutomlVideoConfig()

public VertexAutoMLVideoConfig getVertexAutomlVideoConfig()

Configs of Vertex AutoML video processor.

.google.cloud.visionai.v1.VertexAutoMLVideoConfig vertex_automl_video_config = 14;

Returns
Type Description
VertexAutoMLVideoConfig

The vertexAutomlVideoConfig.

getVertexAutomlVideoConfigOrBuilder()

public VertexAutoMLVideoConfigOrBuilder getVertexAutomlVideoConfigOrBuilder()

Configs of Vertex AutoML video processor.

.google.cloud.visionai.v1.VertexAutoMLVideoConfig vertex_automl_video_config = 14;

Returns
Type Description
VertexAutoMLVideoConfigOrBuilder

getVertexAutomlVisionConfig()

public VertexAutoMLVisionConfig getVertexAutomlVisionConfig()

Configs of Vertex AutoML vision processor.

.google.cloud.visionai.v1.VertexAutoMLVisionConfig vertex_automl_vision_config = 13;

Returns
Type Description
VertexAutoMLVisionConfig

The vertexAutomlVisionConfig.

getVertexAutomlVisionConfigOrBuilder()

public VertexAutoMLVisionConfigOrBuilder getVertexAutomlVisionConfigOrBuilder()

Configs of Vertex AutoML vision processor.

.google.cloud.visionai.v1.VertexAutoMLVisionConfig vertex_automl_vision_config = 13;

Returns
Type Description
VertexAutoMLVisionConfigOrBuilder

getVertexCustomConfig()

public VertexCustomConfig getVertexCustomConfig()

Configs of Vertex Custom processor.

.google.cloud.visionai.v1.VertexCustomConfig vertex_custom_config = 17;

Returns
Type Description
VertexCustomConfig

The vertexCustomConfig.

getVertexCustomConfigOrBuilder()

public VertexCustomConfigOrBuilder getVertexCustomConfigOrBuilder()

Configs of Vertex Custom processor.

.google.cloud.visionai.v1.VertexCustomConfig vertex_custom_config = 17;

Returns
Type Description
VertexCustomConfigOrBuilder

getVideoStreamInputConfig()

public VideoStreamInputConfig getVideoStreamInputConfig()

Configs of stream input processor.

.google.cloud.visionai.v1.VideoStreamInputConfig video_stream_input_config = 9;

Returns
Type Description
VideoStreamInputConfig

The videoStreamInputConfig.

getVideoStreamInputConfigOrBuilder()

public VideoStreamInputConfigOrBuilder getVideoStreamInputConfigOrBuilder()

Configs of stream input processor.

.google.cloud.visionai.v1.VideoStreamInputConfig video_stream_input_config = 9;

Returns
Type Description
VideoStreamInputConfigOrBuilder

hasAiEnabledDevicesInputConfig()

public boolean hasAiEnabledDevicesInputConfig()

Config of AI-enabled input devices.

.google.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.cloud.visionai.v1.BigQueryConfig big_query_config = 19;

Returns
Type Description
boolean

Whether the bigQueryConfig field is set.

hasExperimentalConfig()

public boolean hasExperimentalConfig()

Experimental configurations. Structured object containing not-yet-stable processor parameters.

.google.protobuf.Struct experimental_config = 26;

Returns
Type Description
boolean

Whether the experimentalConfig field is set.

hasGcsOutputConfig()

public boolean hasGcsOutputConfig()

Configs of Cloud Storage output processor.

.google.cloud.visionai.v1.GcsOutputConfig gcs_output_config = 27;

Returns
Type Description
boolean

Whether the gcsOutputConfig field is set.

hasGeneralObjectDetectionConfig()

public boolean hasGeneralObjectDetectionConfig()

Configs of General Object Detection processor.

.google.cloud.visionai.v1.GeneralObjectDetectionConfig general_object_detection_config = 18;

Returns
Type Description
boolean

Whether the generalObjectDetectionConfig field is set.

hasMediaWarehouseConfig()

public boolean hasMediaWarehouseConfig()

Configs of media warehouse processor.

.google.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.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.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.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.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig personal_protective_equipment_detection_config = 22;

Returns
Type Description
boolean

Whether the personalProtectiveEquipmentDetectionConfig field is set.

hasProductRecognizerConfig()

public boolean hasProductRecognizerConfig()

Runtime configs of Product Recognizer processor.

.google.cloud.visionai.v1.ProductRecognizerConfig product_recognizer_config = 21;

Returns
Type Description
boolean

Whether the productRecognizerConfig field is set.

hasTagRecognizerConfig()

public boolean hasTagRecognizerConfig()

Runtime configs of Tag Recognizer processor.

.google.cloud.visionai.v1.TagRecognizerConfig tag_recognizer_config = 25;

Returns
Type Description
boolean

Whether the tagRecognizerConfig field is set.

hasUniversalInputConfig()

public boolean hasUniversalInputConfig()

Runtime configs of UniversalInput processor.

.google.cloud.visionai.v1.UniversalInputConfig universal_input_config = 28;

Returns
Type Description
boolean

Whether the universalInputConfig field is set.

hasVertexAutomlVideoConfig()

public boolean hasVertexAutomlVideoConfig()

Configs of Vertex AutoML video processor.

.google.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.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.cloud.visionai.v1.VertexCustomConfig vertex_custom_config = 17;

Returns
Type Description
boolean

Whether the vertexCustomConfig field is set.

hasVideoStreamInputConfig()

public boolean hasVideoStreamInputConfig()

Configs of stream input processor.

.google.cloud.visionai.v1.VideoStreamInputConfig video_stream_input_config = 9;

Returns
Type Description
boolean

Whether the videoStreamInputConfig field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ProcessorConfig.Builder newBuilderForType()
Returns
Type Description
ProcessorConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ProcessorConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ProcessorConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ProcessorConfig.Builder toBuilder()
Returns
Type Description
ProcessorConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException