public interface

WebActions.AtomActionProtoOrBuilder

 androidx.test.espresso.web.proto.action.WebActions.AtomActionProtoOrBuilder

Subclasses:

WebActions.AtomActionProto, WebActions.AtomActionProto.Builder

Summary

Methods
public com.google.protobuf.AnygetAtom()

.google.protobuf.Any atom = 2;

public com.google.protobuf.AnygetElement()

.google.protobuf.Any element = 4;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetWindow()

.google.protobuf.Any window = 3;

public booleanhasAtom()

.google.protobuf.Any atom = 2;

public booleanhasElement()

.google.protobuf.Any element = 4;

public booleanhasWindow()

.google.protobuf.Any window = 3;

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 hasAtom()

.google.protobuf.Any atom = 2;

Returns:

Whether the atom field is set.

public com.google.protobuf.Any getAtom()

.google.protobuf.Any atom = 2;

Returns:

The atom.

public boolean hasWindow()

.google.protobuf.Any window = 3;

Returns:

Whether the window field is set.

public com.google.protobuf.Any getWindow()

.google.protobuf.Any window = 3;

Returns:

The window.

public boolean hasElement()

.google.protobuf.Any element = 4;

Returns:

Whether the element field is set.

public com.google.protobuf.Any getElement()

.google.protobuf.Any element = 4;

Returns:

The element.