public interface

TestStorageServiceProto.TestArgumentOrBuilder

 androidx.test.services.storage.TestStorageServiceProto.TestArgumentOrBuilder

Subclasses:

TestStorageServiceProto.TestArgument, TestStorageServiceProto.TestArgument.Builder

Summary

Methods
public java.lang.StringgetName()

 Name of the test argument.

public com.google.protobuf.ByteStringgetNameBytes()

 Name of the test argument.

public java.lang.StringgetValue()

 Value of the test argument.

public com.google.protobuf.ByteStringgetValueBytes()

 Value of the test argument.

Methods

public java.lang.String getName()

 Name of the test argument.
 
string name = 1;

Returns:

The name.

public com.google.protobuf.ByteString getNameBytes()

 Name of the test argument.
 
string name = 1;

Returns:

The bytes for name.

public java.lang.String getValue()

 Value of the test argument.
 
string value = 2;

Returns:

The value.

public com.google.protobuf.ByteString getValueBytes()

 Value of the test argument.
 
string value = 2;

Returns:

The bytes for value.