public interface

WebWebdriverAtoms.GetTextTransformingAtomProtoOrBuilder

 androidx.test.espresso.web.proto.webdriver.WebWebdriverAtoms.GetTextTransformingAtomProtoOrBuilder

Subclasses:

WebWebdriverAtoms.GetTextTransformingAtomProto, WebWebdriverAtoms.GetTextTransformingAtomProto.Builder

Summary

Methods
public com.google.protobuf.AnygetCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public com.google.protobuf.AnygetGetTextSimpleAtom()

.google.protobuf.Any getTextSimpleAtom = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public booleanhasGetTextSimpleAtom()

.google.protobuf.Any getTextSimpleAtom = 2;

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public boolean hasGetTextSimpleAtom()

.google.protobuf.Any getTextSimpleAtom = 2;

Returns:

Whether the getTextSimpleAtom field is set.

public com.google.protobuf.Any getGetTextSimpleAtom()

.google.protobuf.Any getTextSimpleAtom = 2;

Returns:

The getTextSimpleAtom.

public boolean hasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

Returns:

Whether the castOrDieAtom field is set.

public com.google.protobuf.Any getCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

Returns:

The castOrDieAtom.