Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::CreateApplicationRequest (v0.4.6)

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::CreateApplicationRequest.

The Request of the CreateApplication method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#application

def application() -> ::Google::Cloud::Talent::V4beta1::Application
Returns

#application=

def application=(value) -> ::Google::Cloud::Talent::V4beta1::Application
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the profile under which the application is created.

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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the profile under which the application is created.

    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 under which the application is created.

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