- 4.50.0 (latest)
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public final class JobMetadata extends GeneratedMessageV3 implements JobMetadataOrBuilder
Job Operation metadata.
Protobuf type google.cloud.dataproc.v1.JobMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > JobMetadataImplements
JobMetadataOrBuilderStatic Fields
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
Type | Description |
int |
OPERATION_TYPE_FIELD_NUMBER
public static final int OPERATION_TYPE_FIELD_NUMBER
Type | Description |
int |
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Type | Description |
int |
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static JobMetadata getDefaultInstance()
Type | Description |
JobMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static JobMetadata.Builder newBuilder()
Type | Description |
JobMetadata.Builder |
newBuilder(JobMetadata prototype)
public static JobMetadata.Builder newBuilder(JobMetadata prototype)
Name | Description |
prototype | JobMetadata |
Type | Description |
JobMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static JobMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
JobMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static JobMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
JobMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static JobMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
JobMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static JobMetadata parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
JobMetadata |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobMetadata |
Type | Description |
IOException |
parseFrom(InputStream input)
public static JobMetadata parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
JobMetadata |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobMetadata |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static JobMetadata parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
JobMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static JobMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
JobMetadata |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<JobMetadata> parser()
Type | Description |
Parser<JobMetadata> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public JobMetadata getDefaultInstanceForType()
Type | Description |
JobMetadata |
getJobId()
public String getJobId()
Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()
Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for jobId. |
getOperationType()
public String getOperationType()
Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The operationType. |
getOperationTypeBytes()
public ByteString getOperationTypeBytes()
Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for operationType. |
getParserForType()
public Parser<JobMetadata> getParserForType()
Type | Description |
Parser<JobMetadata> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStartTime()
public Timestamp getStartTime()
Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getStatus()
public JobStatus getStatus()
Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
JobStatus | The status. |
getStatusOrBuilder()
public JobStatusOrBuilder getStatusOrBuilder()
Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
JobStatusOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasStartTime()
public boolean hasStartTime()
Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the startTime field is set. |
hasStatus()
public boolean hasStatus()
Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the status field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public JobMetadata.Builder newBuilderForType()
Type | Description |
JobMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected JobMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
JobMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public JobMetadata.Builder toBuilder()
Type | Description |
JobMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |