Uses of Class
com.google.cloud.talent.v4.Tenant.Builder
-
Packages that use Tenant.Builder Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of Tenant.Builder in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return Tenant.Builder Modifier and Type Method Description Tenant.Builder
Tenant.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Tenant.Builder
ListTenantsResponse.Builder. addTenantsBuilder()
Tenants for the current client.Tenant.Builder
ListTenantsResponse.Builder. addTenantsBuilder(int index)
Tenants for the current client.Tenant.Builder
Tenant.Builder. clear()
Tenant.Builder
Tenant.Builder. clearExternalId()
Required.Tenant.Builder
Tenant.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Tenant.Builder
Tenant.Builder. clearName()
Required during tenant update.Tenant.Builder
Tenant.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Tenant.Builder
Tenant.Builder. clone()
Tenant.Builder
CreateTenantRequest.Builder. getTenantBuilder()
Required.Tenant.Builder
UpdateTenantRequest.Builder. getTenantBuilder()
Required.Tenant.Builder
ListTenantsResponse.Builder. getTenantsBuilder(int index)
Tenants for the current client.Tenant.Builder
Tenant.Builder. mergeFrom(Tenant other)
Tenant.Builder
Tenant.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Tenant.Builder
Tenant.Builder. mergeFrom(com.google.protobuf.Message other)
Tenant.Builder
Tenant.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Tenant.Builder
Tenant. newBuilder()
static Tenant.Builder
Tenant. newBuilder(Tenant prototype)
Tenant.Builder
Tenant. newBuilderForType()
protected Tenant.Builder
Tenant. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Tenant.Builder
Tenant.Builder. setExternalId(String value)
Required.Tenant.Builder
Tenant.Builder. setExternalIdBytes(com.google.protobuf.ByteString value)
Required.Tenant.Builder
Tenant.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Tenant.Builder
Tenant.Builder. setName(String value)
Required during tenant update.Tenant.Builder
Tenant.Builder. setNameBytes(com.google.protobuf.ByteString value)
Required during tenant update.Tenant.Builder
Tenant.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Tenant.Builder
Tenant.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Tenant.Builder
Tenant. toBuilder()
Methods in com.google.cloud.talent.v4 that return types with arguments of type Tenant.Builder Modifier and Type Method Description List<Tenant.Builder>
ListTenantsResponse.Builder. getTenantsBuilderList()
Tenants for the current client.Methods in com.google.cloud.talent.v4 with parameters of type Tenant.Builder Modifier and Type Method Description ListTenantsResponse.Builder
ListTenantsResponse.Builder. addTenants(int index, Tenant.Builder builderForValue)
Tenants for the current client.ListTenantsResponse.Builder
ListTenantsResponse.Builder. addTenants(Tenant.Builder builderForValue)
Tenants for the current client.CreateTenantRequest.Builder
CreateTenantRequest.Builder. setTenant(Tenant.Builder builderForValue)
Required.UpdateTenantRequest.Builder
UpdateTenantRequest.Builder. setTenant(Tenant.Builder builderForValue)
Required.ListTenantsResponse.Builder
ListTenantsResponse.Builder. setTenants(int index, Tenant.Builder builderForValue)
Tenants for the current client.
-