public final class

TestStorageServiceProto.TestArguments

extends <any>

implements TestStorageServiceProto.TestArgumentsOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.services.storage.TestStorageServiceProto.TestArguments

Overview

 Defines all the test arguments passed to the tests.
 
Protobuf type androidx.test.services.storage.TestArguments

Summary

Fields
public static final intARG_FIELD_NUMBER

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

public TestStorageServiceProto.TestArgumentgetArg(int index)

repeated .androidx.test.services.storage.TestArgument arg = 1;

public intgetArgCount()

repeated .androidx.test.services.storage.TestArgument arg = 1;

public java.util.List<TestStorageServiceProto.TestArgument>getArgList()

repeated .androidx.test.services.storage.TestArgument arg = 1;

public TestStorageServiceProto.TestArgumentOrBuildergetArgOrBuilder(int index)

repeated .androidx.test.services.storage.TestArgument arg = 1;

public java.util.List<TestStorageServiceProto.TestArgumentOrBuilder>getArgOrBuilderList()

repeated .androidx.test.services.storage.TestArgument arg = 1;

public static TestStorageServiceProto.TestArgumentsgetDefaultInstance()

public static TestStorageServiceProto.TestArguments.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static TestStorageServiceProto.TestArgumentsparseFrom(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 ARG_FIELD_NUMBER

Methods

public java.util.List<TestStorageServiceProto.TestArgument> getArgList()

repeated .androidx.test.services.storage.TestArgument arg = 1;

public java.util.List<TestStorageServiceProto.TestArgumentOrBuilder> getArgOrBuilderList()

repeated .androidx.test.services.storage.TestArgument arg = 1;

public int getArgCount()

repeated .androidx.test.services.storage.TestArgument arg = 1;

public TestStorageServiceProto.TestArgument getArg(int index)

repeated .androidx.test.services.storage.TestArgument arg = 1;

public TestStorageServiceProto.TestArgumentOrBuilder getArgOrBuilder(int index)

repeated .androidx.test.services.storage.TestArgument arg = 1;

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

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

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

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

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

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

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

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

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

public static TestStorageServiceProto.TestArguments 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.TestArguments getDefaultInstance()

public static <any> parser()