public interface CreateApplicationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplication()
public abstract Application getApplication()Required. The application to be created.
.google.cloud.talent.v4beta1.Application application = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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];
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the application field is set. |