public final class

FixedProto.FixedString.Builder

extends <any>

implements FixedProto.FixedStringOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.FixedProto.FixedString.Builder

Overview

 A fixed string type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedString

Summary

Methods
public FixedProto.FixedString.BuilderclearValue()

 The value.

public java.lang.StringgetValue()

 The value.

public com.google.protobuf.ByteStringgetValueBytes()

 The value.

public FixedProto.FixedString.BuildersetValue(java.lang.String value)

 The value.

public FixedProto.FixedString.BuildersetValueBytes(com.google.protobuf.ByteString value)

 The value.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.lang.String getValue()

 The value.
 
string value = 1;

Returns:

The value.

public com.google.protobuf.ByteString getValueBytes()

 The value.
 
string value = 1;

Returns:

The bytes for value.

public FixedProto.FixedString.Builder setValue(java.lang.String value)

 The value.
 
string value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

public FixedProto.FixedString.Builder clearValue()

 The value.
 
string value = 1;

Returns:

This builder for chaining.

public FixedProto.FixedString.Builder setValueBytes(com.google.protobuf.ByteString value)

 The value.
 
string value = 1;

Parameters:

value: The bytes for value to set.

Returns:

This builder for chaining.