Interface AdaptationModifierOrBuilder (1.82.0)

public interface AdaptationModifierOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModifier()

public abstract String getModifier()

Optional. The modifier name.

string modifier = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The modifier.

getModifierBytes()

public abstract ByteString getModifierBytes()

Optional. The modifier name.

string modifier = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for modifier.

getValue()

public abstract String getValue()

Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.

string value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.

string value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for value.