Class FixedOrPercent (2.5.2)

public final class FixedOrPercent extends GeneratedMessageV3 implements FixedOrPercentOrBuilder

Message encapsulating a value that can be either absolute ("fixed") or relative ("percent") to a value.

Protobuf type google.cloud.osconfig.v1alpha.FixedOrPercent

Static Fields

FIXED_FIELD_NUMBER

public static final int FIXED_FIELD_NUMBER
Field Value
TypeDescription
int

PERCENT_FIELD_NUMBER

public static final int PERCENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FixedOrPercent getDefaultInstance()
Returns
TypeDescription
FixedOrPercent

getDescriptor()

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

newBuilder()

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

newBuilder(FixedOrPercent prototype)

public static FixedOrPercent.Builder newBuilder(FixedOrPercent prototype)
Parameter
NameDescription
prototypeFixedOrPercent
Returns
TypeDescription
FixedOrPercent.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public FixedOrPercent getDefaultInstanceForType()
Returns
TypeDescription
FixedOrPercent

getFixed()

public int getFixed()

Specifies a fixed value.

int32 fixed = 1;

Returns
TypeDescription
int

The fixed.

getModeCase()

public FixedOrPercent.ModeCase getModeCase()
Returns
TypeDescription
FixedOrPercent.ModeCase

getParserForType()

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

getPercent()

public int getPercent()

Specifies the relative value defined as a percentage, which will be multiplied by a reference value.

int32 percent = 2;

Returns
TypeDescription
int

The percent.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasFixed()

public boolean hasFixed()

Specifies a fixed value.

int32 fixed = 1;

Returns
TypeDescription
boolean

Whether the fixed field is set.

hasPercent()

public boolean hasPercent()

Specifies the relative value defined as a percentage, which will be multiplied by a reference value.

int32 percent = 2;

Returns
TypeDescription
boolean

Whether the percent field is set.

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 FixedOrPercent.Builder newBuilderForType()
Returns
TypeDescription
FixedOrPercent.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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