- 1.74.0 (latest)
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class JobEvent.Builder extends GeneratedMessageV3.Builder<JobEvent.Builder> implements JobEventOrBuilderThe payload associated with Job logs that contains events describing jobs that have run within a Lake.
Protobuf type google.cloud.dataplex.v1.JobEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > JobEvent.BuilderImplements
JobEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public JobEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobEvent.Builder |
build()
public JobEvent build()| Type | Description |
| JobEvent |
buildPartial()
public JobEvent buildPartial()| Type | Description |
| JobEvent |
clear()
public JobEvent.Builder clear()| Type | Description |
| JobEvent.Builder |
clearEndTime()
public JobEvent.Builder clearEndTime()The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Type | Description |
| JobEvent.Builder |
clearField(Descriptors.FieldDescriptor field)
public JobEvent.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| JobEvent.Builder |
clearJobId()
public JobEvent.Builder clearJobId()The unique id identifying the job.
string job_id = 2;
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
clearMessage()
public JobEvent.Builder clearMessage()The log message.
string message = 1;
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public JobEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| JobEvent.Builder |
clearRetries()
public JobEvent.Builder clearRetries()The number of retries.
int32 retries = 6;
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
clearService()
public JobEvent.Builder clearService()The service used to execute the job.
.google.cloud.dataplex.v1.JobEvent.Service service = 8;
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
clearServiceJob()
public JobEvent.Builder clearServiceJob()The reference to the job within the service.
string service_job = 9;
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
clearStartTime()
public JobEvent.Builder clearStartTime()The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
| JobEvent.Builder |
clearState()
public JobEvent.Builder clearState()The job state on completion.
.google.cloud.dataplex.v1.JobEvent.State state = 5;
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
clearType()
public JobEvent.Builder clearType()The type of the job.
.google.cloud.dataplex.v1.JobEvent.Type type = 7;
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
clone()
public JobEvent.Builder clone()| Type | Description |
| JobEvent.Builder |
getDefaultInstanceForType()
public JobEvent getDefaultInstanceForType()| Type | Description |
| JobEvent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getEndTime()
public Timestamp getEndTime()The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Type | Description |
| Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Type | Description |
| TimestampOrBuilder |
getJobId()
public String getJobId()The unique id identifying the job.
string job_id = 2;
| Type | Description |
| String | The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()The unique id identifying the job.
string job_id = 2;
| Type | Description |
| ByteString | The bytes for jobId. |
getMessage()
public String getMessage()The log message.
string message = 1;
| Type | Description |
| String | The message. |
getMessageBytes()
public ByteString getMessageBytes()The log message.
string message = 1;
| Type | Description |
| ByteString | The bytes for message. |
getRetries()
public int getRetries()The number of retries.
int32 retries = 6;
| Type | Description |
| int | The retries. |
getService()
public JobEvent.Service getService()The service used to execute the job.
.google.cloud.dataplex.v1.JobEvent.Service service = 8;
| Type | Description |
| JobEvent.Service | The service. |
getServiceJob()
public String getServiceJob()The reference to the job within the service.
string service_job = 9;
| Type | Description |
| String | The serviceJob. |
getServiceJobBytes()
public ByteString getServiceJobBytes()The reference to the job within the service.
string service_job = 9;
| Type | Description |
| ByteString | The bytes for serviceJob. |
getServiceValue()
public int getServiceValue()The service used to execute the job.
.google.cloud.dataplex.v1.JobEvent.Service service = 8;
| Type | Description |
| int | The enum numeric value on the wire for service. |
getStartTime()
public Timestamp getStartTime()The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
| Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
| TimestampOrBuilder |
getState()
public JobEvent.State getState()The job state on completion.
.google.cloud.dataplex.v1.JobEvent.State state = 5;
| Type | Description |
| JobEvent.State | The state. |
getStateValue()
public int getStateValue()The job state on completion.
.google.cloud.dataplex.v1.JobEvent.State state = 5;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getType()
public JobEvent.Type getType()The type of the job.
.google.cloud.dataplex.v1.JobEvent.Type type = 7;
| Type | Description |
| JobEvent.Type | The type. |
getTypeValue()
public int getTypeValue()The type of the job.
.google.cloud.dataplex.v1.JobEvent.Type type = 7;
| Type | Description |
| int | The enum numeric value on the wire for type. |
hasEndTime()
public boolean hasEndTime()The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Type | Description |
| boolean | Whether the endTime field is set. |
hasStartTime()
public boolean hasStartTime()The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
| boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeEndTime(Timestamp value)
public JobEvent.Builder mergeEndTime(Timestamp value)The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobEvent.Builder |
mergeFrom(JobEvent other)
public JobEvent.Builder mergeFrom(JobEvent other)| Name | Description |
| other | JobEvent |
| Type | Description |
| JobEvent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| JobEvent.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public JobEvent.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| JobEvent.Builder |
mergeStartTime(Timestamp value)
public JobEvent.Builder mergeStartTime(Timestamp value)The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobEvent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final JobEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobEvent.Builder |
setEndTime(Timestamp value)
public JobEvent.Builder setEndTime(Timestamp value)The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobEvent.Builder |
setEndTime(Timestamp.Builder builderForValue)
public JobEvent.Builder setEndTime(Timestamp.Builder builderForValue)The time when the job ended running.
.google.protobuf.Timestamp end_time = 4;
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| JobEvent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public JobEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobEvent.Builder |
setJobId(String value)
public JobEvent.Builder setJobId(String value)The unique id identifying the job.
string job_id = 2;
| Name | Description |
| value | StringThe jobId to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setJobIdBytes(ByteString value)
public JobEvent.Builder setJobIdBytes(ByteString value)The unique id identifying the job.
string job_id = 2;
| Name | Description |
| value | ByteStringThe bytes for jobId to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setMessage(String value)
public JobEvent.Builder setMessage(String value)The log message.
string message = 1;
| Name | Description |
| value | StringThe message to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setMessageBytes(ByteString value)
public JobEvent.Builder setMessageBytes(ByteString value)The log message.
string message = 1;
| Name | Description |
| value | ByteStringThe bytes for message to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public JobEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| JobEvent.Builder |
setRetries(int value)
public JobEvent.Builder setRetries(int value)The number of retries.
int32 retries = 6;
| Name | Description |
| value | intThe retries to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setService(JobEvent.Service value)
public JobEvent.Builder setService(JobEvent.Service value)The service used to execute the job.
.google.cloud.dataplex.v1.JobEvent.Service service = 8;
| Name | Description |
| value | JobEvent.ServiceThe service to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setServiceJob(String value)
public JobEvent.Builder setServiceJob(String value)The reference to the job within the service.
string service_job = 9;
| Name | Description |
| value | StringThe serviceJob to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setServiceJobBytes(ByteString value)
public JobEvent.Builder setServiceJobBytes(ByteString value)The reference to the job within the service.
string service_job = 9;
| Name | Description |
| value | ByteStringThe bytes for serviceJob to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setServiceValue(int value)
public JobEvent.Builder setServiceValue(int value)The service used to execute the job.
.google.cloud.dataplex.v1.JobEvent.Service service = 8;
| Name | Description |
| value | intThe enum numeric value on the wire for service to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setStartTime(Timestamp value)
public JobEvent.Builder setStartTime(Timestamp value)The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobEvent.Builder |
setStartTime(Timestamp.Builder builderForValue)
public JobEvent.Builder setStartTime(Timestamp.Builder builderForValue)The time when the job started running.
.google.protobuf.Timestamp start_time = 3;
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| JobEvent.Builder |
setState(JobEvent.State value)
public JobEvent.Builder setState(JobEvent.State value)The job state on completion.
.google.cloud.dataplex.v1.JobEvent.State state = 5;
| Name | Description |
| value | JobEvent.StateThe state to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setStateValue(int value)
public JobEvent.Builder setStateValue(int value)The job state on completion.
.google.cloud.dataplex.v1.JobEvent.State state = 5;
| Name | Description |
| value | intThe enum numeric value on the wire for state to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setType(JobEvent.Type value)
public JobEvent.Builder setType(JobEvent.Type value)The type of the job.
.google.cloud.dataplex.v1.JobEvent.Type type = 7;
| Name | Description |
| value | JobEvent.TypeThe type to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setTypeValue(int value)
public JobEvent.Builder setTypeValue(int value)The type of the job.
.google.cloud.dataplex.v1.JobEvent.Type type = 7;
| Name | Description |
| value | intThe enum numeric value on the wire for type to set. |
| Type | Description |
| JobEvent.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final JobEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobEvent.Builder |