diff --git a/packages/google-cloud-automl/protos/protos.json b/packages/google-cloud-automl/protos/protos.json new file mode 100644 index 00000000000..e5472d78a20 --- /dev/null +++ b/packages/google-cloud-automl/protos/protos.json @@ -0,0 +1,3790 @@ +{ + "nested": { + "google": { + "nested": { + "cloud": { + "nested": { + "automl": { + "nested": { + "v1beta1": { + "options": { + "go_package": "google.golang.org/genproto/googleapis/cloud/automl/v1beta1;automl", + "java_multiple_files": true, + "java_package": "com.google.cloud.automl.v1beta1", + "php_namespace": "Google\\Cloud\\AutoMl\\V1beta1", + "ruby_package": "Google::Cloud::AutoML::V1beta1", + "java_outer_classname": "PredictionServiceProto" + }, + "nested": { + "TextExtractionAnnotation": { + "oneofs": { + "annotation": { + "oneof": [ + "textSegment" + ] + } + }, + "fields": { + "textSegment": { + "type": "TextSegment", + "id": 3 + }, + "score": { + "type": "float", + "id": 1 + } + } + }, + "TextExtractionEvaluationMetrics": { + "fields": { + "auPrc": { + "type": "float", + "id": 1 + }, + "confidenceMetricsEntries": { + "rule": "repeated", + "type": "ConfidenceMetricsEntry", + "id": 2 + } + }, + "nested": { + "ConfidenceMetricsEntry": { + "fields": { + "confidenceThreshold": { + "type": "float", + "id": 1 + }, + "recall": { + "type": "float", + "id": 3 + }, + "precision": { + "type": "float", + "id": 4 + }, + "f1Score": { + "type": "float", + "id": 5 + } + } + } + } + }, + "TextSegment": { + "fields": { + "content": { + "type": "string", + "id": 3 + }, + "startOffset": { + "type": "int64", + "id": 1 + }, + "endOffset": { + "type": "int64", + "id": 2 + } + } + }, + "InputConfig": { + "oneofs": { + "source": { + "oneof": [ + "gcsSource", + "bigquerySource" + ] + } + }, + "fields": { + "gcsSource": { + "type": "GcsSource", + "id": 1 + }, + "bigquerySource": { + "type": "BigQuerySource", + "id": 3 + }, + "params": { + "keyType": "string", + "type": "string", + "id": 2 + } + } + }, + "BatchPredictInputConfig": { + "oneofs": { + "source": { + "oneof": [ + "gcsSource", + "bigquerySource" + ] + } + }, + "fields": { + "gcsSource": { + "type": "GcsSource", + "id": 1 + }, + "bigquerySource": { + "type": "BigQuerySource", + "id": 2 + } + } + }, + "DocumentInputConfig": { + "fields": { + "gcsSource": { + "type": "GcsSource", + "id": 1 + } + } + }, + "OutputConfig": { + "oneofs": { + "destination": { + "oneof": [ + "gcsDestination", + "bigqueryDestination" + ] + } + }, + "fields": { + "gcsDestination": { + "type": "GcsDestination", + "id": 1 + }, + "bigqueryDestination": { + "type": "BigQueryDestination", + "id": 2 + } + } + }, + "BatchPredictOutputConfig": { + "oneofs": { + "destination": { + "oneof": [ + "gcsDestination", + "bigqueryDestination" + ] + } + }, + "fields": { + "gcsDestination": { + "type": "GcsDestination", + "id": 1 + }, + "bigqueryDestination": { + "type": "BigQueryDestination", + "id": 2 + } + } + }, + "ModelExportOutputConfig": { + "oneofs": { + "destination": { + "oneof": [ + "gcsDestination", + "gcrDestination" + ] + } + }, + "fields": { + "gcsDestination": { + "type": "GcsDestination", + "id": 1 + }, + "gcrDestination": { + "type": "GcrDestination", + "id": 3 + }, + "modelFormat": { + "type": "string", + "id": 4 + }, + "params": { + "keyType": "string", + "type": "string", + "id": 2 + } + } + }, + "ExportEvaluatedExamplesOutputConfig": { + "oneofs": { + "destination": { + "oneof": [ + "bigqueryDestination" + ] + } + }, + "fields": { + "bigqueryDestination": { + "type": "BigQueryDestination", + "id": 2 + } + } + }, + "GcsSource": { + "fields": { + "inputUris": { + "rule": "repeated", + "type": "string", + "id": 1 + } + } + }, + "BigQuerySource": { + "fields": { + "inputUri": { + "type": "string", + "id": 1 + } + } + }, + "GcsDestination": { + "fields": { + "outputUriPrefix": { + "type": "string", + "id": 1 + } + } + }, + "BigQueryDestination": { + "fields": { + "outputUri": { + "type": "string", + "id": 1 + } + } + }, + "GcrDestination": { + "fields": { + "outputUri": { + "type": "string", + "id": 1 + } + } + }, + "ClassificationType": { + "values": { + "CLASSIFICATION_TYPE_UNSPECIFIED": 0, + "MULTICLASS": 1, + "MULTILABEL": 2 + } + }, + "ClassificationAnnotation": { + "fields": { + "score": { + "type": "float", + "id": 1 + } + } + }, + "VideoClassificationAnnotation": { + "fields": { + "type": { + "type": "string", + "id": 1 + }, + "classificationAnnotation": { + "type": "ClassificationAnnotation", + "id": 2 + }, + "timeSegment": { + "type": "TimeSegment", + "id": 3 + } + } + }, + "ClassificationEvaluationMetrics": { + "fields": { + "auPrc": { + "type": "float", + "id": 1 + }, + "baseAuPrc": { + "type": "float", + "id": 2, + "options": { + "deprecated": true + } + }, + "auRoc": { + "type": "float", + "id": 6 + }, + "logLoss": { + "type": "float", + "id": 7 + }, + "confidenceMetricsEntry": { + "rule": "repeated", + "type": "ConfidenceMetricsEntry", + "id": 3 + }, + "confusionMatrix": { + "type": "ConfusionMatrix", + "id": 4 + }, + "annotationSpecId": { + "rule": "repeated", + "type": "string", + "id": 5 + } + }, + "nested": { + "ConfidenceMetricsEntry": { + "fields": { + "confidenceThreshold": { + "type": "float", + "id": 1 + }, + "positionThreshold": { + "type": "int32", + "id": 14 + }, + "recall": { + "type": "float", + "id": 2 + }, + "precision": { + "type": "float", + "id": 3 + }, + "falsePositiveRate": { + "type": "float", + "id": 8 + }, + "f1Score": { + "type": "float", + "id": 4 + }, + "recallAt1": { + "type": "float", + "id": 5 + }, + "precisionAt1": { + "type": "float", + "id": 6 + }, + "falsePositiveRateAt1": { + "type": "float", + "id": 9 + }, + "f1ScoreAt1": { + "type": "float", + "id": 7 + }, + "truePositiveCount": { + "type": "int64", + "id": 10 + }, + "falsePositiveCount": { + "type": "int64", + "id": 11 + }, + "falseNegativeCount": { + "type": "int64", + "id": 12 + }, + "trueNegativeCount": { + "type": "int64", + "id": 13 + } + } + }, + "ConfusionMatrix": { + "fields": { + "annotationSpecId": { + "rule": "repeated", + "type": "string", + "id": 1 + }, + "row": { + "rule": "repeated", + "type": "Row", + "id": 2 + } + }, + "nested": { + "Row": { + "fields": { + "exampleCount": { + "rule": "repeated", + "type": "int32", + "id": 1 + } + } + } + } + } + } + }, + "TimeSegment": { + "fields": { + "startTimeOffset": { + "type": "google.protobuf.Duration", + "id": 1 + }, + "endTimeOffset": { + "type": "google.protobuf.Duration", + "id": 2 + } + } + }, + "OperationMetadata": { + "oneofs": { + "details": { + "oneof": [ + "deleteDetails", + "deployModelDetails", + "undeployModelDetails", + "createModelDetails", + "importDataDetails", + "batchPredictDetails", + "exportDataDetails", + "exportModelDetails", + "exportEvaluatedExamplesDetails" + ] + } + }, + "fields": { + "deleteDetails": { + "type": "DeleteOperationMetadata", + "id": 8 + }, + "deployModelDetails": { + "type": "DeployModelOperationMetadata", + "id": 24 + }, + "undeployModelDetails": { + "type": "UndeployModelOperationMetadata", + "id": 25 + }, + "createModelDetails": { + "type": "CreateModelOperationMetadata", + "id": 10 + }, + "importDataDetails": { + "type": "ImportDataOperationMetadata", + "id": 15 + }, + "batchPredictDetails": { + "type": "BatchPredictOperationMetadata", + "id": 16 + }, + "exportDataDetails": { + "type": "ExportDataOperationMetadata", + "id": 21 + }, + "exportModelDetails": { + "type": "ExportModelOperationMetadata", + "id": 22 + }, + "exportEvaluatedExamplesDetails": { + "type": "ExportEvaluatedExamplesOperationMetadata", + "id": 26 + }, + "progressPercent": { + "type": "int32", + "id": 13 + }, + "partialFailures": { + "rule": "repeated", + "type": "google.rpc.Status", + "id": 2 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 3 + }, + "updateTime": { + "type": "google.protobuf.Timestamp", + "id": 4 + } + } + }, + "DeleteOperationMetadata": { + "fields": {} + }, + "DeployModelOperationMetadata": { + "fields": {} + }, + "UndeployModelOperationMetadata": { + "fields": {} + }, + "CreateModelOperationMetadata": { + "fields": {} + }, + "ImportDataOperationMetadata": { + "fields": {} + }, + "ExportDataOperationMetadata": { + "fields": { + "outputInfo": { + "type": "ExportDataOutputInfo", + "id": 1 + } + }, + "nested": { + "ExportDataOutputInfo": { + "oneofs": { + "outputLocation": { + "oneof": [ + "gcsOutputDirectory", + "bigqueryOutputDataset" + ] + } + }, + "fields": { + "gcsOutputDirectory": { + "type": "string", + "id": 1 + }, + "bigqueryOutputDataset": { + "type": "string", + "id": 2 + } + } + } + } + }, + "BatchPredictOperationMetadata": { + "fields": { + "inputConfig": { + "type": "BatchPredictInputConfig", + "id": 1 + }, + "outputInfo": { + "type": "BatchPredictOutputInfo", + "id": 2 + } + }, + "nested": { + "BatchPredictOutputInfo": { + "oneofs": { + "outputLocation": { + "oneof": [ + "gcsOutputDirectory", + "bigqueryOutputDataset" + ] + } + }, + "fields": { + "gcsOutputDirectory": { + "type": "string", + "id": 1 + }, + "bigqueryOutputDataset": { + "type": "string", + "id": 2 + } + } + } + } + }, + "ExportModelOperationMetadata": { + "fields": { + "outputInfo": { + "type": "ExportModelOutputInfo", + "id": 2 + } + }, + "nested": { + "ExportModelOutputInfo": { + "fields": { + "gcsOutputDirectory": { + "type": "string", + "id": 1 + } + } + } + } + }, + "ExportEvaluatedExamplesOperationMetadata": { + "fields": { + "outputInfo": { + "type": "ExportEvaluatedExamplesOutputInfo", + "id": 2 + } + }, + "nested": { + "ExportEvaluatedExamplesOutputInfo": { + "fields": { + "bigqueryOutputDataset": { + "type": "string", + "id": 2 + } + } + } + } + }, + "Model": { + "oneofs": { + "modelMetadata": { + "oneof": [ + "translationModelMetadata", + "imageClassificationModelMetadata", + "textClassificationModelMetadata", + "imageObjectDetectionModelMetadata", + "videoClassificationModelMetadata", + "videoObjectTrackingModelMetadata", + "textExtractionModelMetadata", + "tablesModelMetadata", + "textSentimentModelMetadata" + ] + } + }, + "fields": { + "translationModelMetadata": { + "type": "TranslationModelMetadata", + "id": 15 + }, + "imageClassificationModelMetadata": { + "type": "ImageClassificationModelMetadata", + "id": 13 + }, + "textClassificationModelMetadata": { + "type": "TextClassificationModelMetadata", + "id": 14 + }, + "imageObjectDetectionModelMetadata": { + "type": "ImageObjectDetectionModelMetadata", + "id": 20 + }, + "videoClassificationModelMetadata": { + "type": "VideoClassificationModelMetadata", + "id": 23 + }, + "videoObjectTrackingModelMetadata": { + "type": "VideoObjectTrackingModelMetadata", + "id": 21 + }, + "textExtractionModelMetadata": { + "type": "TextExtractionModelMetadata", + "id": 19 + }, + "tablesModelMetadata": { + "type": "TablesModelMetadata", + "id": 24 + }, + "textSentimentModelMetadata": { + "type": "TextSentimentModelMetadata", + "id": 22 + }, + "name": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 2 + }, + "datasetId": { + "type": "string", + "id": 3 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 7 + }, + "updateTime": { + "type": "google.protobuf.Timestamp", + "id": 11 + }, + "deploymentState": { + "type": "DeploymentState", + "id": 8 + } + }, + "nested": { + "DeploymentState": { + "values": { + "DEPLOYMENT_STATE_UNSPECIFIED": 0, + "DEPLOYED": 1, + "UNDEPLOYED": 2 + } + } + } + }, + "ImageClassificationDatasetMetadata": { + "fields": { + "classificationType": { + "type": "ClassificationType", + "id": 1 + } + } + }, + "ImageObjectDetectionDatasetMetadata": { + "fields": {} + }, + "ImageClassificationModelMetadata": { + "fields": { + "baseModelId": { + "type": "string", + "id": 1 + }, + "trainBudget": { + "type": "int64", + "id": 2 + }, + "trainCost": { + "type": "int64", + "id": 3 + }, + "stopReason": { + "type": "string", + "id": 5 + }, + "modelType": { + "type": "string", + "id": 7 + } + } + }, + "ImageObjectDetectionModelMetadata": { + "fields": { + "modelType": { + "type": "string", + "id": 1 + }, + "nodeCount": { + "type": "int64", + "id": 3 + }, + "nodeQps": { + "type": "double", + "id": 4 + }, + "stopReason": { + "type": "string", + "id": 5 + }, + "trainBudgetMilliNodeHours": { + "type": "int64", + "id": 6 + }, + "trainCostMilliNodeHours": { + "type": "int64", + "id": 7 + } + } + }, + "ImageObjectDetectionModelDeploymentMetadata": { + "fields": { + "nodeCount": { + "type": "int64", + "id": 1 + } + } + }, + "AnnotationSpec": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 2 + }, + "exampleCount": { + "type": "int32", + "id": 9 + } + } + }, + "TablesDatasetMetadata": { + "fields": { + "primaryTableSpecId": { + "type": "string", + "id": 1 + }, + "targetColumnSpecId": { + "type": "string", + "id": 2 + }, + "weightColumnSpecId": { + "type": "string", + "id": 3 + }, + "mlUseColumnSpecId": { + "type": "string", + "id": 4 + }, + "targetColumnCorrelations": { + "keyType": "string", + "type": "CorrelationStats", + "id": 6 + }, + "statsUpdateTime": { + "type": "google.protobuf.Timestamp", + "id": 7 + } + } + }, + "TablesModelMetadata": { + "oneofs": { + "additionalOptimizationObjectiveConfig": { + "oneof": [ + "optimizationObjectiveRecallValue", + "optimizationObjectivePrecisionValue" + ] + } + }, + "fields": { + "targetColumnSpec": { + "type": "ColumnSpec", + "id": 2 + }, + "inputFeatureColumnSpecs": { + "rule": "repeated", + "type": "ColumnSpec", + "id": 3 + }, + "optimizationObjective": { + "type": "string", + "id": 4 + }, + "optimizationObjectiveRecallValue": { + "type": "float", + "id": 17 + }, + "optimizationObjectivePrecisionValue": { + "type": "float", + "id": 18 + }, + "tablesModelColumnInfo": { + "rule": "repeated", + "type": "TablesModelColumnInfo", + "id": 5 + }, + "trainBudgetMilliNodeHours": { + "type": "int64", + "id": 6 + }, + "trainCostMilliNodeHours": { + "type": "int64", + "id": 7 + }, + "disableEarlyStopping": { + "type": "bool", + "id": 12 + } + } + }, + "TablesAnnotation": { + "fields": { + "score": { + "type": "float", + "id": 1 + }, + "predictionInterval": { + "type": "DoubleRange", + "id": 4 + }, + "value": { + "type": "google.protobuf.Value", + "id": 2 + }, + "tablesModelColumnInfo": { + "rule": "repeated", + "type": "TablesModelColumnInfo", + "id": 3 + } + } + }, + "TablesModelColumnInfo": { + "fields": { + "columnSpecName": { + "type": "string", + "id": 1 + }, + "columnDisplayName": { + "type": "string", + "id": 2 + }, + "featureImportance": { + "type": "float", + "id": 3 + } + } + }, + "ColumnSpec": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "dataType": { + "type": "DataType", + "id": 2 + }, + "displayName": { + "type": "string", + "id": 3 + }, + "dataStats": { + "type": "DataStats", + "id": 4 + }, + "topCorrelatedColumns": { + "rule": "repeated", + "type": "CorrelatedColumn", + "id": 5 + }, + "etag": { + "type": "string", + "id": 6 + } + }, + "nested": { + "CorrelatedColumn": { + "fields": { + "columnSpecId": { + "type": "string", + "id": 1 + }, + "correlationStats": { + "type": "CorrelationStats", + "id": 2 + } + } + } + } + }, + "DataStats": { + "oneofs": { + "stats": { + "oneof": [ + "float64Stats", + "stringStats", + "timestampStats", + "arrayStats", + "structStats", + "categoryStats" + ] + } + }, + "fields": { + "float64Stats": { + "type": "Float64Stats", + "id": 3 + }, + "stringStats": { + "type": "StringStats", + "id": 4 + }, + "timestampStats": { + "type": "TimestampStats", + "id": 5 + }, + "arrayStats": { + "type": "ArrayStats", + "id": 6 + }, + "structStats": { + "type": "StructStats", + "id": 7 + }, + "categoryStats": { + "type": "CategoryStats", + "id": 8 + }, + "distinctValueCount": { + "type": "int64", + "id": 1 + }, + "nullValueCount": { + "type": "int64", + "id": 2 + }, + "validValueCount": { + "type": "int64", + "id": 9 + } + } + }, + "Float64Stats": { + "fields": { + "mean": { + "type": "double", + "id": 1 + }, + "standardDeviation": { + "type": "double", + "id": 2 + }, + "quantiles": { + "rule": "repeated", + "type": "double", + "id": 3 + }, + "histogramBuckets": { + "rule": "repeated", + "type": "HistogramBucket", + "id": 4 + } + }, + "nested": { + "HistogramBucket": { + "fields": { + "min": { + "type": "double", + "id": 1 + }, + "max": { + "type": "double", + "id": 2 + }, + "count": { + "type": "int64", + "id": 3 + } + } + } + } + }, + "StringStats": { + "fields": { + "topUnigramStats": { + "rule": "repeated", + "type": "UnigramStats", + "id": 1 + } + }, + "nested": { + "UnigramStats": { + "fields": { + "value": { + "type": "string", + "id": 1 + }, + "count": { + "type": "int64", + "id": 2 + } + } + } + } + }, + "TimestampStats": { + "fields": { + "granularStats": { + "keyType": "string", + "type": "GranularStats", + "id": 1 + } + }, + "nested": { + "GranularStats": { + "fields": { + "buckets": { + "keyType": "int32", + "type": "int64", + "id": 1 + } + } + } + } + }, + "ArrayStats": { + "fields": { + "memberStats": { + "type": "DataStats", + "id": 2 + } + } + }, + "StructStats": { + "fields": { + "fieldStats": { + "keyType": "string", + "type": "DataStats", + "id": 1 + } + } + }, + "CategoryStats": { + "fields": { + "topCategoryStats": { + "rule": "repeated", + "type": "SingleCategoryStats", + "id": 1 + } + }, + "nested": { + "SingleCategoryStats": { + "fields": { + "value": { + "type": "string", + "id": 1 + }, + "count": { + "type": "int64", + "id": 2 + } + } + } + } + }, + "CorrelationStats": { + "fields": { + "cramersV": { + "type": "double", + "id": 1 + } + } + }, + "TypeCode": { + "values": { + "TYPE_CODE_UNSPECIFIED": 0, + "FLOAT64": 3, + "TIMESTAMP": 4, + "STRING": 6, + "ARRAY": 8, + "STRUCT": 9, + "CATEGORY": 10 + } + }, + "DataType": { + "oneofs": { + "details": { + "oneof": [ + "listElementType", + "structType", + "timeFormat" + ] + } + }, + "fields": { + "listElementType": { + "type": "DataType", + "id": 2 + }, + "structType": { + "type": "StructType", + "id": 3 + }, + "timeFormat": { + "type": "string", + "id": 5 + }, + "typeCode": { + "type": "TypeCode", + "id": 1 + }, + "nullable": { + "type": "bool", + "id": 4 + } + } + }, + "StructType": { + "fields": { + "fields": { + "keyType": "string", + "type": "DataType", + "id": 1 + } + } + }, + "Image": { + "oneofs": { + "data": { + "oneof": [ + "imageBytes", + "inputConfig" + ] + } + }, + "fields": { + "imageBytes": { + "type": "bytes", + "id": 1 + }, + "inputConfig": { + "type": "InputConfig", + "id": 6 + }, + "thumbnailUri": { + "type": "string", + "id": 4 + } + } + }, + "TextSnippet": { + "fields": { + "content": { + "type": "string", + "id": 1 + }, + "mimeType": { + "type": "string", + "id": 2 + }, + "contentUri": { + "type": "string", + "id": 4 + } + } + }, + "Document": { + "fields": { + "inputConfig": { + "type": "DocumentInputConfig", + "id": 1 + } + } + }, + "Row": { + "fields": { + "columnSpecIds": { + "rule": "repeated", + "type": "string", + "id": 2 + }, + "values": { + "rule": "repeated", + "type": "google.protobuf.Value", + "id": 3 + } + } + }, + "ExamplePayload": { + "oneofs": { + "payload": { + "oneof": [ + "image", + "textSnippet", + "document", + "row" + ] + } + }, + "fields": { + "image": { + "type": "Image", + "id": 1 + }, + "textSnippet": { + "type": "TextSnippet", + "id": 2 + }, + "document": { + "type": "Document", + "id": 4 + }, + "row": { + "type": "Row", + "id": 3 + } + } + }, + "DoubleRange": { + "fields": { + "start": { + "type": "double", + "id": 1 + }, + "end": { + "type": "double", + "id": 2 + } + } + }, + "TextClassificationDatasetMetadata": { + "fields": { + "classificationType": { + "type": "ClassificationType", + "id": 1 + } + } + }, + "TextClassificationModelMetadata": { + "fields": {} + }, + "TextExtractionDatasetMetadata": { + "fields": {} + }, + "TextExtractionModelMetadata": { + "fields": {} + }, + "TextSentimentDatasetMetadata": { + "fields": { + "sentimentMax": { + "type": "int32", + "id": 1 + } + } + }, + "TextSentimentModelMetadata": { + "fields": {} + }, + "TranslationDatasetMetadata": { + "fields": { + "sourceLanguageCode": { + "type": "string", + "id": 1 + }, + "targetLanguageCode": { + "type": "string", + "id": 2 + } + } + }, + "TranslationEvaluationMetrics": { + "fields": { + "bleuScore": { + "type": "double", + "id": 1 + }, + "baseBleuScore": { + "type": "double", + "id": 2 + } + } + }, + "TranslationModelMetadata": { + "fields": { + "baseModel": { + "type": "string", + "id": 1 + }, + "sourceLanguageCode": { + "type": "string", + "id": 2 + }, + "targetLanguageCode": { + "type": "string", + "id": 3 + } + } + }, + "TranslationAnnotation": { + "fields": { + "translatedContent": { + "type": "TextSnippet", + "id": 1 + } + } + }, + "VideoClassificationDatasetMetadata": { + "fields": {} + }, + "VideoObjectTrackingDatasetMetadata": { + "fields": {} + }, + "VideoClassificationModelMetadata": { + "fields": {} + }, + "VideoObjectTrackingModelMetadata": { + "fields": {} + }, + "ModelEvaluation": { + "oneofs": { + "metrics": { + "oneof": [ + "classificationEvaluationMetrics", + "regressionEvaluationMetrics", + "translationEvaluationMetrics", + "imageObjectDetectionEvaluationMetrics", + "videoObjectTrackingEvaluationMetrics", + "textSentimentEvaluationMetrics", + "textExtractionEvaluationMetrics" + ] + } + }, + "fields": { + "classificationEvaluationMetrics": { + "type": "ClassificationEvaluationMetrics", + "id": 8 + }, + "regressionEvaluationMetrics": { + "type": "RegressionEvaluationMetrics", + "id": 24 + }, + "translationEvaluationMetrics": { + "type": "TranslationEvaluationMetrics", + "id": 9 + }, + "imageObjectDetectionEvaluationMetrics": { + "type": "ImageObjectDetectionEvaluationMetrics", + "id": 12 + }, + "videoObjectTrackingEvaluationMetrics": { + "type": "VideoObjectTrackingEvaluationMetrics", + "id": 14 + }, + "textSentimentEvaluationMetrics": { + "type": "TextSentimentEvaluationMetrics", + "id": 11 + }, + "textExtractionEvaluationMetrics": { + "type": "TextExtractionEvaluationMetrics", + "id": 13 + }, + "name": { + "type": "string", + "id": 1 + }, + "annotationSpecId": { + "type": "string", + "id": 2 + }, + "displayName": { + "type": "string", + "id": 15 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 5 + }, + "evaluatedExampleCount": { + "type": "int32", + "id": 6 + } + } + }, + "ImageObjectDetectionAnnotation": { + "fields": { + "boundingBox": { + "type": "BoundingPoly", + "id": 1 + }, + "score": { + "type": "float", + "id": 2 + } + } + }, + "VideoObjectTrackingAnnotation": { + "fields": { + "instanceId": { + "type": "string", + "id": 1 + }, + "timeOffset": { + "type": "google.protobuf.Duration", + "id": 2 + }, + "boundingBox": { + "type": "BoundingPoly", + "id": 3 + }, + "score": { + "type": "float", + "id": 4 + } + } + }, + "BoundingBoxMetricsEntry": { + "fields": { + "iouThreshold": { + "type": "float", + "id": 1 + }, + "meanAveragePrecision": { + "type": "float", + "id": 2 + }, + "confidenceMetricsEntries": { + "rule": "repeated", + "type": "ConfidenceMetricsEntry", + "id": 3 + } + }, + "nested": { + "ConfidenceMetricsEntry": { + "fields": { + "confidenceThreshold": { + "type": "float", + "id": 1 + }, + "recall": { + "type": "float", + "id": 2 + }, + "precision": { + "type": "float", + "id": 3 + }, + "f1Score": { + "type": "float", + "id": 4 + } + } + } + } + }, + "ImageObjectDetectionEvaluationMetrics": { + "fields": { + "evaluatedBoundingBoxCount": { + "type": "int32", + "id": 1 + }, + "boundingBoxMetricsEntries": { + "rule": "repeated", + "type": "BoundingBoxMetricsEntry", + "id": 2 + }, + "boundingBoxMeanAveragePrecision": { + "type": "float", + "id": 3 + } + } + }, + "VideoObjectTrackingEvaluationMetrics": { + "fields": { + "evaluatedFrameCount": { + "type": "int32", + "id": 1 + }, + "evaluatedBoundingBoxCount": { + "type": "int32", + "id": 2 + }, + "boundingBoxMetricsEntries": { + "rule": "repeated", + "type": "BoundingBoxMetricsEntry", + "id": 4 + }, + "boundingBoxMeanAveragePrecision": { + "type": "float", + "id": 6 + } + } + }, + "NormalizedVertex": { + "fields": { + "x": { + "type": "float", + "id": 1 + }, + "y": { + "type": "float", + "id": 2 + } + } + }, + "BoundingPoly": { + "fields": { + "normalizedVertices": { + "rule": "repeated", + "type": "NormalizedVertex", + "id": 2 + } + } + }, + "RegressionEvaluationMetrics": { + "fields": { + "rootMeanSquaredError": { + "type": "float", + "id": 1 + }, + "meanAbsoluteError": { + "type": "float", + "id": 2 + }, + "meanAbsolutePercentageError": { + "type": "float", + "id": 3 + }, + "rSquared": { + "type": "float", + "id": 4 + }, + "rootMeanSquaredLogError": { + "type": "float", + "id": 5 + } + } + }, + "TextSentimentAnnotation": { + "fields": { + "sentiment": { + "type": "int32", + "id": 1 + } + } + }, + "TextSentimentEvaluationMetrics": { + "fields": { + "precision": { + "type": "float", + "id": 1 + }, + "recall": { + "type": "float", + "id": 2 + }, + "f1Score": { + "type": "float", + "id": 3 + }, + "meanAbsoluteError": { + "type": "float", + "id": 4 + }, + "meanSquaredError": { + "type": "float", + "id": 5 + }, + "linearKappa": { + "type": "float", + "id": 6 + }, + "quadraticKappa": { + "type": "float", + "id": 7 + }, + "confusionMatrix": { + "type": "ClassificationEvaluationMetrics.ConfusionMatrix", + "id": 8 + }, + "annotationSpecId": { + "rule": "repeated", + "type": "string", + "id": 9, + "options": { + "deprecated": true + } + } + } + }, + "Dataset": { + "oneofs": { + "datasetMetadata": { + "oneof": [ + "translationDatasetMetadata", + "imageClassificationDatasetMetadata", + "textClassificationDatasetMetadata", + "imageObjectDetectionDatasetMetadata", + "videoClassificationDatasetMetadata", + "videoObjectTrackingDatasetMetadata", + "textExtractionDatasetMetadata", + "textSentimentDatasetMetadata", + "tablesDatasetMetadata" + ] + } + }, + "fields": { + "translationDatasetMetadata": { + "type": "TranslationDatasetMetadata", + "id": 23 + }, + "imageClassificationDatasetMetadata": { + "type": "ImageClassificationDatasetMetadata", + "id": 24 + }, + "textClassificationDatasetMetadata": { + "type": "TextClassificationDatasetMetadata", + "id": 25 + }, + "imageObjectDetectionDatasetMetadata": { + "type": "ImageObjectDetectionDatasetMetadata", + "id": 26 + }, + "videoClassificationDatasetMetadata": { + "type": "VideoClassificationDatasetMetadata", + "id": 31 + }, + "videoObjectTrackingDatasetMetadata": { + "type": "VideoObjectTrackingDatasetMetadata", + "id": 29 + }, + "textExtractionDatasetMetadata": { + "type": "TextExtractionDatasetMetadata", + "id": 28 + }, + "textSentimentDatasetMetadata": { + "type": "TextSentimentDatasetMetadata", + "id": 30 + }, + "tablesDatasetMetadata": { + "type": "TablesDatasetMetadata", + "id": 33 + }, + "name": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 2 + }, + "description": { + "type": "string", + "id": 3 + }, + "exampleCount": { + "type": "int32", + "id": 21 + }, + "createTime": { + "type": "google.protobuf.Timestamp", + "id": 14 + }, + "etag": { + "type": "string", + "id": 17 + } + } + }, + "AnnotationPayload": { + "oneofs": { + "detail": { + "oneof": [ + "translation", + "classification", + "imageObjectDetection", + "videoClassification", + "videoObjectTracking", + "textExtraction", + "textSentiment", + "tables" + ] + } + }, + "fields": { + "translation": { + "type": "TranslationAnnotation", + "id": 2 + }, + "classification": { + "type": "ClassificationAnnotation", + "id": 3 + }, + "imageObjectDetection": { + "type": "ImageObjectDetectionAnnotation", + "id": 4 + }, + "videoClassification": { + "type": "VideoClassificationAnnotation", + "id": 9 + }, + "videoObjectTracking": { + "type": "VideoObjectTrackingAnnotation", + "id": 8 + }, + "textExtraction": { + "type": "TextExtractionAnnotation", + "id": 6 + }, + "textSentiment": { + "type": "TextSentimentAnnotation", + "id": 7 + }, + "tables": { + "type": "TablesAnnotation", + "id": 10 + }, + "annotationSpecId": { + "type": "string", + "id": 1 + }, + "displayName": { + "type": "string", + "id": 5 + } + } + }, + "AutoMl": { + "options": { + "(google.api.default_host)": "automl.googleapis.com", + "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform" + }, + "methods": { + "CreateDataset": { + "requestType": "CreateDatasetRequest", + "responseType": "Dataset", + "options": { + "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/datasets", + "(google.api.http).body": "dataset" + } + }, + "GetDataset": { + "requestType": "GetDatasetRequest", + "responseType": "Dataset", + "options": { + "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/datasets/*}" + } + }, + "ListDatasets": { + "requestType": "ListDatasetsRequest", + "responseType": "ListDatasetsResponse", + "options": { + "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/datasets" + } + }, + "UpdateDataset": { + "requestType": "UpdateDatasetRequest", + "responseType": "Dataset", + "options": { + "(google.api.http).patch": "/v1beta1/{dataset.name=projects/*/locations/*/datasets/*}", + "(google.api.http).body": "dataset" + } + }, + "DeleteDataset": { + "requestType": "DeleteDatasetRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/datasets/*}" + } + }, + "ImportData": { + "requestType": "ImportDataRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/datasets/*}:importData", + "(google.api.http).body": "*" + } + }, + "ExportData": { + "requestType": "ExportDataRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/datasets/*}:exportData", + "(google.api.http).body": "*" + } + }, + "GetAnnotationSpec": { + "requestType": "GetAnnotationSpecRequest", + "responseType": "AnnotationSpec", + "options": { + "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/datasets/*/annotationSpecs/*}" + } + }, + "GetTableSpec": { + "requestType": "GetTableSpecRequest", + "responseType": "TableSpec", + "options": { + "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/datasets/*/tableSpecs/*}" + } + }, + "ListTableSpecs": { + "requestType": "ListTableSpecsRequest", + "responseType": "ListTableSpecsResponse", + "options": { + "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*/datasets/*}/tableSpecs" + } + }, + "UpdateTableSpec": { + "requestType": "UpdateTableSpecRequest", + "responseType": "TableSpec", + "options": { + "(google.api.http).patch": "/v1beta1/{table_spec.name=projects/*/locations/*/datasets/*/tableSpecs/*}", + "(google.api.http).body": "table_spec" + } + }, + "GetColumnSpec": { + "requestType": "GetColumnSpecRequest", + "responseType": "ColumnSpec", + "options": { + "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/datasets/*/tableSpecs/*/columnSpecs/*}" + } + }, + "ListColumnSpecs": { + "requestType": "ListColumnSpecsRequest", + "responseType": "ListColumnSpecsResponse", + "options": { + "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*/datasets/*/tableSpecs/*}/columnSpecs" + } + }, + "UpdateColumnSpec": { + "requestType": "UpdateColumnSpecRequest", + "responseType": "ColumnSpec", + "options": { + "(google.api.http).patch": "/v1beta1/{column_spec.name=projects/*/locations/*/datasets/*/tableSpecs/*/columnSpecs/*}", + "(google.api.http).body": "column_spec" + } + }, + "CreateModel": { + "requestType": "CreateModelRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{parent=projects/*/locations/*}/models", + "(google.api.http).body": "model" + } + }, + "GetModel": { + "requestType": "GetModelRequest", + "responseType": "Model", + "options": { + "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/models/*}" + } + }, + "ListModels": { + "requestType": "ListModelsRequest", + "responseType": "ListModelsResponse", + "options": { + "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*}/models" + } + }, + "DeleteModel": { + "requestType": "DeleteModelRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).delete": "/v1beta1/{name=projects/*/locations/*/models/*}" + } + }, + "DeployModel": { + "requestType": "DeployModelRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/models/*}:deploy", + "(google.api.http).body": "*" + } + }, + "UndeployModel": { + "requestType": "UndeployModelRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/models/*}:undeploy", + "(google.api.http).body": "*" + } + }, + "ExportModel": { + "requestType": "ExportModelRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/models/*}:export", + "(google.api.http).body": "*" + } + }, + "ExportEvaluatedExamples": { + "requestType": "ExportEvaluatedExamplesRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/models/*}:exportEvaluatedExamples", + "(google.api.http).body": "*" + } + }, + "GetModelEvaluation": { + "requestType": "GetModelEvaluationRequest", + "responseType": "ModelEvaluation", + "options": { + "(google.api.http).get": "/v1beta1/{name=projects/*/locations/*/models/*/modelEvaluations/*}" + } + }, + "ListModelEvaluations": { + "requestType": "ListModelEvaluationsRequest", + "responseType": "ListModelEvaluationsResponse", + "options": { + "(google.api.http).get": "/v1beta1/{parent=projects/*/locations/*/models/*}/modelEvaluations" + } + } + } + }, + "CreateDatasetRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "dataset": { + "type": "Dataset", + "id": 2 + } + } + }, + "GetDatasetRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListDatasetsRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "filter": { + "type": "string", + "id": 3 + }, + "pageSize": { + "type": "int32", + "id": 4 + }, + "pageToken": { + "type": "string", + "id": 6 + } + } + }, + "ListDatasetsResponse": { + "fields": { + "datasets": { + "rule": "repeated", + "type": "Dataset", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "UpdateDatasetRequest": { + "fields": { + "dataset": { + "type": "Dataset", + "id": 1 + }, + "updateMask": { + "type": "google.protobuf.FieldMask", + "id": 2 + } + } + }, + "DeleteDatasetRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ImportDataRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "inputConfig": { + "type": "InputConfig", + "id": 3 + } + } + }, + "ExportDataRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "outputConfig": { + "type": "OutputConfig", + "id": 3 + } + } + }, + "GetAnnotationSpecRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "GetTableSpecRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "fieldMask": { + "type": "google.protobuf.FieldMask", + "id": 2 + } + } + }, + "ListTableSpecsRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "fieldMask": { + "type": "google.protobuf.FieldMask", + "id": 2 + }, + "filter": { + "type": "string", + "id": 3 + }, + "pageSize": { + "type": "int32", + "id": 4 + }, + "pageToken": { + "type": "string", + "id": 6 + } + } + }, + "ListTableSpecsResponse": { + "fields": { + "tableSpecs": { + "rule": "repeated", + "type": "TableSpec", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "UpdateTableSpecRequest": { + "fields": { + "tableSpec": { + "type": "TableSpec", + "id": 1 + }, + "updateMask": { + "type": "google.protobuf.FieldMask", + "id": 2 + } + } + }, + "GetColumnSpecRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "fieldMask": { + "type": "google.protobuf.FieldMask", + "id": 2 + } + } + }, + "ListColumnSpecsRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "fieldMask": { + "type": "google.protobuf.FieldMask", + "id": 2 + }, + "filter": { + "type": "string", + "id": 3 + }, + "pageSize": { + "type": "int32", + "id": 4 + }, + "pageToken": { + "type": "string", + "id": 6 + } + } + }, + "ListColumnSpecsResponse": { + "fields": { + "columnSpecs": { + "rule": "repeated", + "type": "ColumnSpec", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "UpdateColumnSpecRequest": { + "fields": { + "columnSpec": { + "type": "ColumnSpec", + "id": 1 + }, + "updateMask": { + "type": "google.protobuf.FieldMask", + "id": 2 + } + } + }, + "CreateModelRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "model": { + "type": "Model", + "id": 4 + } + } + }, + "GetModelRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListModelsRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "filter": { + "type": "string", + "id": 3 + }, + "pageSize": { + "type": "int32", + "id": 4 + }, + "pageToken": { + "type": "string", + "id": 6 + } + } + }, + "ListModelsResponse": { + "fields": { + "model": { + "rule": "repeated", + "type": "Model", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "DeleteModelRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "DeployModelRequest": { + "oneofs": { + "modelDeploymentMetadata": { + "oneof": [ + "imageObjectDetectionModelDeploymentMetadata" + ] + } + }, + "fields": { + "imageObjectDetectionModelDeploymentMetadata": { + "type": "ImageObjectDetectionModelDeploymentMetadata", + "id": 2 + }, + "name": { + "type": "string", + "id": 1 + } + } + }, + "UndeployModelRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ExportModelRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "outputConfig": { + "type": "ModelExportOutputConfig", + "id": 3 + } + } + }, + "ExportEvaluatedExamplesRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "outputConfig": { + "type": "ExportEvaluatedExamplesOutputConfig", + "id": 3 + } + } + }, + "GetModelEvaluationRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListModelEvaluationsRequest": { + "fields": { + "parent": { + "type": "string", + "id": 1 + }, + "filter": { + "type": "string", + "id": 3 + }, + "pageSize": { + "type": "int32", + "id": 4 + }, + "pageToken": { + "type": "string", + "id": 6 + } + } + }, + "ListModelEvaluationsResponse": { + "fields": { + "modelEvaluation": { + "rule": "repeated", + "type": "ModelEvaluation", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "TableSpec": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "timeColumnSpecId": { + "type": "string", + "id": 2 + }, + "rowCount": { + "type": "int64", + "id": 3 + }, + "columnCount": { + "type": "int64", + "id": 7 + }, + "inputConfigs": { + "rule": "repeated", + "type": "InputConfig", + "id": 5 + }, + "etag": { + "type": "string", + "id": 6 + } + } + }, + "PredictionService": { + "options": { + "(google.api.default_host)": "automl.googleapis.com", + "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform" + }, + "methods": { + "Predict": { + "requestType": "PredictRequest", + "responseType": "PredictResponse", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/models/*}:predict", + "(google.api.http).body": "*" + } + }, + "BatchPredict": { + "requestType": "BatchPredictRequest", + "responseType": "google.longrunning.Operation", + "options": { + "(google.api.http).post": "/v1beta1/{name=projects/*/locations/*/models/*}:batchPredict", + "(google.api.http).body": "*" + } + } + } + }, + "PredictRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "payload": { + "type": "ExamplePayload", + "id": 2 + }, + "params": { + "keyType": "string", + "type": "string", + "id": 3 + } + } + }, + "PredictResponse": { + "fields": { + "payload": { + "rule": "repeated", + "type": "AnnotationPayload", + "id": 1 + }, + "metadata": { + "keyType": "string", + "type": "string", + "id": 2 + } + } + }, + "BatchPredictRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "inputConfig": { + "type": "BatchPredictInputConfig", + "id": 3 + }, + "outputConfig": { + "type": "BatchPredictOutputConfig", + "id": 4 + }, + "params": { + "keyType": "string", + "type": "string", + "id": 5 + } + } + }, + "BatchPredictResult": { + "fields": {} + } + } + } + } + } + } + }, + "api": { + "options": { + "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations", + "java_multiple_files": true, + "java_outer_classname": "ClientProto", + "java_package": "com.google.api", + "objc_class_prefix": "GAPI", + "cc_enable_arenas": true + }, + "nested": { + "http": { + "type": "HttpRule", + "id": 72295728, + "extend": "google.protobuf.MethodOptions" + }, + "Http": { + "fields": { + "rules": { + "rule": "repeated", + "type": "HttpRule", + "id": 1 + }, + "fullyDecodeReservedExpansion": { + "type": "bool", + "id": 2 + } + } + }, + "HttpRule": { + "oneofs": { + "pattern": { + "oneof": [ + "get", + "put", + "post", + "delete", + "patch", + "custom" + ] + } + }, + "fields": { + "selector": { + "type": "string", + "id": 1 + }, + "get": { + "type": "string", + "id": 2 + }, + "put": { + "type": "string", + "id": 3 + }, + "post": { + "type": "string", + "id": 4 + }, + "delete": { + "type": "string", + "id": 5 + }, + "patch": { + "type": "string", + "id": 6 + }, + "custom": { + "type": "CustomHttpPattern", + "id": 8 + }, + "body": { + "type": "string", + "id": 7 + }, + "responseBody": { + "type": "string", + "id": 12 + }, + "additionalBindings": { + "rule": "repeated", + "type": "HttpRule", + "id": 11 + } + } + }, + "CustomHttpPattern": { + "fields": { + "kind": { + "type": "string", + "id": 1 + }, + "path": { + "type": "string", + "id": 2 + } + } + }, + "methodSignature": { + "rule": "repeated", + "type": "string", + "id": 1051, + "extend": "google.protobuf.MethodOptions" + }, + "defaultHost": { + "type": "string", + "id": 1049, + "extend": "google.protobuf.ServiceOptions" + }, + "oauthScopes": { + "type": "string", + "id": 1050, + "extend": "google.protobuf.ServiceOptions" + } + } + }, + "protobuf": { + "options": { + "go_package": "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor", + "java_package": "com.google.protobuf", + "java_outer_classname": "DescriptorProtos", + "csharp_namespace": "Google.Protobuf.Reflection", + "objc_class_prefix": "GPB", + "cc_enable_arenas": true, + "optimize_for": "SPEED" + }, + "nested": { + "FileDescriptorSet": { + "fields": { + "file": { + "rule": "repeated", + "type": "FileDescriptorProto", + "id": 1 + } + } + }, + "FileDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "package": { + "type": "string", + "id": 2 + }, + "dependency": { + "rule": "repeated", + "type": "string", + "id": 3 + }, + "publicDependency": { + "rule": "repeated", + "type": "int32", + "id": 10, + "options": { + "packed": false + } + }, + "weakDependency": { + "rule": "repeated", + "type": "int32", + "id": 11, + "options": { + "packed": false + } + }, + "messageType": { + "rule": "repeated", + "type": "DescriptorProto", + "id": 4 + }, + "enumType": { + "rule": "repeated", + "type": "EnumDescriptorProto", + "id": 5 + }, + "service": { + "rule": "repeated", + "type": "ServiceDescriptorProto", + "id": 6 + }, + "extension": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 7 + }, + "options": { + "type": "FileOptions", + "id": 8 + }, + "sourceCodeInfo": { + "type": "SourceCodeInfo", + "id": 9 + }, + "syntax": { + "type": "string", + "id": 12 + } + } + }, + "DescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "field": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 2 + }, + "extension": { + "rule": "repeated", + "type": "FieldDescriptorProto", + "id": 6 + }, + "nestedType": { + "rule": "repeated", + "type": "DescriptorProto", + "id": 3 + }, + "enumType": { + "rule": "repeated", + "type": "EnumDescriptorProto", + "id": 4 + }, + "extensionRange": { + "rule": "repeated", + "type": "ExtensionRange", + "id": 5 + }, + "oneofDecl": { + "rule": "repeated", + "type": "OneofDescriptorProto", + "id": 8 + }, + "options": { + "type": "MessageOptions", + "id": 7 + }, + "reservedRange": { + "rule": "repeated", + "type": "ReservedRange", + "id": 9 + }, + "reservedName": { + "rule": "repeated", + "type": "string", + "id": 10 + } + }, + "nested": { + "ExtensionRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + }, + "options": { + "type": "ExtensionRangeOptions", + "id": 3 + } + } + }, + "ReservedRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + } + } + } + } + }, + "ExtensionRangeOptions": { + "fields": { + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "FieldDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "number": { + "type": "int32", + "id": 3 + }, + "label": { + "type": "Label", + "id": 4 + }, + "type": { + "type": "Type", + "id": 5 + }, + "typeName": { + "type": "string", + "id": 6 + }, + "extendee": { + "type": "string", + "id": 2 + }, + "defaultValue": { + "type": "string", + "id": 7 + }, + "oneofIndex": { + "type": "int32", + "id": 9 + }, + "jsonName": { + "type": "string", + "id": 10 + }, + "options": { + "type": "FieldOptions", + "id": 8 + } + }, + "nested": { + "Type": { + "values": { + "TYPE_DOUBLE": 1, + "TYPE_FLOAT": 2, + "TYPE_INT64": 3, + "TYPE_UINT64": 4, + "TYPE_INT32": 5, + "TYPE_FIXED64": 6, + "TYPE_FIXED32": 7, + "TYPE_BOOL": 8, + "TYPE_STRING": 9, + "TYPE_GROUP": 10, + "TYPE_MESSAGE": 11, + "TYPE_BYTES": 12, + "TYPE_UINT32": 13, + "TYPE_ENUM": 14, + "TYPE_SFIXED32": 15, + "TYPE_SFIXED64": 16, + "TYPE_SINT32": 17, + "TYPE_SINT64": 18 + } + }, + "Label": { + "values": { + "LABEL_OPTIONAL": 1, + "LABEL_REQUIRED": 2, + "LABEL_REPEATED": 3 + } + } + } + }, + "OneofDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "options": { + "type": "OneofOptions", + "id": 2 + } + } + }, + "EnumDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "value": { + "rule": "repeated", + "type": "EnumValueDescriptorProto", + "id": 2 + }, + "options": { + "type": "EnumOptions", + "id": 3 + }, + "reservedRange": { + "rule": "repeated", + "type": "EnumReservedRange", + "id": 4 + }, + "reservedName": { + "rule": "repeated", + "type": "string", + "id": 5 + } + }, + "nested": { + "EnumReservedRange": { + "fields": { + "start": { + "type": "int32", + "id": 1 + }, + "end": { + "type": "int32", + "id": 2 + } + } + } + } + }, + "EnumValueDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "number": { + "type": "int32", + "id": 2 + }, + "options": { + "type": "EnumValueOptions", + "id": 3 + } + } + }, + "ServiceDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "method": { + "rule": "repeated", + "type": "MethodDescriptorProto", + "id": 2 + }, + "options": { + "type": "ServiceOptions", + "id": 3 + } + } + }, + "MethodDescriptorProto": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "inputType": { + "type": "string", + "id": 2 + }, + "outputType": { + "type": "string", + "id": 3 + }, + "options": { + "type": "MethodOptions", + "id": 4 + }, + "clientStreaming": { + "type": "bool", + "id": 5, + "options": { + "default": false + } + }, + "serverStreaming": { + "type": "bool", + "id": 6, + "options": { + "default": false + } + } + } + }, + "FileOptions": { + "fields": { + "javaPackage": { + "type": "string", + "id": 1 + }, + "javaOuterClassname": { + "type": "string", + "id": 8 + }, + "javaMultipleFiles": { + "type": "bool", + "id": 10, + "options": { + "default": false + } + }, + "javaGenerateEqualsAndHash": { + "type": "bool", + "id": 20, + "options": { + "deprecated": true + } + }, + "javaStringCheckUtf8": { + "type": "bool", + "id": 27, + "options": { + "default": false + } + }, + "optimizeFor": { + "type": "OptimizeMode", + "id": 9, + "options": { + "default": "SPEED" + } + }, + "goPackage": { + "type": "string", + "id": 11 + }, + "ccGenericServices": { + "type": "bool", + "id": 16, + "options": { + "default": false + } + }, + "javaGenericServices": { + "type": "bool", + "id": 17, + "options": { + "default": false + } + }, + "pyGenericServices": { + "type": "bool", + "id": 18, + "options": { + "default": false + } + }, + "phpGenericServices": { + "type": "bool", + "id": 42, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 23, + "options": { + "default": false + } + }, + "ccEnableArenas": { + "type": "bool", + "id": 31, + "options": { + "default": false + } + }, + "objcClassPrefix": { + "type": "string", + "id": 36 + }, + "csharpNamespace": { + "type": "string", + "id": 37 + }, + "swiftPrefix": { + "type": "string", + "id": 39 + }, + "phpClassPrefix": { + "type": "string", + "id": 40 + }, + "phpNamespace": { + "type": "string", + "id": 41 + }, + "phpMetadataNamespace": { + "type": "string", + "id": 44 + }, + "rubyPackage": { + "type": "string", + "id": 45 + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 38, + 38 + ] + ], + "nested": { + "OptimizeMode": { + "values": { + "SPEED": 1, + "CODE_SIZE": 2, + "LITE_RUNTIME": 3 + } + } + } + }, + "MessageOptions": { + "fields": { + "messageSetWireFormat": { + "type": "bool", + "id": 1, + "options": { + "default": false + } + }, + "noStandardDescriptorAccessor": { + "type": "bool", + "id": 2, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "mapEntry": { + "type": "bool", + "id": 7 + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 8, + 8 + ], + [ + 9, + 9 + ] + ] + }, + "FieldOptions": { + "fields": { + "ctype": { + "type": "CType", + "id": 1, + "options": { + "default": "STRING" + } + }, + "packed": { + "type": "bool", + "id": 2 + }, + "jstype": { + "type": "JSType", + "id": 6, + "options": { + "default": "JS_NORMAL" + } + }, + "lazy": { + "type": "bool", + "id": 5, + "options": { + "default": false + } + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "weak": { + "type": "bool", + "id": 10, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 4, + 4 + ] + ], + "nested": { + "CType": { + "values": { + "STRING": 0, + "CORD": 1, + "STRING_PIECE": 2 + } + }, + "JSType": { + "values": { + "JS_NORMAL": 0, + "JS_STRING": 1, + "JS_NUMBER": 2 + } + } + } + }, + "OneofOptions": { + "fields": { + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "EnumOptions": { + "fields": { + "allowAlias": { + "type": "bool", + "id": 2 + }, + "deprecated": { + "type": "bool", + "id": 3, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "reserved": [ + [ + 5, + 5 + ] + ] + }, + "EnumValueOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 1, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "ServiceOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 33, + "options": { + "default": false + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ] + }, + "MethodOptions": { + "fields": { + "deprecated": { + "type": "bool", + "id": 33, + "options": { + "default": false + } + }, + "idempotencyLevel": { + "type": "IdempotencyLevel", + "id": 34, + "options": { + "default": "IDEMPOTENCY_UNKNOWN" + } + }, + "uninterpretedOption": { + "rule": "repeated", + "type": "UninterpretedOption", + "id": 999 + } + }, + "extensions": [ + [ + 1000, + 536870911 + ] + ], + "nested": { + "IdempotencyLevel": { + "values": { + "IDEMPOTENCY_UNKNOWN": 0, + "NO_SIDE_EFFECTS": 1, + "IDEMPOTENT": 2 + } + } + } + }, + "UninterpretedOption": { + "fields": { + "name": { + "rule": "repeated", + "type": "NamePart", + "id": 2 + }, + "identifierValue": { + "type": "string", + "id": 3 + }, + "positiveIntValue": { + "type": "uint64", + "id": 4 + }, + "negativeIntValue": { + "type": "int64", + "id": 5 + }, + "doubleValue": { + "type": "double", + "id": 6 + }, + "stringValue": { + "type": "bytes", + "id": 7 + }, + "aggregateValue": { + "type": "string", + "id": 8 + } + }, + "nested": { + "NamePart": { + "fields": { + "namePart": { + "rule": "required", + "type": "string", + "id": 1 + }, + "isExtension": { + "rule": "required", + "type": "bool", + "id": 2 + } + } + } + } + }, + "SourceCodeInfo": { + "fields": { + "location": { + "rule": "repeated", + "type": "Location", + "id": 1 + } + }, + "nested": { + "Location": { + "fields": { + "path": { + "rule": "repeated", + "type": "int32", + "id": 1 + }, + "span": { + "rule": "repeated", + "type": "int32", + "id": 2 + }, + "leadingComments": { + "type": "string", + "id": 3 + }, + "trailingComments": { + "type": "string", + "id": 4 + }, + "leadingDetachedComments": { + "rule": "repeated", + "type": "string", + "id": 6 + } + } + } + } + }, + "GeneratedCodeInfo": { + "fields": { + "annotation": { + "rule": "repeated", + "type": "Annotation", + "id": 1 + } + }, + "nested": { + "Annotation": { + "fields": { + "path": { + "rule": "repeated", + "type": "int32", + "id": 1 + }, + "sourceFile": { + "type": "string", + "id": 2 + }, + "begin": { + "type": "int32", + "id": 3 + }, + "end": { + "type": "int32", + "id": 4 + } + } + } + } + }, + "Duration": { + "fields": { + "seconds": { + "type": "int64", + "id": 1 + }, + "nanos": { + "type": "int32", + "id": 2 + } + } + }, + "Timestamp": { + "fields": { + "seconds": { + "type": "int64", + "id": 1 + }, + "nanos": { + "type": "int32", + "id": 2 + } + } + }, + "Any": { + "fields": { + "type_url": { + "type": "string", + "id": 1 + }, + "value": { + "type": "bytes", + "id": 2 + } + } + }, + "Struct": { + "fields": { + "fields": { + "keyType": "string", + "type": "Value", + "id": 1 + } + } + }, + "Value": { + "oneofs": { + "kind": { + "oneof": [ + "nullValue", + "numberValue", + "stringValue", + "boolValue", + "structValue", + "listValue" + ] + } + }, + "fields": { + "nullValue": { + "type": "NullValue", + "id": 1 + }, + "numberValue": { + "type": "double", + "id": 2 + }, + "stringValue": { + "type": "string", + "id": 3 + }, + "boolValue": { + "type": "bool", + "id": 4 + }, + "structValue": { + "type": "Struct", + "id": 5 + }, + "listValue": { + "type": "ListValue", + "id": 6 + } + } + }, + "NullValue": { + "values": { + "NULL_VALUE": 0 + } + }, + "ListValue": { + "fields": { + "values": { + "rule": "repeated", + "type": "Value", + "id": 1 + } + } + }, + "Empty": { + "fields": {} + }, + "FieldMask": { + "fields": { + "paths": { + "rule": "repeated", + "type": "string", + "id": 1 + } + } + } + } + }, + "rpc": { + "options": { + "go_package": "google.golang.org/genproto/googleapis/rpc/status;status", + "java_multiple_files": true, + "java_outer_classname": "StatusProto", + "java_package": "com.google.rpc", + "objc_class_prefix": "RPC" + }, + "nested": { + "Status": { + "fields": { + "code": { + "type": "int32", + "id": 1 + }, + "message": { + "type": "string", + "id": 2 + }, + "details": { + "rule": "repeated", + "type": "google.protobuf.Any", + "id": 3 + } + } + } + } + }, + "longrunning": { + "options": { + "cc_enable_arenas": true, + "csharp_namespace": "Google.LongRunning", + "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning", + "java_multiple_files": true, + "java_outer_classname": "OperationsProto", + "java_package": "com.google.longrunning", + "php_namespace": "Google\\LongRunning" + }, + "nested": { + "operationInfo": { + "type": "google.longrunning.OperationInfo", + "id": 1049, + "extend": "google.protobuf.MethodOptions" + }, + "Operations": { + "methods": { + "ListOperations": { + "requestType": "ListOperationsRequest", + "responseType": "ListOperationsResponse", + "options": { + "(google.api.http).get": "/v1/{name=operations}" + } + }, + "GetOperation": { + "requestType": "GetOperationRequest", + "responseType": "Operation", + "options": { + "(google.api.http).get": "/v1/{name=operations/**}" + } + }, + "DeleteOperation": { + "requestType": "DeleteOperationRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).delete": "/v1/{name=operations/**}" + } + }, + "CancelOperation": { + "requestType": "CancelOperationRequest", + "responseType": "google.protobuf.Empty", + "options": { + "(google.api.http).post": "/v1/{name=operations/**}:cancel", + "(google.api.http).body": "*" + } + }, + "WaitOperation": { + "requestType": "WaitOperationRequest", + "responseType": "Operation" + } + } + }, + "Operation": { + "oneofs": { + "result": { + "oneof": [ + "error", + "response" + ] + } + }, + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "metadata": { + "type": "google.protobuf.Any", + "id": 2 + }, + "done": { + "type": "bool", + "id": 3 + }, + "error": { + "type": "google.rpc.Status", + "id": 4 + }, + "response": { + "type": "google.protobuf.Any", + "id": 5 + } + } + }, + "GetOperationRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "ListOperationsRequest": { + "fields": { + "name": { + "type": "string", + "id": 4 + }, + "filter": { + "type": "string", + "id": 1 + }, + "pageSize": { + "type": "int32", + "id": 2 + }, + "pageToken": { + "type": "string", + "id": 3 + } + } + }, + "ListOperationsResponse": { + "fields": { + "operations": { + "rule": "repeated", + "type": "Operation", + "id": 1 + }, + "nextPageToken": { + "type": "string", + "id": 2 + } + } + }, + "CancelOperationRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "DeleteOperationRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + } + } + }, + "WaitOperationRequest": { + "fields": { + "name": { + "type": "string", + "id": 1 + }, + "timeout": { + "type": "google.protobuf.Duration", + "id": 2 + } + } + }, + "OperationInfo": { + "fields": { + "responseType": { + "type": "string", + "id": 1 + }, + "metadataType": { + "type": "string", + "id": 2 + } + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/packages/google-cloud-automl/src/service_proto_list.json b/packages/google-cloud-automl/src/service_proto_list.json new file mode 100644 index 00000000000..10ece9c5f86 --- /dev/null +++ b/packages/google-cloud-automl/src/service_proto_list.json @@ -0,0 +1 @@ +["../protos/google/cloud/automl/v1beta1/text_extraction.proto", "../protos/google/cloud/automl/v1beta1/io.proto", "../protos/google/cloud/automl/v1beta1/classification.proto", "../protos/google/cloud/automl/v1beta1/operations.proto", "../protos/google/cloud/automl/v1beta1/tables.proto", "../protos/google/cloud/automl/v1beta1/data_stats.proto", "../protos/google/cloud/automl/v1beta1/ranges.proto", "../protos/google/cloud/automl/v1beta1/column_spec.proto", "../protos/google/cloud/automl/v1beta1/detection.proto", "../protos/google/cloud/automl/v1beta1/dataset.proto", "../protos/google/cloud/automl/v1beta1/model.proto", "../protos/google/cloud/automl/v1beta1/data_items.proto", "../protos/google/cloud/automl/v1beta1/annotation_payload.proto", "../protos/google/cloud/automl/v1beta1/temporal.proto", "../protos/google/cloud/automl/v1beta1/text_sentiment.proto", "../protos/google/cloud/automl/v1beta1/annotation_spec.proto", "../protos/google/cloud/automl/v1beta1/model_evaluation.proto", "../protos/google/cloud/automl/v1beta1/translation.proto", "../protos/google/cloud/automl/v1beta1/service.proto", "../protos/google/cloud/automl/v1beta1/image.proto", "../protos/google/cloud/automl/v1beta1/prediction_service.proto", "../protos/google/cloud/automl/v1beta1/table_spec.proto", "../protos/google/cloud/automl/v1beta1/text.proto", "../protos/google/cloud/automl/v1beta1/regression.proto", "../protos/google/cloud/automl/v1beta1/data_types.proto", "../protos/google/cloud/automl/v1beta1/geometry.proto", "../protos/google/cloud/automl/v1beta1/text_segment.proto", "../protos/google/cloud/automl/v1beta1/video.proto"] \ No newline at end of file diff --git a/packages/google-cloud-automl/src/v1beta1/auto_ml_client.js b/packages/google-cloud-automl/src/v1beta1/auto_ml_client.js index 2cc7a4b7f47..e28b049480f 100644 --- a/packages/google-cloud-automl/src/v1beta1/auto_ml_client.js +++ b/packages/google-cloud-automl/src/v1beta1/auto_ml_client.js @@ -441,6 +441,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -505,6 +506,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -558,6 +560,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -667,6 +670,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -831,6 +835,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -957,6 +962,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1075,6 +1081,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1195,6 +1202,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1248,6 +1256,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1359,6 +1368,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1525,6 +1535,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1637,6 +1648,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1740,6 +1752,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1793,6 +1806,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -1916,6 +1930,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2046,6 +2061,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2165,6 +2181,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2287,6 +2304,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2344,6 +2362,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2451,6 +2470,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2576,6 +2596,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2633,6 +2654,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2740,6 +2762,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -2865,6 +2888,7 @@ class AutoMlClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; diff --git a/packages/google-cloud-automl/src/v1beta1/prediction_service_client.js b/packages/google-cloud-automl/src/v1beta1/prediction_service_client.js index 88c70f83b81..dec2a35b7ee 100644 --- a/packages/google-cloud-automl/src/v1beta1/prediction_service_client.js +++ b/packages/google-cloud-automl/src/v1beta1/prediction_service_client.js @@ -313,6 +313,7 @@ class PredictionServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; @@ -492,6 +493,7 @@ class PredictionServiceClient { callback = options; options = {}; } + request = request || {}; options = options || {}; options.otherArgs = options.otherArgs || {}; options.otherArgs.headers = options.otherArgs.headers || {}; diff --git a/packages/google-cloud-automl/synth.metadata b/packages/google-cloud-automl/synth.metadata index 540fa35e7b1..1c955b1d3f0 100644 --- a/packages/google-cloud-automl/synth.metadata +++ b/packages/google-cloud-automl/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-07-11T11:08:02.755483Z", + "updateTime": "2019-08-02T11:08:09.132070Z", "sources": [ { "generator": { "name": "artman", - "version": "0.29.4", - "dockerImage": "googleapis/artman@sha256:63f21e83cb92680b7001dc381069e962c9e6dee314fd8365ac554c07c89221fb" + "version": "0.32.0", + "dockerImage": "googleapis/artman@sha256:6929f343c400122d85818195b18613330a12a014bffc1e08499550d40571479d" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "c50d9e822e19e069b7e3758736ea58cb4f35267c", - "internalRef": "257512381" + "sha": "b92472ba0d253f2099e9977c2a5749ecd9ef1a77", + "internalRef": "261295907" } }, {