Class: Google::Cloud::Speech::V2::UndeleteCustomClassRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Request message for the UndeleteCustomClass method.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

Returns:

  • (::String)

    This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.



1791
1792
1793
1794
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1791

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

#name::String

Returns Required. The name of the CustomClass to undelete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

Returns:

  • (::String)

    Required. The name of the CustomClass to undelete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}



1791
1792
1793
1794
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1791

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

#validate_only::Boolean

Returns If set, validate the request and preview the undeleted CustomClass, but do not actually undelete it.

Returns:

  • (::Boolean)

    If set, validate the request and preview the undeleted CustomClass, but do not actually undelete it.



1791
1792
1793
1794
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1791

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