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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetJobExecutionDetailsRequest
build()
GetJobExecutionDetailsRequest
buildPartial()
GetJobExecutionDetailsRequest.Builder
clear()
GetJobExecutionDetailsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GetJobExecutionDetailsRequest.Builder
clearJobId()
The job to get execution details for.GetJobExecutionDetailsRequest.Builder
clearLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.GetJobExecutionDetailsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GetJobExecutionDetailsRequest.Builder
clearPageSize()
If specified, determines the maximum number of stages to return.GetJobExecutionDetailsRequest.Builder
clearPageToken()
If supplied, this should be the value of next_page_token returned by an earlier call.GetJobExecutionDetailsRequest.Builder
clearProjectId()
A project id.GetJobExecutionDetailsRequest.Builder
clone()
GetJobExecutionDetailsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getJobId()
The job to get execution details for.com.google.protobuf.ByteString
getJobIdBytes()
The job to get execution details for.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.int
getPageSize()
If specified, determines the maximum number of stages 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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
GetJobExecutionDetailsRequest.Builder
mergeFrom(GetJobExecutionDetailsRequest other)
GetJobExecutionDetailsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GetJobExecutionDetailsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
GetJobExecutionDetailsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GetJobExecutionDetailsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetJobExecutionDetailsRequest.Builder
setJobId(String value)
The job to get execution details for.GetJobExecutionDetailsRequest.Builder
setJobIdBytes(com.google.protobuf.ByteString value)
The job to get execution details for.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.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.GetJobExecutionDetailsRequest.Builder
setPageSize(int value)
If specified, determines the maximum number of stages to return.GetJobExecutionDetailsRequest.Builder
setPageToken(String value)
If supplied, this should be the value of next_page_token returned by an earlier call.GetJobExecutionDetailsRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
If supplied, this should be the value of next_page_token returned by an earlier call.GetJobExecutionDetailsRequest.Builder
setProjectId(String value)
A project id.GetJobExecutionDetailsRequest.Builder
setProjectIdBytes(com.google.protobuf.ByteString value)
A project id.GetJobExecutionDetailsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
clear
public GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
getDefaultInstanceForType
public GetJobExecutionDetailsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public GetJobExecutionDetailsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GetJobExecutionDetailsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
setField
public GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
clearField
public GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
clearOneof
public GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
setRepeatedField
public GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
addRepeatedField
public GetJobExecutionDetailsRequest.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<GetJobExecutionDetailsRequest.Builder>
-
mergeFrom
public GetJobExecutionDetailsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GetJobExecutionDetailsRequest.Builder>
-
mergeFrom
public GetJobExecutionDetailsRequest.Builder mergeFrom(GetJobExecutionDetailsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GetJobExecutionDetailsRequest.Builder>
- Throws:
IOException
-
getProjectId
public String getProjectId()
A project id.
string project_id = 1;
- Specified by:
getProjectId
in interfaceGetJobExecutionDetailsRequestOrBuilder
- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
A project id.
string project_id = 1;
- Specified by:
getProjectIdBytes
in 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:
getJobId
in interfaceGetJobExecutionDetailsRequestOrBuilder
- Returns:
- The jobId.
-
getJobIdBytes
public com.google.protobuf.ByteString getJobIdBytes()
The job to get execution details for.
string job_id = 2;
- Specified by:
getJobIdBytes
in 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:
getLocation
in 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:
getLocationBytes
in 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:
getPageSize
in 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:
getPageToken
in 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:
getPageTokenBytes
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
mergeUnknownFields
public final GetJobExecutionDetailsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetJobExecutionDetailsRequest.Builder>
-
-