Package com.google.dataflow.v1beta3
Class ListJobMessagesRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
- com.google.dataflow.v1beta3.ListJobMessagesRequest.Builder
-
- All Implemented Interfaces:
ListJobMessagesRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListJobMessagesRequest
public static final class ListJobMessagesRequest.Builder extends com.google.protobuf.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 typegoogle.dataflow.v1beta3.ListJobMessagesRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListJobMessagesRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListJobMessagesRequest
build()
ListJobMessagesRequest
buildPartial()
ListJobMessagesRequest.Builder
clear()
ListJobMessagesRequest.Builder
clearEndTime()
Return only messages with timestamps < end_time.ListJobMessagesRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListJobMessagesRequest.Builder
clearJobId()
The job to get messages about.ListJobMessagesRequest.Builder
clearLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.ListJobMessagesRequest.Builder
clearMinimumImportance()
Filter to only get messages with importance >= levelListJobMessagesRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListJobMessagesRequest.Builder
clearPageSize()
If specified, determines the maximum number of messages to return.ListJobMessagesRequest.Builder
clearPageToken()
If supplied, this should be the value of next_page_token returned by an earlier call.ListJobMessagesRequest.Builder
clearProjectId()
A project id.ListJobMessagesRequest.Builder
clearStartTime()
If specified, return only messages with timestamps >= start_time.ListJobMessagesRequest.Builder
clone()
ListJobMessagesRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Timestamp
getEndTime()
Return only messages with timestamps < end_time.com.google.protobuf.Timestamp.Builder
getEndTimeBuilder()
Return only messages with timestamps < end_time.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
Return only messages with timestamps < end_time.String
getJobId()
The job to get messages about.com.google.protobuf.ByteString
getJobIdBytes()
The job to get messages about.String
getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.com.google.protobuf.ByteString
getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.JobMessageImportance
getMinimumImportance()
Filter to only get messages with importance >= levelint
getMinimumImportanceValue()
Filter to only get messages with importance >= levelint
getPageSize()
If specified, determines the maximum number of messages to return.String
getPageToken()
If supplied, this should be the value of next_page_token returned by an earlier call.com.google.protobuf.ByteString
getPageTokenBytes()
If supplied, this should be the value of next_page_token returned by an earlier call.String
getProjectId()
A project id.com.google.protobuf.ByteString
getProjectIdBytes()
A project id.com.google.protobuf.Timestamp
getStartTime()
If specified, return only messages with timestamps >= start_time.com.google.protobuf.Timestamp.Builder
getStartTimeBuilder()
If specified, return only messages with timestamps >= start_time.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
If specified, return only messages with timestamps >= start_time.boolean
hasEndTime()
Return only messages with timestamps < end_time.boolean
hasStartTime()
If specified, return only messages with timestamps >= start_time.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListJobMessagesRequest.Builder
mergeEndTime(com.google.protobuf.Timestamp value)
Return only messages with timestamps < end_time.ListJobMessagesRequest.Builder
mergeFrom(ListJobMessagesRequest other)
ListJobMessagesRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListJobMessagesRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListJobMessagesRequest.Builder
mergeStartTime(com.google.protobuf.Timestamp value)
If specified, return only messages with timestamps >= start_time.ListJobMessagesRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListJobMessagesRequest.Builder
setEndTime(com.google.protobuf.Timestamp value)
Return only messages with timestamps < end_time.ListJobMessagesRequest.Builder
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Return only messages with timestamps < end_time.ListJobMessagesRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListJobMessagesRequest.Builder
setJobId(String value)
The job to get messages about.ListJobMessagesRequest.Builder
setJobIdBytes(com.google.protobuf.ByteString value)
The job to get messages about.ListJobMessagesRequest.Builder
setLocation(String value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.ListJobMessagesRequest.Builder
setLocationBytes(com.google.protobuf.ByteString value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.ListJobMessagesRequest.Builder
setMinimumImportance(JobMessageImportance value)
Filter to only get messages with importance >= levelListJobMessagesRequest.Builder
setMinimumImportanceValue(int value)
Filter to only get messages with importance >= levelListJobMessagesRequest.Builder
setPageSize(int value)
If specified, determines the maximum number of messages to return.ListJobMessagesRequest.Builder
setPageToken(String value)
If supplied, this should be the value of next_page_token returned by an earlier call.ListJobMessagesRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
If supplied, this should be the value of next_page_token returned by an earlier call.ListJobMessagesRequest.Builder
setProjectId(String value)
A project id.ListJobMessagesRequest.Builder
setProjectIdBytes(com.google.protobuf.ByteString value)
A project id.ListJobMessagesRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListJobMessagesRequest.Builder
setStartTime(com.google.protobuf.Timestamp value)
If specified, return only messages with timestamps >= start_time.ListJobMessagesRequest.Builder
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
If specified, return only messages with timestamps >= start_time.ListJobMessagesRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
clear
public ListJobMessagesRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
getDefaultInstanceForType
public ListJobMessagesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListJobMessagesRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListJobMessagesRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListJobMessagesRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
setField
public ListJobMessagesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
clearField
public ListJobMessagesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
clearOneof
public ListJobMessagesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
setRepeatedField
public ListJobMessagesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
addRepeatedField
public ListJobMessagesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
mergeFrom
public ListJobMessagesRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListJobMessagesRequest.Builder>
-
mergeFrom
public ListJobMessagesRequest.Builder mergeFrom(ListJobMessagesRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
mergeFrom
public ListJobMessagesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListJobMessagesRequest.Builder>
- Throws:
IOException
-
getProjectId
public String getProjectId()
A project id.
string project_id = 1;
- Specified by:
getProjectId
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
A project id.
string project_id = 1;
- Specified by:
getProjectIdBytes
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The bytes for projectId.
-
setProjectId
public ListJobMessagesRequest.Builder setProjectId(String value)
A project id.
string project_id = 1;
- Parameters:
value
- The projectId to set.- Returns:
- This builder for chaining.
-
clearProjectId
public ListJobMessagesRequest.Builder clearProjectId()
A project id.
string project_id = 1;
- Returns:
- This builder for chaining.
-
setProjectIdBytes
public ListJobMessagesRequest.Builder setProjectIdBytes(com.google.protobuf.ByteString value)
A project id.
string project_id = 1;
- Parameters:
value
- The bytes for projectId to set.- Returns:
- This builder for chaining.
-
getJobId
public String getJobId()
The job to get messages about.
string job_id = 2;
- Specified by:
getJobId
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The jobId.
-
getJobIdBytes
public com.google.protobuf.ByteString getJobIdBytes()
The job to get messages about.
string job_id = 2;
- Specified by:
getJobIdBytes
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The bytes for jobId.
-
setJobId
public ListJobMessagesRequest.Builder setJobId(String value)
The job to get messages about.
string job_id = 2;
- Parameters:
value
- The jobId to set.- Returns:
- This builder for chaining.
-
clearJobId
public ListJobMessagesRequest.Builder clearJobId()
The job to get messages about.
string job_id = 2;
- Returns:
- This builder for chaining.
-
setJobIdBytes
public ListJobMessagesRequest.Builder setJobIdBytes(com.google.protobuf.ByteString value)
The job to get messages about.
string job_id = 2;
- Parameters:
value
- The bytes for jobId to set.- Returns:
- This builder for chaining.
-
getMinimumImportanceValue
public int getMinimumImportanceValue()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
- Specified by:
getMinimumImportanceValue
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The enum numeric value on the wire for minimumImportance.
-
setMinimumImportanceValue
public ListJobMessagesRequest.Builder setMinimumImportanceValue(int value)
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
- Parameters:
value
- The enum numeric value on the wire for minimumImportance to set.- Returns:
- This builder for chaining.
-
getMinimumImportance
public JobMessageImportance getMinimumImportance()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
- Specified by:
getMinimumImportance
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The minimumImportance.
-
setMinimumImportance
public ListJobMessagesRequest.Builder setMinimumImportance(JobMessageImportance value)
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
- Parameters:
value
- The minimumImportance to set.- Returns:
- This builder for chaining.
-
clearMinimumImportance
public ListJobMessagesRequest.Builder clearMinimumImportance()
Filter to only get messages with importance >= level
.google.dataflow.v1beta3.JobMessageImportance minimum_importance = 3;
- Returns:
- This builder for chaining.
-
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;
- Specified by:
getPageSize
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
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;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
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;
- Returns:
- This builder for chaining.
-
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;
- Specified by:
getPageToken
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.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;
- Specified by:
getPageTokenBytes
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
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;
- Parameters:
value
- The pageToken to set.- Returns:
- 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;
- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListJobMessagesRequest.Builder setPageTokenBytes(com.google.protobuf.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;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
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;
- Specified by:
hasStartTime
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.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;
- Specified by:
getStartTime
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The startTime.
-
setStartTime
public ListJobMessagesRequest.Builder setStartTime(com.google.protobuf.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;
-
setStartTime
public ListJobMessagesRequest.Builder setStartTime(com.google.protobuf.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;
-
mergeStartTime
public ListJobMessagesRequest.Builder mergeStartTime(com.google.protobuf.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;
-
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;
-
getStartTimeBuilder
public com.google.protobuf.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;
-
getStartTimeOrBuilder
public com.google.protobuf.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;
- Specified by:
getStartTimeOrBuilder
in interfaceListJobMessagesRequestOrBuilder
-
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;
- Specified by:
hasEndTime
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.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;
- Specified by:
getEndTime
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The endTime.
-
setEndTime
public ListJobMessagesRequest.Builder setEndTime(com.google.protobuf.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;
-
setEndTime
public ListJobMessagesRequest.Builder setEndTime(com.google.protobuf.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;
-
mergeEndTime
public ListJobMessagesRequest.Builder mergeEndTime(com.google.protobuf.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;
-
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;
-
getEndTimeBuilder
public com.google.protobuf.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;
-
getEndTimeOrBuilder
public com.google.protobuf.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;
- Specified by:
getEndTimeOrBuilder
in interfaceListJobMessagesRequestOrBuilder
-
getLocation
public String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 8;
- Specified by:
getLocation
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 8;
- Specified by:
getLocationBytes
in interfaceListJobMessagesRequestOrBuilder
- Returns:
- The bytes for location.
-
setLocation
public ListJobMessagesRequest.Builder setLocation(String value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 8;
- Parameters:
value
- The location to set.- Returns:
- This builder for chaining.
-
clearLocation
public ListJobMessagesRequest.Builder clearLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 8;
- Returns:
- This builder for chaining.
-
setLocationBytes
public ListJobMessagesRequest.Builder setLocationBytes(com.google.protobuf.ByteString value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 8;
- Parameters:
value
- The bytes for location to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListJobMessagesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
mergeUnknownFields
public final ListJobMessagesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobMessagesRequest.Builder>
-
-