public interface CreateCompanyRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Company |
getCompany()
Required.
|
CompanyOrBuilder |
getCompanyOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasCompany()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasCompany()
Required. The company to be created.
.google.cloud.talent.v4beta1.Company company = 2 [(.google.api.field_behavior) = REQUIRED];
Company getCompany()
Required. The company to be created.
.google.cloud.talent.v4beta1.Company company = 2 [(.google.api.field_behavior) = REQUIRED];
CompanyOrBuilder getCompanyOrBuilder()
Required. The company to be created.
.google.cloud.talent.v4beta1.Company company = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.