public final class

TestStorageServiceProto.TestArgument

extends <any>

implements TestStorageServiceProto.TestArgumentOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intNAME_FIELD_NUMBER

public static final intVALUE_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static TestStorageServiceProto.TestArgumentgetDefaultInstance()

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 static TestStorageServiceProto.TestArgument.BuildernewBuilder()

public static TestStorageServiceProto.TestArgument.BuildernewBuilder(TestStorageServiceProto.TestArgument prototype)

public static TestStorageServiceProto.TestArgumentparseDelimitedFrom(java.io.InputStream input)

public static TestStorageServiceProto.TestArgumentparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgumentparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgumentparseFrom(java.nio.ByteBuffer data)

public static TestStorageServiceProto.TestArgumentparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgumentparseFrom(com.google.protobuf.ByteString data)

public static TestStorageServiceProto.TestArgumentparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgumentparseFrom(com.google.protobuf.CodedInputStream input)

public static TestStorageServiceProto.TestArgumentparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgumentparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

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

Fields

public static final int NAME_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER

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.

public static TestStorageServiceProto.TestArgument parseFrom(java.nio.ByteBuffer data)

public static TestStorageServiceProto.TestArgument parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgument parseFrom(com.google.protobuf.ByteString data)

public static TestStorageServiceProto.TestArgument parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgument parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgument parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgument parseDelimitedFrom(java.io.InputStream input)

public static TestStorageServiceProto.TestArgument parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TestStorageServiceProto.TestArgument parseFrom(com.google.protobuf.CodedInputStream input)

public static TestStorageServiceProto.TestArgument parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static TestStorageServiceProto.TestArgument getDefaultInstance()

public static <any> parser()