Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: remove unused proto imports (#1219)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 468735472

Source-Link: googleapis/googleapis@cfa1b37

Source-Link: googleapis/googleapis-gen@09b7666
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDliNzY2NjY1NjUxMGY1YjAwYjg5M2YwMDNhMGJhNTc2NmY5ZTI1MCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Aug 22, 2022
1 parent 39b9757 commit 6241a98
Show file tree
Hide file tree
Showing 52 changed files with 669 additions and 803 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,30 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "l/v1beta1/text_extraction.proto\0320google/"
+ "cloud/automl/v1beta1/text_sentiment.prot"
+ "o\032-google/cloud/automl/v1beta1/translati"
+ "on.proto\032\031google/protobuf/any.proto\032\034goo"
+ "gle/api/annotations.proto\"\346\005\n\021Annotation"
+ "Payload\022I\n\013translation\030\002 \001(\01322.google.cl"
+ "oud.automl.v1beta1.TranslationAnnotation"
+ "H\000\022O\n\016classification\030\003 \001(\01325.google.clou"
+ "d.automl.v1beta1.ClassificationAnnotatio"
+ "nH\000\022]\n\026image_object_detection\030\004 \001(\0132;.go"
+ "ogle.cloud.automl.v1beta1.ImageObjectDet"
+ "ectionAnnotationH\000\022Z\n\024video_classificati"
+ "on\030\t \001(\0132:.google.cloud.automl.v1beta1.V"
+ "ideoClassificationAnnotationH\000\022[\n\025video_"
+ "object_tracking\030\010 \001(\0132:.google.cloud.aut"
+ "oml.v1beta1.VideoObjectTrackingAnnotatio"
+ "nH\000\022P\n\017text_extraction\030\006 \001(\01325.google.cl"
+ "oud.automl.v1beta1.TextExtractionAnnotat"
+ "ionH\000\022N\n\016text_sentiment\030\007 \001(\01324.google.c"
+ "loud.automl.v1beta1.TextSentimentAnnotat"
+ "ionH\000\022?\n\006tables\030\n \001(\0132-.google.cloud.aut"
+ "oml.v1beta1.TablesAnnotationH\000\022\032\n\022annota"
+ "tion_spec_id\030\001 \001(\t\022\024\n\014display_name\030\005 \001(\t"
+ "B\010\n\006detailB\245\001\n\037com.google.cloud.automl.v"
+ "1beta1P\001ZAgoogle.golang.org/genproto/goo"
+ "gleapis/cloud/automl/v1beta1;automl\312\002\033Go"
+ "ogle\\Cloud\\AutoMl\\V1beta1\352\002\036Google::Clou"
+ "d::AutoML::V1beta1b\006proto3"
+ "on.proto\"\346\005\n\021AnnotationPayload\022I\n\013transl"
+ "ation\030\002 \001(\01322.google.cloud.automl.v1beta"
+ "1.TranslationAnnotationH\000\022O\n\016classificat"
+ "ion\030\003 \001(\01325.google.cloud.automl.v1beta1."
+ "ClassificationAnnotationH\000\022]\n\026image_obje"
+ "ct_detection\030\004 \001(\0132;.google.cloud.automl"
+ ".v1beta1.ImageObjectDetectionAnnotationH"
+ "\000\022Z\n\024video_classification\030\t \001(\0132:.google"
+ ".cloud.automl.v1beta1.VideoClassificatio"
+ "nAnnotationH\000\022[\n\025video_object_tracking\030\010"
+ " \001(\0132:.google.cloud.automl.v1beta1.Video"
+ "ObjectTrackingAnnotationH\000\022P\n\017text_extra"
+ "ction\030\006 \001(\01325.google.cloud.automl.v1beta"
+ "1.TextExtractionAnnotationH\000\022N\n\016text_sen"
+ "timent\030\007 \001(\01324.google.cloud.automl.v1bet"
+ "a1.TextSentimentAnnotationH\000\022?\n\006tables\030\n"
+ " \001(\0132-.google.cloud.automl.v1beta1.Table"
+ "sAnnotationH\000\022\032\n\022annotation_spec_id\030\001 \001("
+ "\t\022\024\n\014display_name\030\005 \001(\tB\010\n\006detailB\245\001\n\037co"
+ "m.google.cloud.automl.v1beta1P\001ZAgoogle."
+ "golang.org/genproto/googleapis/cloud/aut"
+ "oml/v1beta1;automl\312\002\033Google\\Cloud\\AutoMl"
+ "\\V1beta1\352\002\036Google::Cloud::AutoML::V1beta"
+ "1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand All @@ -85,8 +84,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.cloud.automl.v1beta1.TextExtraction.getDescriptor(),
com.google.cloud.automl.v1beta1.TextSentimentProto.getDescriptor(),
com.google.cloud.automl.v1beta1.TranslationProto.getDescriptor(),
com.google.protobuf.AnyProto.getDescriptor(),
com.google.api.AnnotationsProto.getDescriptor(),
});
internal_static_google_cloud_automl_v1beta1_AnnotationPayload_descriptor =
getDescriptor().getMessageTypes().get(0);
Expand All @@ -112,8 +109,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.cloud.automl.v1beta1.TextExtraction.getDescriptor();
com.google.cloud.automl.v1beta1.TextSentimentProto.getDescriptor();
com.google.cloud.automl.v1beta1.TranslationProto.getDescriptor();
com.google.protobuf.AnyProto.getDescriptor();
com.google.api.AnnotationsProto.getDescriptor();
}

