public static final class Common.FixedOrPercent extends GeneratedMessage implements Common.FixedOrPercentOrBuilderMessage encapsulating a value that can be either absolute ("fixed") or relative ("percent") to a value.
Protobuf type google.cloud.osconfig.v1.FixedOrPercent
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Common.FixedOrPercentImplements
Common.FixedOrPercentOrBuilderStatic Fields
FIXED_FIELD_NUMBER
public static final int FIXED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PERCENT_FIELD_NUMBER
public static final int PERCENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Common.FixedOrPercent getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Common.FixedOrPercent.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent.Builder |
|
newBuilder(Common.FixedOrPercent prototype)
public static Common.FixedOrPercent.Builder newBuilder(Common.FixedOrPercent prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Common.FixedOrPercent |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent.Builder |
|
parseDelimitedFrom(InputStream input)
public static Common.FixedOrPercent parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Common.FixedOrPercent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Common.FixedOrPercent parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Common.FixedOrPercent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Common.FixedOrPercent parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Common.FixedOrPercent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Common.FixedOrPercent parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Common.FixedOrPercent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Common.FixedOrPercent parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Common.FixedOrPercent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Common.FixedOrPercent parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Common.FixedOrPercent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Common.FixedOrPercent> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FixedOrPercent> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Common.FixedOrPercent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent |
|
getFixed()
public int getFixed()Specifies a fixed value.
int32 fixed = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The fixed. |
getModeCase()
public Common.FixedOrPercent.ModeCase getModeCase()| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent.ModeCase |
|
getParserForType()
public Parser<Common.FixedOrPercent> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FixedOrPercent> |
|
getPercent()
public int getPercent()Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
int32 percent = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The percent. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasFixed()
public boolean hasFixed()Specifies a fixed value.
int32 fixed = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the percent field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Common.FixedOrPercent.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Common.FixedOrPercent.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent.Builder |
|
toBuilder()
public Common.FixedOrPercent.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Common.FixedOrPercent.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|