public final class WorkerDetails extends GeneratedMessage implements WorkerDetailsOrBuilderInformation about a worker
Protobuf type google.dataflow.v1beta3.WorkerDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > WorkerDetailsImplements
WorkerDetailsOrBuilderStatic Fields
WORKER_NAME_FIELD_NUMBER
public static final int WORKER_NAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
WORK_ITEMS_FIELD_NUMBER
public static final int WORK_ITEMS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static WorkerDetails getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static WorkerDetails.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
WorkerDetails.Builder |
|
newBuilder(WorkerDetails prototype)
public static WorkerDetails.Builder newBuilder(WorkerDetails prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
WorkerDetails |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails.Builder |
|
parseDelimitedFrom(InputStream input)
public static WorkerDetails parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static WorkerDetails parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkerDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static WorkerDetails parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkerDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static WorkerDetails parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static WorkerDetails parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkerDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static WorkerDetails parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkerDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<WorkerDetails> parser()| Returns | |
|---|---|
| Type | Description |
Parser<WorkerDetails> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public WorkerDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WorkerDetails |
|
getParserForType()
public Parser<WorkerDetails> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<WorkerDetails> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getWorkItems(int index)
public WorkItemDetails getWorkItems(int index)Work items processed by this worker, sorted by time.
repeated .google.dataflow.v1beta3.WorkItemDetails work_items = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WorkItemDetails |
|
getWorkItemsCount()
public int getWorkItemsCount()Work items processed by this worker, sorted by time.
repeated .google.dataflow.v1beta3.WorkItemDetails work_items = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWorkItemsList()
public List<WorkItemDetails> getWorkItemsList()Work items processed by this worker, sorted by time.
repeated .google.dataflow.v1beta3.WorkItemDetails work_items = 2;
| Returns | |
|---|---|
| Type | Description |
List<WorkItemDetails> |
|
getWorkItemsOrBuilder(int index)
public WorkItemDetailsOrBuilder getWorkItemsOrBuilder(int index)Work items processed by this worker, sorted by time.
repeated .google.dataflow.v1beta3.WorkItemDetails work_items = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WorkItemDetailsOrBuilder |
|
getWorkItemsOrBuilderList()
public List<? extends WorkItemDetailsOrBuilder> getWorkItemsOrBuilderList()Work items processed by this worker, sorted by time.
repeated .google.dataflow.v1beta3.WorkItemDetails work_items = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.dataflow.v1beta3.WorkItemDetailsOrBuilder> |
|
getWorkerName()
public String getWorkerName()Name of this worker
string worker_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The workerName. |
getWorkerNameBytes()
public ByteString getWorkerNameBytes()Name of this worker
string worker_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workerName. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public WorkerDetails.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
WorkerDetails.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected WorkerDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
WorkerDetails.Builder |
|
toBuilder()
public WorkerDetails.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
WorkerDetails.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|