Interface CreateTenantRequestOrBuilder (2.2.9)

public interface CreateTenantRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
TenantOrBuilder

hasTenant()

public abstract boolean hasTenant()

Required. The tenant to be created.

.google.cloud.talent.v4beta1.Tenant tenant = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the tenant field is set.