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
Static Fields
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Field Value
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
Field Value
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value
MINIMUM_IMPORTANCE_FIELD_NUMBER
public static final int MINIMUM_IMPORTANCE_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListJobMessagesRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListJobMessagesRequest.Builder newBuilder()
Returns
newBuilder(ListJobMessagesRequest prototype)
public static ListJobMessagesRequest.Builder newBuilder(ListJobMessagesRequest prototype)
Parameter
Returns
public static ListJobMessagesRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListJobMessagesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListJobMessagesRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListJobMessagesRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListJobMessagesRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListJobMessagesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListJobMessagesRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListJobMessagesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListJobMessagesRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListJobMessagesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListJobMessagesRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListJobMessagesRequest getDefaultInstanceForType()
Returns
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
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;
Returns
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
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
getMinimumImportance()
public JobMessageImportance getMinimumImportance()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
Returns
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
getParserForType()
public Parser<ListJobMessagesRequest> getParserForType()
Returns
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
getSerializedSize()
public int getSerializedSize()
Returns
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
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;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListJobMessagesRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListJobMessagesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListJobMessagesRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions