- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public static final class ListJobMessagesRequest.Builder extends GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListJobMessagesRequest.BuilderImplements
ListJobMessagesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListJobMessagesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListJobMessagesRequest.Builder |
build()
public ListJobMessagesRequest build()
Type | Description |
ListJobMessagesRequest |
buildPartial()
public ListJobMessagesRequest buildPartial()
Type | Description |
ListJobMessagesRequest |
clear()
public ListJobMessagesRequest.Builder clear()
Type | Description |
ListJobMessagesRequest.Builder |
clearEndTime()
public ListJobMessagesRequest.Builder clearEndTime()
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;
Type | Description |
ListJobMessagesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListJobMessagesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListJobMessagesRequest.Builder |
clearJobId()
public ListJobMessagesRequest.Builder clearJobId()
The job to get messages about.
string job_id = 2;
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
clearLocation()
public ListJobMessagesRequest.Builder clearLocation()
The regional endpoint that contains the job specified by job_id.
string location = 8;
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
clearMinimumImportance()
public ListJobMessagesRequest.Builder clearMinimumImportance()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListJobMessagesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListJobMessagesRequest.Builder |
clearPageSize()
public ListJobMessagesRequest.Builder clearPageSize()
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;
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
clearPageToken()
public ListJobMessagesRequest.Builder clearPageToken()
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;
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
clearProjectId()
public ListJobMessagesRequest.Builder clearProjectId()
A project id.
string project_id = 1;
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
clearStartTime()
public ListJobMessagesRequest.Builder clearStartTime()
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;
Type | Description |
ListJobMessagesRequest.Builder |
clone()
public ListJobMessagesRequest.Builder clone()
Type | Description |
ListJobMessagesRequest.Builder |
getDefaultInstanceForType()
public ListJobMessagesRequest getDefaultInstanceForType()
Type | Description |
ListJobMessagesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
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;
Type | Description |
Builder |
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;
Type | Description |
TimestampOrBuilder |
getJobId()
public String getJobId()
The job to get messages about.
string job_id = 2;
Type | Description |
String | The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()
The job to get messages about.
string job_id = 2;
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;
Type | Description |
String | The location. |
getLocationBytes()
public ByteString getLocationBytes()
The regional endpoint that contains the job specified by job_id.
string location = 8;
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;
Type | Description |
JobMessageImportance | The minimumImportance. |
getMinimumImportanceValue()
public int getMinimumImportanceValue()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
Type | Description |
int | The enum numeric value on the wire for minimumImportance. |
getPageSize()
public int 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;
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;
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;
Type | Description |
ByteString | The bytes for pageToken. |
getProjectId()
public String getProjectId()
A project id.
string project_id = 1;
Type | Description |
String | The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
A project id.
string project_id = 1;
Type | Description |
ByteString | The bytes for projectId. |
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;
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
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;
Type | Description |
Builder |
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;
Type | Description |
TimestampOrBuilder |
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;
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;
Type | Description |
boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEndTime(Timestamp value)
public ListJobMessagesRequest.Builder mergeEndTime(Timestamp value)
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;
Name | Description |
value | Timestamp |
Type | Description |
ListJobMessagesRequest.Builder |
mergeFrom(ListJobMessagesRequest other)
public ListJobMessagesRequest.Builder mergeFrom(ListJobMessagesRequest other)
Name | Description |
other | ListJobMessagesRequest |
Type | Description |
ListJobMessagesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListJobMessagesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobMessagesRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListJobMessagesRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListJobMessagesRequest.Builder |
mergeStartTime(Timestamp value)
public ListJobMessagesRequest.Builder mergeStartTime(Timestamp value)
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;
Name | Description |
value | Timestamp |
Type | Description |
ListJobMessagesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListJobMessagesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListJobMessagesRequest.Builder |
setEndTime(Timestamp value)
public ListJobMessagesRequest.Builder setEndTime(Timestamp value)
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;
Name | Description |
value | Timestamp |
Type | Description |
ListJobMessagesRequest.Builder |
setEndTime(Timestamp.Builder builderForValue)
public ListJobMessagesRequest.Builder setEndTime(Timestamp.Builder builderForValue)
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;
Name | Description |
builderForValue | Builder |
Type | Description |
ListJobMessagesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListJobMessagesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListJobMessagesRequest.Builder |
setJobId(String value)
public ListJobMessagesRequest.Builder setJobId(String value)
The job to get messages about.
string job_id = 2;
Name | Description |
value | String The jobId to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setJobIdBytes(ByteString value)
public ListJobMessagesRequest.Builder setJobIdBytes(ByteString value)
The job to get messages about.
string job_id = 2;
Name | Description |
value | ByteString The bytes for jobId to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setLocation(String value)
public ListJobMessagesRequest.Builder setLocation(String value)
The regional endpoint that contains the job specified by job_id.
string location = 8;
Name | Description |
value | String The location to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setLocationBytes(ByteString value)
public ListJobMessagesRequest.Builder setLocationBytes(ByteString value)
The regional endpoint that contains the job specified by job_id.
string location = 8;
Name | Description |
value | ByteString The bytes for location to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setMinimumImportance(JobMessageImportance value)
public ListJobMessagesRequest.Builder setMinimumImportance(JobMessageImportance value)
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
Name | Description |
value | JobMessageImportance The minimumImportance to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setMinimumImportanceValue(int value)
public ListJobMessagesRequest.Builder setMinimumImportanceValue(int value)
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
Name | Description |
value | int The enum numeric value on the wire for minimumImportance to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListJobMessagesRequest.Builder setPageSize(int value)
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;
Name | Description |
value | int The pageSize to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListJobMessagesRequest.Builder setPageToken(String value)
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;
Name | Description |
value | String The pageToken to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListJobMessagesRequest.Builder setPageTokenBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setProjectId(String value)
public ListJobMessagesRequest.Builder setProjectId(String value)
A project id.
string project_id = 1;
Name | Description |
value | String The projectId to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setProjectIdBytes(ByteString value)
public ListJobMessagesRequest.Builder setProjectIdBytes(ByteString value)
A project id.
string project_id = 1;
Name | Description |
value | ByteString The bytes for projectId to set. |
Type | Description |
ListJobMessagesRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListJobMessagesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListJobMessagesRequest.Builder |
setStartTime(Timestamp value)
public ListJobMessagesRequest.Builder setStartTime(Timestamp value)
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;
Name | Description |
value | Timestamp |
Type | Description |
ListJobMessagesRequest.Builder |
setStartTime(Timestamp.Builder builderForValue)
public ListJobMessagesRequest.Builder setStartTime(Timestamp.Builder builderForValue)
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;
Name | Description |
builderForValue | Builder |
Type | Description |
ListJobMessagesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListJobMessagesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListJobMessagesRequest.Builder |