// @@protoc_insertion_point(outer_class_scope)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,23 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
java.lang.String[] descriptorData = {
"\n1google/cloud/automl/v1beta1/annotation"
+ "_spec.proto\022\033google.cloud.automl.v1beta1"
+ "\032\031google/api/resource.proto\032\034google/api/"
+ "annotations.proto\"\326\001\n\016AnnotationSpec\022\014\n\004"
+ "name\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\t\022\025\n\rexam"
+ "ple_count\030\t \001(\005:\210\001\352A\204\001\n$automl.googleapi"
+ "s.com/AnnotationSpec\022\\projects/{project}"
+ "/locations/{location}/datasets/{dataset}"
+ "/annotationSpecs/{annotation_spec}B\245\001\n\037c"
+ "om.google.cloud.automl.v1beta1P\001ZAgoogle"
+ ".golang.org/genproto/googleapis/cloud/au"
+ "toml/v1beta1;automl\312\002\033Google\\Cloud\\AutoM"
+ "l\\V1beta1\352\002\036Google::Cloud::AutoML::V1bet"
+ "a1b\006proto3"
+ "\032\031google/api/resource.proto\"\326\001\n\016Annotati"
+ "onSpec\022\014\n\004name\030\001 \001(\t\022\024\n\014display_name\030\002 \001"
+ "(\t\022\025\n\rexample_count\030\t \001(\005:\210\001\352A\204\001\n$automl"
+ ".googleapis.com/AnnotationSpec\022\\projects"
+ "/{project}/locations/{location}/datasets"
+ "/{dataset}/annotationSpecs/{annotation_s"
+ "pec}B\245\001\n\037com.google.cloud.automl.v1beta1"
+ "P\001ZAgoogle.golang.org/genproto/googleapi"
+ "s/cloud/automl/v1beta1;automl\312\002\033Google\\C"
+ "loud\\AutoMl\\V1beta1\352\002\036Google::Cloud::Aut"
+ "oML::V1beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.api.ResourceProto.getDescriptor(),
com.google.api.AnnotationsProto.getDescriptor(),
});
internal_static_google_cloud_automl_v1beta1_AnnotationSpec_descriptor =
getDescriptor().getMessageTypes().get(0);
Expand All @@ -76,7 +74,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
descriptor, registry);
com.google.api.ResourceProto.getDescriptor();
com.google.api.AnnotationsProto.getDescriptor();
}

// @@protoc_insertion_point(outer_class_scope)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2361,7 +2361,7 @@ public interface ClassificationEvaluationMetricsOrBuilder
* <code>float base_au_prc = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.base_au_prc is
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=189
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=188
* @return The baseAuPrc.
*/
@java.lang.Deprecated
Expand Down Expand Up @@ -7816,7 +7816,7 @@ public float getAuPrc() {
* <code>float base_au_prc = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.base_au_prc is
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=189
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=188
* @return The baseAuPrc.
*/
@java.lang.Override
Expand Down Expand Up @@ -8719,7 +8719,7 @@ public Builder clearAuPrc() {
* <code>float base_au_prc = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.base_au_prc is
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=189
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=188
* @return The baseAuPrc.
*/
@java.lang.Override
Expand All @@ -8739,7 +8739,7 @@ public float getBaseAuPrc() {
* <code>float base_au_prc = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.base_au_prc is
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=189
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=188
* @param value The baseAuPrc to set.
* @return This builder for chaining.
*/
Expand All @@ -8762,7 +8762,7 @@ public Builder setBaseAuPrc(float value) {
* <code>float base_au_prc = 2 [deprecated = true];</code>
*
* @deprecated google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.base_au_prc is
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=189
* deprecated. See google/cloud/automl/v1beta1/classification.proto;l=188
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand Down Expand Up @@ -9959,51 +9959,49 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n0google/cloud/automl/v1beta1/classifica"
+ "tion.proto\022\033google.cloud.automl.v1beta1\032"
+ "*google/cloud/automl/v1beta1/temporal.pr"
+ "oto\032\034google/api/annotations.proto\")\n\030Cla"
+ "ssificationAnnotation\022\r\n\005score\030\001 \001(\002\"\307\001\n"
+ "\035VideoClassificationAnnotation\022\014\n\004type\030\001"
+ " \001(\t\022X\n\031classification_annotation\030\002 \001(\0132"
+ "5.google.cloud.automl.v1beta1.Classifica"
+ "tionAnnotation\022>\n\014time_segment\030\003 \001(\0132(.g"
+ "oogle.cloud.automl.v1beta1.TimeSegment\"\251"
+ "\007\n\037ClassificationEvaluationMetrics\022\016\n\006au"
+ "_prc\030\001 \001(\002\022\027\n\013base_au_prc\030\002 \001(\002B\002\030\001\022\016\n\006a"
+ "u_roc\030\006 \001(\002\022\020\n\010log_loss\030\007 \001(\002\022u\n\030confide"
+ "nce_metrics_entry\030\003 \003(\0132S.google.cloud.a"
+ "utoml.v1beta1.ClassificationEvaluationMe"
+ "trics.ConfidenceMetricsEntry\022f\n\020confusio"
+ "n_matrix\030\004 \001(\0132L.google.cloud.automl.v1b"
+ "eta1.ClassificationEvaluationMetrics.Con"
+ "fusionMatrix\022\032\n\022annotation_spec_id\030\005 \003(\t"
+ "\032\374\002\n\026ConfidenceMetricsEntry\022\034\n\024confidenc"
+ "e_threshold\030\001 \001(\002\022\032\n\022position_threshold\030"
+ "\016 \001(\005\022\016\n\006recall\030\002 \001(\002\022\021\n\tprecision\030\003 \001(\002"
+ "\022\033\n\023false_positive_rate\030\010 \001(\002\022\020\n\010f1_scor"
+ "e\030\004 \001(\002\022\022\n\nrecall_at1\030\005 \001(\002\022\025\n\rprecision"
+ "_at1\030\006 \001(\002\022\037\n\027false_positive_rate_at1\030\t "
+ "\001(\002\022\024\n\014f1_score_at1\030\007 \001(\002\022\033\n\023true_positi"
+ "ve_count\030\n \001(\003\022\034\n\024false_positive_count\030\013"
+ " \001(\003\022\034\n\024false_negative_count\030\014 \001(\003\022\033\n\023tr"
+ "ue_negative_count\030\r \001(\003\032\300\001\n\017ConfusionMat"
+ "rix\022\032\n\022annotation_spec_id\030\001 \003(\t\022\024\n\014displ"
+ "ay_name\030\003 \003(\t\022]\n\003row\030\002 \003(\0132P.google.clou"
+ "d.automl.v1beta1.ClassificationEvaluatio"
+ "nMetrics.ConfusionMatrix.Row\032\034\n\003Row\022\025\n\re"
+ "xample_count\030\001 \003(\005*Y\n\022ClassificationType"
+ "\022#\n\037CLASSIFICATION_TYPE_UNSPECIFIED\020\000\022\016\n"
+ "\nMULTICLASS\020\001\022\016\n\nMULTILABEL\020\002B\270\001\n\037com.go"
+ "ogle.cloud.automl.v1beta1B\023Classificatio"
+ "nProtoZAgoogle.golang.org/genproto/googl"
+ "eapis/cloud/automl/v1beta1;automl\312\002\033Goog"
+ "le\\Cloud\\AutoMl\\V1beta1\352\002\036Google::Cloud:"
+ ":AutoML::V1beta1b\006proto3"
+ "oto\")\n\030ClassificationAnnotation\022\r\n\005score"
+ "\030\001 \001(\002\"\307\001\n\035VideoClassificationAnnotation"
+ "\022\014\n\004type\030\001 \001(\t\022X\n\031classification_annotat"
+ "ion\030\002 \001(\01325.google.cloud.automl.v1beta1."
+ "ClassificationAnnotation\022>\n\014time_segment"
+ "\030\003 \001(\0132(.google.cloud.automl.v1beta1.Tim"
+ "eSegment\"\251\007\n\037ClassificationEvaluationMet"
+ "rics\022\016\n\006au_prc\030\001 \001(\002\022\027\n\013base_au_prc\030\002 \001("
+ "\002B\002\030\001\022\016\n\006au_roc\030\006 \001(\002\022\020\n\010log_loss\030\007 \001(\002\022"
+ "u\n\030confidence_metrics_entry\030\003 \003(\0132S.goog"
+ "le.cloud.automl.v1beta1.ClassificationEv"
+ "aluationMetrics.ConfidenceMetricsEntry\022f"
+ "\n\020confusion_matrix\030\004 \001(\0132L.google.cloud."
+ "automl.v1beta1.ClassificationEvaluationM"
+ "etrics.ConfusionMatrix\022\032\n\022annotation_spe"
+ "c_id\030\005 \003(\t\032\374\002\n\026ConfidenceMetricsEntry\022\034\n"
+ "\024confidence_threshold\030\001 \001(\002\022\032\n\022position_"
+ "threshold\030\016 \001(\005\022\016\n\006recall\030\002 \001(\002\022\021\n\tpreci"
+ "sion\030\003 \001(\002\022\033\n\023false_positive_rate\030\010 \001(\002\022"
+ "\020\n\010f1_score\030\004 \001(\002\022\022\n\nrecall_at1\030\005 \001(\002\022\025\n"
+ "\rprecision_at1\030\006 \001(\002\022\037\n\027false_positive_r"
+ "ate_at1\030\t \001(\002\022\024\n\014f1_score_at1\030\007 \001(\002\022\033\n\023t"
+ "rue_positive_count\030\n \001(\003\022\034\n\024false_positi"
+ "ve_count\030\013 \001(\003\022\034\n\024false_negative_count\030\014"
+ " \001(\003\022\033\n\023true_negative_count\030\r \001(\003\032\300\001\n\017Co"
+ "nfusionMatrix\022\032\n\022annotation_spec_id\030\001 \003("
+ "\t\022\024\n\014display_name\030\003 \003(\t\022]\n\003row\030\002 \003(\0132P.g"
+ "oogle.cloud.automl.v1beta1.Classificatio"
+ "nEvaluationMetrics.ConfusionMatrix.Row\032\034"
+ "\n\003Row\022\025\n\rexample_count\030\001 \003(\005*Y\n\022Classifi"
+ "cationType\022#\n\037CLASSIFICATION_TYPE_UNSPEC"
+ "IFIED\020\000\022\016\n\nMULTICLASS\020\001\022\016\n\nMULTILABEL\020\002B"
+ "\270\001\n\037com.google.cloud.automl.v1beta1B\023Cla"
+ "ssificationProtoZAgoogle.golang.org/genp"
+ "roto/googleapis/cloud/automl/v1beta1;aut"
+ "oml\312\002\033Google\\Cloud\\AutoMl\\V1beta1\352\002\036Goog"
+ "le::Cloud::AutoML::V1beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.cloud.automl.v1beta1.Temporal.getDescriptor(),
com.google.api.AnnotationsProto.getDescriptor(),
});
internal_static_google_cloud_automl_v1beta1_ClassificationAnnotation_descriptor =
getDescriptor().getMessageTypes().get(0);
Expand Down Expand Up @@ -10079,7 +10077,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"ExampleCount",
});
com.google.cloud.automl.v1beta1.Temporal.getDescriptor();
com.google.api.AnnotationsProto.getDescriptor();
}

