- 0.56.0 (latest)
- 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 GetStageExecutionDetailsRequest.Builder extends GeneratedMessageV3.Builder<GetStageExecutionDetailsRequest.Builder> implements GetStageExecutionDetailsRequestOrBuilder
Request to get information about a particular execution stage of a job. Currently only tracked for Batch jobs.
Protobuf type google.dataflow.v1beta3.GetStageExecutionDetailsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetStageExecutionDetailsRequest.BuilderImplements
GetStageExecutionDetailsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetStageExecutionDetailsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
build()
public GetStageExecutionDetailsRequest build()
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest |
buildPartial()
public GetStageExecutionDetailsRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest |
clear()
public GetStageExecutionDetailsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
clearEndTime()
public GetStageExecutionDetailsRequest.Builder clearEndTime()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetStageExecutionDetailsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
clearJobId()
public GetStageExecutionDetailsRequest.Builder clearJobId()
The job to get execution details for.
string job_id = 2;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
clearLocation()
public GetStageExecutionDetailsRequest.Builder clearLocation()
The regional endpoint that contains the job specified by job_id.
string location = 3;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetStageExecutionDetailsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
clearPageSize()
public GetStageExecutionDetailsRequest.Builder clearPageSize()
If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
int32 page_size = 5;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
clearPageToken()
public GetStageExecutionDetailsRequest.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 = 6;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
clearProjectId()
public GetStageExecutionDetailsRequest.Builder clearProjectId()
A project id.
string project_id = 1;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
clearStageId()
public GetStageExecutionDetailsRequest.Builder clearStageId()
The stage for which to fetch information.
string stage_id = 4;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
clearStartTime()
public GetStageExecutionDetailsRequest.Builder clearStartTime()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
clone()
public GetStageExecutionDetailsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
getDefaultInstanceForType()
public GetStageExecutionDetailsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Returns | |
---|---|
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getJobId()
public String getJobId()
The job to get execution details for.
string job_id = 2;
Returns | |
---|---|
Type | Description |
String |
The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()
The job to get execution details for.
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 = 3;
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes()
The regional endpoint that contains the job specified by job_id.
string location = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getPageSize()
public int getPageSize()
If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
int32 page_size = 5;
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 = 6;
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 = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
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. |
getStageId()
public String getStageId()
The stage for which to fetch information.
string stage_id = 4;
Returns | |
---|---|
Type | Description |
String |
The stageId. |
getStageIdBytes()
public ByteString getStageIdBytes()
The stage for which to fetch information.
string stage_id = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stageId. |
getStartTime()
public Timestamp getStartTime()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Returns | |
---|---|
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasEndTime()
public boolean hasEndTime()
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasStartTime()
public boolean hasStartTime()
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeEndTime(Timestamp value)
public GetStageExecutionDetailsRequest.Builder mergeEndTime(Timestamp value)
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
mergeFrom(GetStageExecutionDetailsRequest other)
public GetStageExecutionDetailsRequest.Builder mergeFrom(GetStageExecutionDetailsRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetStageExecutionDetailsRequest |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetStageExecutionDetailsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetStageExecutionDetailsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
mergeStartTime(Timestamp value)
public GetStageExecutionDetailsRequest.Builder mergeStartTime(Timestamp value)
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetStageExecutionDetailsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
setEndTime(Timestamp value)
public GetStageExecutionDetailsRequest.Builder setEndTime(Timestamp value)
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
setEndTime(Timestamp.Builder builderForValue)
public GetStageExecutionDetailsRequest.Builder setEndTime(Timestamp.Builder builderForValue)
Upper time bound of work items to include, by start time.
.google.protobuf.Timestamp end_time = 8;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetStageExecutionDetailsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
setJobId(String value)
public GetStageExecutionDetailsRequest.Builder setJobId(String value)
The job to get execution details for.
string job_id = 2;
Parameter | |
---|---|
Name | Description |
value |
String The jobId to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setJobIdBytes(ByteString value)
public GetStageExecutionDetailsRequest.Builder setJobIdBytes(ByteString value)
The job to get execution details for.
string job_id = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for jobId to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setLocation(String value)
public GetStageExecutionDetailsRequest.Builder setLocation(String value)
The regional endpoint that contains the job specified by job_id.
string location = 3;
Parameter | |
---|---|
Name | Description |
value |
String The location to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public GetStageExecutionDetailsRequest.Builder setLocationBytes(ByteString value)
The regional endpoint that contains the job specified by job_id.
string location = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for location to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public GetStageExecutionDetailsRequest.Builder setPageSize(int value)
If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
int32 page_size = 5;
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public GetStageExecutionDetailsRequest.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 = 6;
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public GetStageExecutionDetailsRequest.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 = 6;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setProjectId(String value)
public GetStageExecutionDetailsRequest.Builder setProjectId(String value)
A project id.
string project_id = 1;
Parameter | |
---|---|
Name | Description |
value |
String The projectId to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public GetStageExecutionDetailsRequest.Builder setProjectIdBytes(ByteString value)
A project id.
string project_id = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for projectId to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetStageExecutionDetailsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
setStageId(String value)
public GetStageExecutionDetailsRequest.Builder setStageId(String value)
The stage for which to fetch information.
string stage_id = 4;
Parameter | |
---|---|
Name | Description |
value |
String The stageId to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setStageIdBytes(ByteString value)
public GetStageExecutionDetailsRequest.Builder setStageIdBytes(ByteString value)
The stage for which to fetch information.
string stage_id = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for stageId to set. |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
This builder for chaining. |
setStartTime(Timestamp value)
public GetStageExecutionDetailsRequest.Builder setStartTime(Timestamp value)
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
setStartTime(Timestamp.Builder builderForValue)
public GetStageExecutionDetailsRequest.Builder setStartTime(Timestamp.Builder builderForValue)
Lower time bound of work items to include, by start time.
.google.protobuf.Timestamp start_time = 7;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetStageExecutionDetailsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetStageExecutionDetailsRequest.Builder |