public interface TrackerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()Tracker ID, if available.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Tracker ID, if available.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getTimestamp()
public abstract Timestamp getTimestamp()Tracker ingestion date.
.google.protobuf.Timestamp timestamp = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestamp. |
getTimestampOrBuilder()
public abstract TimestampOrBuilder getTimestampOrBuilder()Tracker ingestion date.
.google.protobuf.Timestamp timestamp = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getTracker()
public abstract String getTracker()Tracker name.
string tracker = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tracker. |
getTrackerBytes()
public abstract ByteString getTrackerBytes()Tracker name.
string tracker = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tracker. |
getUrl()
public abstract String getUrl()Tracker script URL.
string url = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()Tracker script URL.
string url = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |
hasTimestamp()
public abstract boolean hasTimestamp()Tracker ingestion date.
.google.protobuf.Timestamp timestamp = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestamp field is set. |