Class: Google::Cloud::DataLabeling::V1beta1::DeleteAnnotationSpecSetRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Request message for DeleteAnnotationSpecSet.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. AnnotationSpec resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}.

Returns:

  • (::String)

    Required. AnnotationSpec resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}.



514
515
516
517
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 514

class DeleteAnnotationSpecSetRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end