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.BuilderTenant.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Tenant.BuilderListTenantsResponse.Builder. addTenantsBuilder()Tenants for the current client.Tenant.BuilderListTenantsResponse.Builder. addTenantsBuilder(int index)Tenants for the current client.Tenant.BuilderTenant.Builder. clear()Tenant.BuilderTenant.Builder. clearExternalId()Required.Tenant.BuilderTenant.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Tenant.BuilderTenant.Builder. clearName()Required during tenant update.Tenant.BuilderTenant.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Tenant.BuilderTenant.Builder. clone()Tenant.BuilderCreateTenantRequest.Builder. getTenantBuilder()Required.Tenant.BuilderUpdateTenantRequest.Builder. getTenantBuilder()Required.Tenant.BuilderListTenantsResponse.Builder. getTenantsBuilder(int index)Tenants for the current client.Tenant.BuilderTenant.Builder. mergeFrom(Tenant other)Tenant.BuilderTenant.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Tenant.BuilderTenant.Builder. mergeFrom(com.google.protobuf.Message other)Tenant.BuilderTenant.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Tenant.BuilderTenant. newBuilder()static Tenant.BuilderTenant. newBuilder(Tenant prototype)Tenant.BuilderTenant. newBuilderForType()protected Tenant.BuilderTenant. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Tenant.BuilderTenant.Builder. setExternalId(String value)Required.Tenant.BuilderTenant.Builder. setExternalIdBytes(com.google.protobuf.ByteString value)Required.Tenant.BuilderTenant.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Tenant.BuilderTenant.Builder. setName(String value)Required during tenant update.Tenant.BuilderTenant.Builder. setNameBytes(com.google.protobuf.ByteString value)Required during tenant update.Tenant.BuilderTenant.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Tenant.BuilderTenant.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Tenant.BuilderTenant. 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.BuilderListTenantsResponse.Builder. addTenants(int index, Tenant.Builder builderForValue)Tenants for the current client.ListTenantsResponse.BuilderListTenantsResponse.Builder. addTenants(Tenant.Builder builderForValue)Tenants for the current client.CreateTenantRequest.BuilderCreateTenantRequest.Builder. setTenant(Tenant.Builder builderForValue)Required.UpdateTenantRequest.BuilderUpdateTenantRequest.Builder. setTenant(Tenant.Builder builderForValue)Required.ListTenantsResponse.BuilderListTenantsResponse.Builder. setTenants(int index, Tenant.Builder builderForValue)Tenants for the current client.
-