public final class ListJobMessagesRequest extends GeneratedMessageV3 implements ListJobMessagesRequestOrBuilder
Request to list job messages.
Up to max_results messages will be returned in the time range specified
starting with the oldest messages first. If no time range is specified
the results with start with the oldest message.
Protobuf type google.dataflow.v1beta3.ListJobMessagesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MINIMUM_IMPORTANCE_FIELD_NUMBER
public static final int MINIMUM_IMPORTANCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ListJobMessagesRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListJobMessagesRequest.Builder newBuilder()
newBuilder(ListJobMessagesRequest prototype)
public static ListJobMessagesRequest.Builder newBuilder(ListJobMessagesRequest prototype)
public static ListJobMessagesRequest parseDelimitedFrom(InputStream input)
public static ListJobMessagesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListJobMessagesRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListJobMessagesRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(CodedInputStream input)
public static ListJobMessagesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(InputStream input)
public static ListJobMessagesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListJobMessagesRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListJobMessagesRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ListJobMessagesRequest getDefaultInstanceForType()
getEndTime()
public Timestamp getEndTime()
Return only messages with timestamps < end_time. The default is now
(i.e. return up to the latest messages available).
.google.protobuf.Timestamp end_time = 7;
Returns |
Type |
Description |
Timestamp |
The endTime.
|
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
Return only messages with timestamps < end_time. The default is now
(i.e. return up to the latest messages available).
.google.protobuf.Timestamp end_time = 7;
getJobId()
The job to get messages about.
string job_id = 2;
Returns |
Type |
Description |
String |
The jobId.
|
getJobIdBytes()
public ByteString getJobIdBytes()
The job to get messages about.
string job_id = 2;
Returns |
Type |
Description |
ByteString |
The bytes for jobId.
|
getLocation()
public String getLocation()
The regional endpoint that
contains the job specified by job_id.
string location = 8;
Returns |
Type |
Description |
String |
The location.
|
getLocationBytes()
public ByteString getLocationBytes()
The regional endpoint that
contains the job specified by job_id.
string location = 8;
Returns |
Type |
Description |
ByteString |
The bytes for location.
|
getMinimumImportance()
public JobMessageImportance getMinimumImportance()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
getMinimumImportanceValue()
public int getMinimumImportanceValue()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for minimumImportance.
|
getPageSize()
If specified, determines the maximum number of messages to
return. If unspecified, the service may choose an appropriate
default, or may return an arbitrarily large number of results.
int32 page_size = 4;
Returns |
Type |
Description |
int |
The pageSize.
|
getPageToken()
public String getPageToken()
If supplied, this should be the value of next_page_token returned
by an earlier call. This will cause the next page of results to
be returned.
string page_token = 5;
Returns |
Type |
Description |
String |
The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
If supplied, this should be the value of next_page_token returned
by an earlier call. This will cause the next page of results to
be returned.
string page_token = 5;
Returns |
Type |
Description |
ByteString |
The bytes for pageToken.
|
getParserForType()
public Parser<ListJobMessagesRequest> getParserForType()
Overrides
getProjectId()
public String getProjectId()
A project id.
string project_id = 1;
Returns |
Type |
Description |
String |
The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
A project id.
string project_id = 1;
Returns |
Type |
Description |
ByteString |
The bytes for projectId.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStartTime()
public Timestamp getStartTime()
If specified, return only messages with timestamps >= start_time.
The default is the job creation time (i.e. beginning of messages).
.google.protobuf.Timestamp start_time = 6;
Returns |
Type |
Description |
Timestamp |
The startTime.
|
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
If specified, return only messages with timestamps >= start_time.
The default is the job creation time (i.e. beginning of messages).
.google.protobuf.Timestamp start_time = 6;
hasEndTime()
public boolean hasEndTime()
Return only messages with timestamps < end_time. The default is now
(i.e. return up to the latest messages available).
.google.protobuf.Timestamp end_time = 7;
Returns |
Type |
Description |
boolean |
Whether the endTime field is set.
|
hasStartTime()
public boolean hasStartTime()
If specified, return only messages with timestamps >= start_time.
The default is the job creation time (i.e. beginning of messages).
.google.protobuf.Timestamp start_time = 6;
Returns |
Type |
Description |
boolean |
Whether the startTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListJobMessagesRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListJobMessagesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ListJobMessagesRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides