public interface CreateTenantRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Tenant |
getTenant()
Required.
|
TenantOrBuilder |
getTenantOrBuilder()
Required.
|
boolean |
hasTenant()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example,
"projects/api-test-project".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example,
"projects/api-test-project".
string parent = 1;boolean hasTenant()
Required. The tenant to be created.
.google.cloud.talent.v4beta1.Tenant tenant = 2;Tenant getTenant()
Required. The tenant to be created.
.google.cloud.talent.v4beta1.Tenant tenant = 2;TenantOrBuilder getTenantOrBuilder()
Required. The tenant to be created.
.google.cloud.talent.v4beta1.Tenant tenant = 2;Copyright © 2019 Google LLC. All rights reserved.