// @@protoc_insertion_point(outer_class_scope)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,25 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "c.proto\022\033google.cloud.automl.v1beta1\032\031go"
+ "ogle/api/resource.proto\032,google/cloud/au"
+ "toml/v1beta1/data_stats.proto\032,google/cl"
+ "oud/automl/v1beta1/data_types.proto\032\034goo"
+ "gle/api/annotations.proto\"\233\004\n\nColumnSpec"
+ "\022\014\n\004name\030\001 \001(\t\0228\n\tdata_type\030\002 \001(\0132%.goog"
+ "le.cloud.automl.v1beta1.DataType\022\024\n\014disp"
+ "lay_name\030\003 \001(\t\022:\n\ndata_stats\030\004 \001(\0132&.goo"
+ "gle.cloud.automl.v1beta1.DataStats\022X\n\026to"
+ "p_correlated_columns\030\005 \003(\01328.google.clou"
+ "d.automl.v1beta1.ColumnSpec.CorrelatedCo"
+ "lumn\022\014\n\004etag\030\006 \001(\t\032t\n\020CorrelatedColumn\022\026"
+ "\n\016column_spec_id\030\001 \001(\t\022H\n\021correlation_st"
+ "ats\030\002 \001(\0132-.google.cloud.automl.v1beta1."
+ "CorrelationStats:\224\001\352A\220\001\n automl.googleap"
+ "is.com/ColumnSpec\022lprojects/{project}/lo"
+ "cations/{location}/datasets/{dataset}/ta"
+ "bleSpecs/{table_spec}/columnSpecs/{colum"
+ "n_spec}B\245\001\n\037com.google.cloud.automl.v1be"
+ "ta1P\001ZAgoogle.golang.org/genproto/google"
+ "apis/cloud/automl/v1beta1;automl\312\002\033Googl"
+ "e\\Cloud\\AutoMl\\V1beta1\352\002\036Google::Cloud::"
+ "AutoML::V1beta1b\006proto3"
+ "oud/automl/v1beta1/data_types.proto\"\233\004\n\n"
+ "ColumnSpec\022\014\n\004name\030\001 \001(\t\0228\n\tdata_type\030\002 "
+ "\001(\0132%.google.cloud.automl.v1beta1.DataTy"
+ "pe\022\024\n\014display_name\030\003 \001(\t\022:\n\ndata_stats\030\004"
+ " \001(\0132&.google.cloud.automl.v1beta1.DataS"
+ "tats\022X\n\026top_correlated_columns\030\005 \003(\01328.g"
+ "oogle.cloud.automl.v1beta1.ColumnSpec.Co"
+ "rrelatedColumn\022\014\n\004etag\030\006 \001(\t\032t\n\020Correlat"
+ "edColumn\022\026\n\016column_spec_id\030\001 \001(\t\022H\n\021corr"
+ "elation_stats\030\002 \001(\0132-.google.cloud.autom"
+ "l.v1beta1.CorrelationStats:\224\001\352A\220\001\n autom"
+ "l.googleapis.com/ColumnSpec\022lprojects/{p"
+ "roject}/locations/{location}/datasets/{d"
+ "ataset}/tableSpecs/{table_spec}/columnSp"
+ "ecs/{column_spec}B\245\001\n\037com.google.cloud.a"
+ "utoml.v1beta1P\001ZAgoogle.golang.org/genpr"
+ "oto/googleapis/cloud/automl/v1beta1;auto"
+ "ml\312\002\033Google\\Cloud\\AutoMl\\V1beta1\352\002\036Googl"
+ "e::Cloud::AutoML::V1beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand All @@ -76,7 +75,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.api.ResourceProto.getDescriptor(),
com.google.cloud.automl.v1beta1.DataStatsOuterClass.getDescriptor(),
com.google.cloud.automl.v1beta1.DataTypes.getDescriptor(),
com.google.api.AnnotationsProto.getDescriptor(),
});
internal_static_google_cloud_automl_v1beta1_ColumnSpec_descriptor =
getDescriptor().getMessageTypes().get(0);
Expand All @@ -102,7 +100,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.api.ResourceProto.getDescriptor();
com.google.cloud.automl.v1beta1.DataStatsOuterClass.getDescriptor();
com.google.cloud.automl.v1beta1.DataTypes.getDescriptor();
com.google.api.AnnotationsProto.getDescriptor();
}

// @@protoc_insertion_point(outer_class_scope)
Expand Down
Loading

0 comments on commit 6241a98

Please sign in to comment.