public interface FixedOrPercentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFixed()
Specifies a fixed value.
|
FixedOrPercent.ModeCase |
getModeCase() |
int |
getPercent()
Specifies the relative value defined as a percentage, which will be
multiplied by a reference value.
|
boolean |
hasFixed()
Specifies a fixed value.
|
boolean |
hasPercent()
Specifies the relative value defined as a percentage, which will be
multiplied by a reference value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFixed()
Specifies a fixed value.
int32 fixed = 1;int getFixed()
Specifies a fixed value.
int32 fixed = 1;boolean hasPercent()
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
int32 percent = 2;int getPercent()
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
int32 percent = 2;FixedOrPercent.ModeCase getModeCase()
Copyright © 2024 Google LLC. All rights reserved.