public static enum Tenant.DataUsageType extends Enum<Tenant.DataUsageType> implements com.google.protobuf.ProtocolMessageEnum
Enum that represents how user data owned by the tenant is used.Protobuf enum
google.cloud.talent.v4beta1.Tenant.DataUsageType| Enum Constant and Description |
|---|
AGGREGATED
Data owned by this tenant is used to improve search/recommendation
quality across tenants.
|
DATA_USAGE_TYPE_UNSPECIFIED
Default value.
|
ISOLATED
Data owned by this tenant is used to improve search/recommendation
quality for this tenant only.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AGGREGATED_VALUE
Data owned by this tenant is used to improve search/recommendation
quality across tenants.
|
static int |
DATA_USAGE_TYPE_UNSPECIFIED_VALUE
Default value.
|
static int |
ISOLATED_VALUE
Data owned by this tenant is used to improve search/recommendation
quality for this tenant only.
|
| Modifier and Type | Method and Description |
|---|---|
static Tenant.DataUsageType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Tenant.DataUsageType> |
internalGetValueMap() |
static Tenant.DataUsageType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Tenant.DataUsageType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Tenant.DataUsageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tenant.DataUsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tenant.DataUsageType DATA_USAGE_TYPE_UNSPECIFIED
Default value.
DATA_USAGE_TYPE_UNSPECIFIED = 0;public static final Tenant.DataUsageType AGGREGATED
Data owned by this tenant is used to improve search/recommendation quality across tenants.
AGGREGATED = 1;public static final Tenant.DataUsageType ISOLATED
Data owned by this tenant is used to improve search/recommendation quality for this tenant only.
ISOLATED = 2;public static final Tenant.DataUsageType UNRECOGNIZED
public static final int DATA_USAGE_TYPE_UNSPECIFIED_VALUE
Default value.
DATA_USAGE_TYPE_UNSPECIFIED = 0;public static final int AGGREGATED_VALUE
Data owned by this tenant is used to improve search/recommendation quality across tenants.
AGGREGATED = 1;public static final int ISOLATED_VALUE
Data owned by this tenant is used to improve search/recommendation quality for this tenant only.
ISOLATED = 2;public static Tenant.DataUsageType[] values()
for (Tenant.DataUsageType c : Tenant.DataUsageType.values()) System.out.println(c);
public static Tenant.DataUsageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Tenant.DataUsageType valueOf(int value)
forNumber(int) instead.public static Tenant.DataUsageType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Tenant.DataUsageType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Tenant.DataUsageType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.