StringChangeOrBuilder

public interface StringChangeOrBuilder implements MessageOrBuilder

Functions

Link copied to clipboard
public abstract String getNewValue()
The new value of the field.
string new_value = 2;
Link copied to clipboard
public abstract ByteString getNewValueBytes()
The new value of the field.
string new_value = 2;
Link copied to clipboard
public abstract String getPreviousValue()
The value of the field that's changing.
string previous_value = 1;
Link copied to clipboard
public abstract ByteString getPreviousValueBytes()
The value of the field that's changing.
string previous_value = 1;

Inherited functions

Link copied to clipboard
Link copied to clipboard
public abstract Map<Descriptors.FieldDescriptor, Object> getAllFields()
Link copied to clipboard
public abstract Message getDefaultInstanceForType()
public abstract MessageLite getDefaultInstanceForType()
Link copied to clipboard
public abstract Descriptors.Descriptor getDescriptorForType()
Link copied to clipboard
public abstract Object getField(Descriptors.FieldDescriptor p)
Link copied to clipboard
Link copied to clipboard
public abstract Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract Object getRepeatedField(Descriptors.FieldDescriptor p, int p1)
Link copied to clipboard
public abstract int getRepeatedFieldCount(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract UnknownFieldSet getUnknownFields()
Link copied to clipboard
public abstract boolean hasField(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract boolean hasOneof(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract boolean isInitialized()

Inheritors

Link copied to clipboard
Link copied to clipboard