public final class EnumTypeOptions extends GeneratedMessageV3 implements EnumTypeOptionsOrBuilder
Configurations for an enum/categorical property.
Protobuf type google.cloud.contentwarehouse.v1.EnumTypeOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > EnumTypeOptionsImplements
EnumTypeOptionsOrBuilderStatic Fields
POSSIBLE_VALUES_FIELD_NUMBER
public static final int POSSIBLE_VALUES_FIELD_NUMBER
Type | Description |
int |
VALIDATION_CHECK_DISABLED_FIELD_NUMBER
public static final int VALIDATION_CHECK_DISABLED_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static EnumTypeOptions getDefaultInstance()
Type | Description |
EnumTypeOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static EnumTypeOptions.Builder newBuilder()
Type | Description |
EnumTypeOptions.Builder |
newBuilder(EnumTypeOptions prototype)
public static EnumTypeOptions.Builder newBuilder(EnumTypeOptions prototype)
Name | Description |
prototype | EnumTypeOptions |
Type | Description |
EnumTypeOptions.Builder |
parseDelimitedFrom(InputStream input)
public static EnumTypeOptions parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
EnumTypeOptions |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EnumTypeOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnumTypeOptions |
Type | Description |
IOException |
parseFrom(byte[] data)
public static EnumTypeOptions parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
EnumTypeOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EnumTypeOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnumTypeOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static EnumTypeOptions parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
EnumTypeOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EnumTypeOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnumTypeOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static EnumTypeOptions parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
EnumTypeOptions |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EnumTypeOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnumTypeOptions |
Type | Description |
IOException |
parseFrom(InputStream input)
public static EnumTypeOptions parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
EnumTypeOptions |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EnumTypeOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnumTypeOptions |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static EnumTypeOptions parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
EnumTypeOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EnumTypeOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EnumTypeOptions |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<EnumTypeOptions> parser()
Type | Description |
Parser<EnumTypeOptions> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public EnumTypeOptions getDefaultInstanceForType()
Type | Description |
EnumTypeOptions |
getParserForType()
public Parser<EnumTypeOptions> getParserForType()
Type | Description |
Parser<EnumTypeOptions> |
getPossibleValues(int index)
public String getPossibleValues(int index)
Required. List of possible enum values.
repeated string possible_values = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The possibleValues at the given index. |
getPossibleValuesBytes(int index)
public ByteString getPossibleValuesBytes(int index)
Required. List of possible enum values.
repeated string possible_values = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the possibleValues at the given index. |
getPossibleValuesCount()
public int getPossibleValuesCount()
Required. List of possible enum values.
repeated string possible_values = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int | The count of possibleValues. |
getPossibleValuesList()
public ProtocolStringList getPossibleValuesList()
Required. List of possible enum values.
repeated string possible_values = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ProtocolStringList | A list containing the possibleValues. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getValidationCheckDisabled()
public boolean getValidationCheckDisabled()
Make sure the Enum property value provided in the document is in the possile value list during document creation. The validation check runs by default.
bool validation_check_disabled = 2;
Type | Description |
boolean | The validationCheckDisabled. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public EnumTypeOptions.Builder newBuilderForType()
Type | Description |
EnumTypeOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EnumTypeOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
EnumTypeOptions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public EnumTypeOptions.Builder toBuilder()
Type | Description |
EnumTypeOptions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |