public interface CreateCompanyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompany()
public abstract Company getCompany()Required. The company to be created.
.google.cloud.talent.v4.Company company = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Company |
The company. |
getCompanyOrBuilder()
public abstract CompanyOrBuilder getCompanyOrBuilder()Required. The company to be created.
.google.cloud.talent.v4.Company company = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CompanyOrBuilder |
|
getParent()
public abstract String getParent()Required. Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCompany()
public abstract boolean hasCompany()Required. The company to be created.
.google.cloud.talent.v4.Company company = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the company field is set. |