public final class

TestStorageServiceProto.TestArgument.Builder

extends <any>

implements TestStorageServiceProto.TestArgumentOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.services.storage.TestStorageServiceProto.TestArgument.Builder

Overview

 Defines the test argument passed to the tests.
 
Protobuf type androidx.test.services.storage.TestArgument

Summary

Methods
public TestStorageServiceProto.TestArgument.BuilderclearName()

 Name of the test argument.

public TestStorageServiceProto.TestArgument.BuilderclearValue()

 Value of the test argument.

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.

public TestStorageServiceProto.TestArgument.BuildersetName(java.lang.String value)

 Name of the test argument.

public TestStorageServiceProto.TestArgument.BuildersetNameBytes(com.google.protobuf.ByteString value)

 Name of the test argument.

public TestStorageServiceProto.TestArgument.BuildersetValue(java.lang.String value)

 Value of the test argument.

public TestStorageServiceProto.TestArgument.BuildersetValueBytes(com.google.protobuf.ByteString value)

 Value of the test argument.

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

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 TestStorageServiceProto.TestArgument.Builder setName(java.lang.String value)

 Name of the test argument.
 
string name = 1;

Parameters:

value: The name to set.

Returns:

This builder for chaining.

 Name of the test argument.
 
string name = 1;

Returns:

This builder for chaining.

public TestStorageServiceProto.TestArgument.Builder setNameBytes(com.google.protobuf.ByteString value)

 Name of the test argument.
 
string name = 1;

Parameters:

value: The bytes for name to set.

Returns:

This builder for chaining.

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.

public TestStorageServiceProto.TestArgument.Builder setValue(java.lang.String value)

 Value of the test argument.
 
string value = 2;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

 Value of the test argument.
 
string value = 2;

Returns:

This builder for chaining.

public TestStorageServiceProto.TestArgument.Builder setValueBytes(com.google.protobuf.ByteString value)

 Value of the test argument.
 
string value = 2;

Parameters:

value: The bytes for value to set.

Returns:

This builder for chaining.