- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static final class Common.FixedOrPercent.Builder extends GeneratedMessageV3.Builder<Common.FixedOrPercent.Builder> implements Common.FixedOrPercentOrBuilder
Message 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.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Common.FixedOrPercent.BuilderImplements
Common.FixedOrPercentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Common.FixedOrPercent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
build()
public Common.FixedOrPercent build()
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent |
buildPartial()
public Common.FixedOrPercent buildPartial()
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent |
clear()
public Common.FixedOrPercent.Builder clear()
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
clearField(Descriptors.FieldDescriptor field)
public Common.FixedOrPercent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
clearFixed()
public Common.FixedOrPercent.Builder clearFixed()
Specifies a fixed value.
int32 fixed = 1;
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder | This builder for chaining. |
clearMode()
public Common.FixedOrPercent.Builder clearMode()
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Common.FixedOrPercent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
clearPercent()
public Common.FixedOrPercent.Builder clearPercent()
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
int32 percent = 2;
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder | This builder for chaining. |
clone()
public Common.FixedOrPercent.Builder clone()
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
getDefaultInstanceForType()
public Common.FixedOrPercent getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Common.FixedOrPercent other)
public Common.FixedOrPercent.Builder mergeFrom(Common.FixedOrPercent other)
Parameter | |
---|---|
Name | Description |
other | Common.FixedOrPercent |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Common.FixedOrPercent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Common.FixedOrPercent.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Common.FixedOrPercent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Common.FixedOrPercent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
setFixed(int value)
public Common.FixedOrPercent.Builder setFixed(int value)
Specifies a fixed value.
int32 fixed = 1;
Parameter | |
---|---|
Name | Description |
value | int The fixed to set. |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder | This builder for chaining. |
setPercent(int value)
public Common.FixedOrPercent.Builder setPercent(int value)
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
int32 percent = 2;
Parameter | |
---|---|
Name | Description |
value | int The percent to set. |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Common.FixedOrPercent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Common.FixedOrPercent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Common.FixedOrPercent.Builder |