public interface

WebWebdriverAtoms.SelectFrameByIndexTransformingAtomProtoOrBuilder

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

Subclasses:

WebWebdriverAtoms.SelectFrameByIndexTransformingAtomProto, WebWebdriverAtoms.SelectFrameByIndexTransformingAtomProto.Builder

Summary

Methods
public com.google.protobuf.AnygetCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public com.google.protobuf.AnygetFrameByIndexSimpleAtom()

.google.protobuf.Any frameByIndexSimpleAtom = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public booleanhasFrameByIndexSimpleAtom()

.google.protobuf.Any frameByIndexSimpleAtom = 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 hasFrameByIndexSimpleAtom()

.google.protobuf.Any frameByIndexSimpleAtom = 2;

Returns:

Whether the frameByIndexSimpleAtom field is set.

public com.google.protobuf.Any getFrameByIndexSimpleAtom()

.google.protobuf.Any frameByIndexSimpleAtom = 2;

Returns:

The frameByIndexSimpleAtom.

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.