Package com.google.dataflow.v1beta3
Class GetJobExecutionDetailsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
- com.google.dataflow.v1beta3.GetJobExecutionDetailsRequest.Builder
-
- All Implemented Interfaces:
GetJobExecutionDetailsRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- GetJobExecutionDetailsRequest
public static final class GetJobExecutionDetailsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder> implements GetJobExecutionDetailsRequestOrBuilder
Request to get job execution details.
Protobuf typegoogle.dataflow.v1beta3.GetJobExecutionDetailsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetJobExecutionDetailsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GetJobExecutionDetailsRequestbuild()GetJobExecutionDetailsRequestbuildPartial()GetJobExecutionDetailsRequest.Builderclear()GetJobExecutionDetailsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)GetJobExecutionDetailsRequest.BuilderclearJobId()The job to get execution details for.GetJobExecutionDetailsRequest.BuilderclearLocation()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.GetJobExecutionDetailsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GetJobExecutionDetailsRequest.BuilderclearPageSize()If specified, determines the maximum number of stages to return.GetJobExecutionDetailsRequest.BuilderclearPageToken()If supplied, this should be the value of next_page_token returned by an earlier call.GetJobExecutionDetailsRequest.BuilderclearProjectId()A project id.GetJobExecutionDetailsRequest.Builderclone()GetJobExecutionDetailsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetJobId()The job to get execution details for.com.google.protobuf.ByteStringgetJobIdBytes()The job to get execution details for.StringgetLocation()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.com.google.protobuf.ByteStringgetLocationBytes()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.intgetPageSize()If specified, determines the maximum number of stages to return.StringgetPageToken()If supplied, this should be the value of next_page_token returned by an earlier call.com.google.protobuf.ByteStringgetPageTokenBytes()If supplied, this should be the value of next_page_token returned by an earlier call.StringgetProjectId()A project id.com.google.protobuf.ByteStringgetProjectIdBytes()A project id.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()GetJobExecutionDetailsRequest.BuildermergeFrom(GetJobExecutionDetailsRequest other)GetJobExecutionDetailsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GetJobExecutionDetailsRequest.BuildermergeFrom(com.google.protobuf.Message other)GetJobExecutionDetailsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GetJobExecutionDetailsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GetJobExecutionDetailsRequest.BuildersetJobId(String value)The job to get execution details for.GetJobExecutionDetailsRequest.BuildersetJobIdBytes(com.google.protobuf.ByteString value)The job to get execution details for.GetJobExecutionDetailsRequest.BuildersetLocation(String value)The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.GetJobExecutionDetailsRequest.BuildersetLocationBytes(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.GetJobExecutionDetailsRequest.BuildersetPageSize(int value)If specified, determines the maximum number of stages to return.GetJobExecutionDetailsRequest.BuildersetPageToken(String value)If supplied, this should be the value of next_page_token returned by an earlier call.GetJobExecutionDetailsRequest.BuildersetPageTokenBytes(com.google.protobuf.ByteString value)If supplied, this should be the value of next_page_token returned by an earlier call.GetJobExecutionDetailsRequest.BuildersetProjectId(String value)A project id.GetJobExecutionDetailsRequest.BuildersetProjectIdBytes(com.google.protobuf.ByteString value)A project id.GetJobExecutionDetailsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GetJobExecutionDetailsRequest.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
clear
public GetJobExecutionDetailsRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
getDefaultInstanceForType
public GetJobExecutionDetailsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public GetJobExecutionDetailsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GetJobExecutionDetailsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public GetJobExecutionDetailsRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
setField
public GetJobExecutionDetailsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
clearField
public GetJobExecutionDetailsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
clearOneof
public GetJobExecutionDetailsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
setRepeatedField
public GetJobExecutionDetailsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
addRepeatedField
public GetJobExecutionDetailsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
mergeFrom
public GetJobExecutionDetailsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<GetJobExecutionDetailsRequest.Builder>
-
mergeFrom
public GetJobExecutionDetailsRequest.Builder mergeFrom(GetJobExecutionDetailsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
mergeFrom
public GetJobExecutionDetailsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<GetJobExecutionDetailsRequest.Builder>- Throws:
IOException
-
getProjectId
public String getProjectId()
A project id.
string project_id = 1;- Specified by:
getProjectIdin interfaceGetJobExecutionDetailsRequestOrBuilder- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
A project id.
string project_id = 1;- Specified by:
getProjectIdBytesin interfaceGetJobExecutionDetailsRequestOrBuilder- Returns:
- The bytes for projectId.
-
setProjectId
public GetJobExecutionDetailsRequest.Builder setProjectId(String value)
A project id.
string project_id = 1;- Parameters:
value- The projectId to set.- Returns:
- This builder for chaining.
-
clearProjectId
public GetJobExecutionDetailsRequest.Builder clearProjectId()
A project id.
string project_id = 1;- Returns:
- This builder for chaining.
-
setProjectIdBytes
public GetJobExecutionDetailsRequest.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 execution details for.
string job_id = 2;- Specified by:
getJobIdin interfaceGetJobExecutionDetailsRequestOrBuilder- Returns:
- The jobId.
-
getJobIdBytes
public com.google.protobuf.ByteString getJobIdBytes()
The job to get execution details for.
string job_id = 2;- Specified by:
getJobIdBytesin interfaceGetJobExecutionDetailsRequestOrBuilder- Returns:
- The bytes for jobId.
-
setJobId
public GetJobExecutionDetailsRequest.Builder setJobId(String value)
The job to get execution details for.
string job_id = 2;- Parameters:
value- The jobId to set.- Returns:
- This builder for chaining.
-
clearJobId
public GetJobExecutionDetailsRequest.Builder clearJobId()
The job to get execution details for.
string job_id = 2;- Returns:
- This builder for chaining.
-
setJobIdBytes
public GetJobExecutionDetailsRequest.Builder setJobIdBytes(com.google.protobuf.ByteString value)
The job to get execution details for.
string job_id = 2;- Parameters:
value- The bytes for jobId to set.- Returns:
- This builder for chaining.
-
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 = 3;- Specified by:
getLocationin interfaceGetJobExecutionDetailsRequestOrBuilder- 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 = 3;- Specified by:
getLocationBytesin interfaceGetJobExecutionDetailsRequestOrBuilder- Returns:
- The bytes for location.
-
setLocation
public GetJobExecutionDetailsRequest.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 = 3;- Parameters:
value- The location to set.- Returns:
- This builder for chaining.
-
clearLocation
public GetJobExecutionDetailsRequest.Builder clearLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 3;- Returns:
- This builder for chaining.
-
setLocationBytes
public GetJobExecutionDetailsRequest.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 = 3;- Parameters:
value- The bytes for location to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getPageSizein interfaceGetJobExecutionDetailsRequestOrBuilder- Returns:
- The pageSize.
-
setPageSize
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;- Parameters:
value- The pageSize to set.- Returns:
- This builder for chaining.
-
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:
- 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:
getPageTokenin interfaceGetJobExecutionDetailsRequestOrBuilder- 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:
getPageTokenBytesin interfaceGetJobExecutionDetailsRequestOrBuilder- Returns:
- The bytes for pageToken.
-
setPageToken
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;- Parameters:
value- The pageToken to set.- Returns:
- 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:
- This builder for chaining.
-
setPageTokenBytes
public GetJobExecutionDetailsRequest.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.
-
setUnknownFields
public final GetJobExecutionDetailsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
mergeUnknownFields
public final GetJobExecutionDetailsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
-