Class IntegerTypeOptions (0.37.0)

public final class IntegerTypeOptions extends GeneratedMessageV3 implements IntegerTypeOptionsOrBuilder

Configurations for an integer property.

Protobuf type google.cloud.contentwarehouse.v1.IntegerTypeOptions

Static Methods

getDefaultInstance()

public static IntegerTypeOptions getDefaultInstance()
Returns
TypeDescription
IntegerTypeOptions

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static IntegerTypeOptions.Builder newBuilder()
Returns
TypeDescription
IntegerTypeOptions.Builder

newBuilder(IntegerTypeOptions prototype)

public static IntegerTypeOptions.Builder newBuilder(IntegerTypeOptions prototype)
Parameter
NameDescription
prototypeIntegerTypeOptions
Returns
TypeDescription
IntegerTypeOptions.Builder

parseDelimitedFrom(InputStream input)

public static IntegerTypeOptions parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntegerTypeOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static IntegerTypeOptions parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IntegerTypeOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IntegerTypeOptions parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IntegerTypeOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IntegerTypeOptions parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IntegerTypeOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static IntegerTypeOptions parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntegerTypeOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static IntegerTypeOptions parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IntegerTypeOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IntegerTypeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<IntegerTypeOptions> parser()
Returns
TypeDescription
Parser<IntegerTypeOptions>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public IntegerTypeOptions getDefaultInstanceForType()
Returns
TypeDescription
IntegerTypeOptions

getParserForType()

public Parser<IntegerTypeOptions> getParserForType()
Returns
TypeDescription
Parser<IntegerTypeOptions>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public IntegerTypeOptions.Builder newBuilderForType()
Returns
TypeDescription
IntegerTypeOptions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IntegerTypeOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
IntegerTypeOptions.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public IntegerTypeOptions.Builder toBuilder()
Returns
TypeDescription
IntegerTypeOptions.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException