Sha256: 2b32ba1ddb2b9c9c2137d359c4dd1a86bb7a0e53f624c48b8491fb2d89f8e883
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/datalabeling/v1beta1/annotation_spec_set.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/api/resource_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/datalabeling/v1beta1/annotation_spec_set.proto", :syntax => :proto3) do add_message "google.cloud.datalabeling.v1beta1.AnnotationSpecSet" do optional :name, :string, 1 optional :display_name, :string, 2 optional :description, :string, 3 repeated :annotation_specs, :message, 4, "google.cloud.datalabeling.v1beta1.AnnotationSpec" repeated :blocking_resources, :string, 5 end add_message "google.cloud.datalabeling.v1beta1.AnnotationSpec" do optional :display_name, :string, 1 optional :description, :string, 2 end end end module Google module Cloud module DataLabeling module V1beta1 AnnotationSpecSet = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.datalabeling.v1beta1.AnnotationSpecSet").msgclass AnnotationSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.datalabeling.v1beta1.AnnotationSpec").msgclass end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-data_labeling-v1beta1-0.4.0 | lib/google/cloud/datalabeling/v1beta1/annotation_spec_set_pb.rb |