public interface CreateTenantRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getTenant()
public abstract Tenant getTenant()Required. The tenant to be created.
.google.cloud.talent.v4beta1.Tenant tenant = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Tenant | The tenant. |
getTenantOrBuilder()
public abstract TenantOrBuilder getTenantOrBuilder()Required. The tenant to be created.
.google.cloud.talent.v4beta1.Tenant tenant = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| TenantOrBuilder |
hasTenant()
public abstract boolean hasTenant()Required. The tenant to be created.
.google.cloud.talent.v4beta1.Tenant tenant = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the tenant field is set. |