Class Common.FixedOrPercent (2.4.3)

public static final class Common.FixedOrPercent extends GeneratedMessageV3 implements Common.FixedOrPercentOrBuilder

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

Protobuf type google.cloud.osconfig.v1beta.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 Common.FixedOrPercent getDefaultInstance()
Returns
TypeDescription
Common.FixedOrPercent

getDescriptor()

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

newBuilder()

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

newBuilder(Common.FixedOrPercent prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Common.FixedOrPercent getDefaultInstanceForType()
Returns
TypeDescription
Common.FixedOrPercent

getFixed()

public int getFixed()

Specifies a fixed value.

int32 fixed = 1;

Returns
TypeDescription
int

The fixed.

getModeCase()

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

getParserForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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