Class: Google::Cloud::Talent::V4beta1::DeleteProfileRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile_service.rb

Overview

Delete profile request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the profile to be deleted.

The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". For example, "projects/foo/tenants/bar/profiles/baz".

Returns:

  • (::String)

    Required. Resource name of the profile to be deleted.

    The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". For example, "projects/foo/tenants/bar/profiles/baz".



137
138
139
140
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 137

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