- 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 GetJobExecutionDetailsRequest.Builder extends GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder> implements GetJobExecutionDetailsRequestOrBuilder
Request to get job execution details.
Protobuf type google.dataflow.v1beta3.GetJobExecutionDetailsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetJobExecutionDetailsRequest.BuilderImplements
GetJobExecutionDetailsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetJobExecutionDetailsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
build()
public GetJobExecutionDetailsRequest build()
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest |
buildPartial()
public GetJobExecutionDetailsRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest |
clear()
public GetJobExecutionDetailsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetJobExecutionDetailsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
clearJobId()
public GetJobExecutionDetailsRequest.Builder clearJobId()
The job to get execution details for.
string job_id = 2;
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
clearLocation()
public GetJobExecutionDetailsRequest.Builder clearLocation()
The regional endpoint that contains the job specified by job_id.
string location = 3;
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetJobExecutionDetailsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
clearPageSize()
public GetJobExecutionDetailsRequest.Builder clearPageSize()
If specified, determines the maximum number of stages 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 |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
clearPageToken()
public GetJobExecutionDetailsRequest.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 | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
clearProjectId()
public GetJobExecutionDetailsRequest.Builder clearProjectId()
A project id.
string project_id = 1;
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
clone()
public GetJobExecutionDetailsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
getDefaultInstanceForType()
public GetJobExecutionDetailsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 stages 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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetJobExecutionDetailsRequest other)
public GetJobExecutionDetailsRequest.Builder mergeFrom(GetJobExecutionDetailsRequest other)
Parameter | |
---|---|
Name | Description |
other | GetJobExecutionDetailsRequest |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetJobExecutionDetailsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetJobExecutionDetailsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetJobExecutionDetailsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetJobExecutionDetailsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
setJobId(String value)
public GetJobExecutionDetailsRequest.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 |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setJobIdBytes(ByteString value)
public GetJobExecutionDetailsRequest.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 |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setLocation(String value)
public GetJobExecutionDetailsRequest.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 |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setLocationBytes(ByteString value)
public GetJobExecutionDetailsRequest.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 |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setPageSize(int value)
public GetJobExecutionDetailsRequest.Builder setPageSize(int value)
If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
int32 page_size = 4;
Parameter | |
---|---|
Name | Description |
value | int The pageSize to set. |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public GetJobExecutionDetailsRequest.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;
Parameter | |
---|---|
Name | Description |
value | String The pageToken to set. |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public GetJobExecutionDetailsRequest.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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setProjectId(String value)
public GetJobExecutionDetailsRequest.Builder setProjectId(String value)
A project id.
string project_id = 1;
Parameter | |
---|---|
Name | Description |
value | String The projectId to set. |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setProjectIdBytes(ByteString value)
public GetJobExecutionDetailsRequest.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 |
GetJobExecutionDetailsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetJobExecutionDetailsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetJobExecutionDetailsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetJobExecutionDetailsRequest.Builder |