Interface UserPropertyOrBuilder (0.1.0)

public interface UserPropertyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPropertyName()

public abstract String getPropertyName()

Required. The name of the user property to use.

string property_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The propertyName.

getPropertyNameBytes()

public abstract ByteString getPropertyNameBytes()

Required. The name of the user property to use.

string property_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for propertyName.

getValue()

public abstract String getValue()

Required. The string representation of the value of the user property to use.

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

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. The string representation of the value of the user property to use.

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

Returns
Type Description
ByteString

The bytes for value.