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
- (::Google::Cloud::Talent::V4beta1::Application) — Required. The application to be created.
#application=
def application=(value) -> ::Google::Cloud::Talent::V4beta1::Application
- value (::Google::Cloud::Talent::V4beta1::Application) — Required. The application to be created.
- (::Google::Cloud::Talent::V4beta1::Application) — Required. The application to be created.
#parent
def parent() -> ::String
-
(::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
-
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".
-
(::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".