Class: Google::Cloud::Talent::V4beta1::GetApplicationRequest

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

Overview

Request for getting a application by name.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the application to be retrieved.

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

Returns:

  • (::String)

    Required. The resource name of the application to be retrieved.

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



48
49
50
51
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 48

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