public interface CreateCompanyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Company |
getCompany()
Required.
|
CompanyOrBuilder |
getCompanyOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasCompany()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;com.google.protobuf.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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;boolean hasCompany()
Required. The company to be created.
.google.cloud.talent.v4beta1.Company company = 2;Company getCompany()
Required. The company to be created.
.google.cloud.talent.v4beta1.Company company = 2;CompanyOrBuilder getCompanyOrBuilder()
Required. The company to be created.
.google.cloud.talent.v4beta1.Company company = 2;Copyright © 2019 Google LLC. All rights reserved.