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