Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.8.2 (#304)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.8.2

PiperOrigin-RevId: 504289125

Source-Link: googleapis/googleapis@38a48a4

Source-Link: googleapis/googleapis-gen@b2dc226
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 25, 2023
1 parent 569f482 commit fe0f234
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-datalabeling/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
google/cloud/datalabeling/__init__.py
google/cloud/datalabeling/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.datalabeling import gapic_version as package_version
from google.cloud.datalabeling_v1beta1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class AnnotationSource(proto.Enum):
Values:
ANNOTATION_SOURCE_UNSPECIFIED (0):
No description available.
OPERATOR (3):
Answer is provided by a human contributor.
"""
Expand All @@ -71,7 +71,7 @@ class AnnotationSentiment(proto.Enum):
Values:
ANNOTATION_SENTIMENT_UNSPECIFIED (0):
No description available.
NEGATIVE (1):
This annotation describes negatively about
the data.
Expand All @@ -89,7 +89,7 @@ class AnnotationType(proto.Enum):
Values:
ANNOTATION_TYPE_UNSPECIFIED (0):
No description available.
IMAGE_CLASSIFICATION_ANNOTATION (1):
Classification annotations in an image.
Allowed for continuous evaluation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ class Feature(proto.Enum):
Values:
FEATURE_UNSPECIFIED (0):
No description available.
CLASSIFICATION (1):
Label whole image with one or more of labels.
BOUNDING_BOX (2):
Expand Down Expand Up @@ -621,7 +621,7 @@ class Feature(proto.Enum):
Values:
FEATURE_UNSPECIFIED (0):
No description available.
CLASSIFICATION (1):
Label whole video or video segment with one
or more labels.
Expand Down Expand Up @@ -721,7 +721,7 @@ class Feature(proto.Enum):
Values:
FEATURE_UNSPECIFIED (0):
No description available.
TEXT_CLASSIFICATION (1):
Label text content to one of more labels.
TEXT_ENTITY_EXTRACTION (2):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@ class DataType(proto.Enum):
Values:
DATA_TYPE_UNSPECIFIED (0):
No description available.
IMAGE (1):
Allowed for continuous evaluation.
VIDEO (2):
No description available.
TEXT (4):
Allowed for continuous evaluation.
GENERAL_DATA (6):
Allowed for continuous evaluation.
"""
DATA_TYPE_UNSPECIFIED = 0
IMAGE = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class State(proto.Enum):
Values:
STATE_UNSPECIFIED (0):
No description available.
SCHEDULED (1):
The job is scheduled to run at the [configured
interval][google.cloud.datalabeling.v1beta1.EvaluationJob.schedule].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class StringAggregationType(proto.Enum):
Values:
STRING_AGGREGATION_TYPE_UNSPECIFIED (0):
No description available.
MAJORITY_VOTE (1):
Majority vote to aggregate answers.
UNANIMOUS_VOTE (2):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datalabeling",
"version": "1.8.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit fe0f234

Please sign in to comment.