Interface CreateApplicationRequestOrBuilder

public interface CreateApplicationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplication()

public abstract Application getApplication()

Required. The application to be created.

.google.cloud.talent.v4beta1.Application application = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Application

The application.

getApplicationOrBuilder()

public abstract ApplicationOrBuilder getApplicationOrBuilder()

Required. The application to be created.

.google.cloud.talent.v4beta1.Application application = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ApplicationOrBuilder

getParent()

public abstract String getParent()

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 parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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 parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasApplication()

public abstract boolean hasApplication()

Required. The application to be created.

.google.cloud.talent.v4beta1.Application application = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the application field is set.