public interface ScheduledTaskOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthor() (deprecated)
public abstract String getAuthor()The account name that authored or last modified the scheduled task.
string author = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The author. |
getAuthorBytes() (deprecated)
public abstract ByteString getAuthorBytes()The account name that authored or last modified the scheduled task.
string author = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for author. |
getComment() (deprecated)
public abstract String getComment()A comment or description for the task.
string comment = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The comment. |
getCommentBytes() (deprecated)
public abstract ByteString getCommentBytes()A comment or description for the task.
string comment = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for comment. |
getHour() (deprecated)
public abstract int getHour()The hour of the day (0-23).
int32 hour = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The hour. |
getMinute() (deprecated)
public abstract int getMinute()The minute of the hour (0-59).
int32 minute = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The minute. |
getMonth() (deprecated)
public abstract int getMonth()The month of the year (1-12).
int32 month = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The month. |
getMonthDay() (deprecated)
public abstract int getMonthDay()The day of the month (1-31).
int32 month_day = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The monthDay. |
getWeekDay() (deprecated)
public abstract int getWeekDay()The day of the week (0-6, Sunday=0).
int32 week_day = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The weekDay. |