public final class AutoscalingEvent extends GeneratedMessageV3 implements AutoscalingEventOrBuilder
A structured message reporting an autoscaling decision made by the Dataflow
service.
Protobuf type google.dataflow.v1beta3.AutoscalingEvent
Static Fields
CURRENT_NUM_WORKERS_FIELD_NUMBER
public static final int CURRENT_NUM_WORKERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
EVENT_TYPE_FIELD_NUMBER
public static final int EVENT_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TARGET_NUM_WORKERS_FIELD_NUMBER
public static final int TARGET_NUM_WORKERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
WORKER_POOL_FIELD_NUMBER
public static final int WORKER_POOL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static AutoscalingEvent getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AutoscalingEvent.Builder newBuilder()
newBuilder(AutoscalingEvent prototype)
public static AutoscalingEvent.Builder newBuilder(AutoscalingEvent prototype)
public static AutoscalingEvent parseDelimitedFrom(InputStream input)
public static AutoscalingEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AutoscalingEvent parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AutoscalingEvent parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(CodedInputStream input)
public static AutoscalingEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(InputStream input)
public static AutoscalingEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AutoscalingEvent parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AutoscalingEvent> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getCurrentNumWorkers()
public long getCurrentNumWorkers()
The current number of workers the job has.
int64 current_num_workers = 1;
Returns |
---|
Type | Description |
long | The currentNumWorkers.
|
getDefaultInstanceForType()
public AutoscalingEvent getDefaultInstanceForType()
getDescription()
public StructuredMessage getDescription()
A message describing why the system decided to adjust the current
number of workers, why it failed, or why the system decided to
not make any changes to the number of workers.
.google.dataflow.v1beta3.StructuredMessage description = 4;
getDescriptionOrBuilder()
public StructuredMessageOrBuilder getDescriptionOrBuilder()
A message describing why the system decided to adjust the current
number of workers, why it failed, or why the system decided to
not make any changes to the number of workers.
.google.dataflow.v1beta3.StructuredMessage description = 4;
getEventType()
public AutoscalingEvent.AutoscalingEventType getEventType()
The type of autoscaling event to report.
.google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType event_type = 3;
getEventTypeValue()
public int getEventTypeValue()
The type of autoscaling event to report.
.google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType event_type = 3;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for eventType.
|
getParserForType()
public Parser<AutoscalingEvent> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTargetNumWorkers()
public long getTargetNumWorkers()
The target number of workers the worker pool wants to resize to use.
int64 target_num_workers = 2;
Returns |
---|
Type | Description |
long | The targetNumWorkers.
|
getTime()
public Timestamp getTime()
The time this event was emitted to indicate a new target or current
num_workers value.
.google.protobuf.Timestamp time = 5;
getTimeOrBuilder()
public TimestampOrBuilder getTimeOrBuilder()
The time this event was emitted to indicate a new target or current
num_workers value.
.google.protobuf.Timestamp time = 5;
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
getWorkerPool()
public String getWorkerPool()
A short and friendly name for the worker pool this event refers to.
string worker_pool = 7;
Returns |
---|
Type | Description |
String | The workerPool.
|
getWorkerPoolBytes()
public ByteString getWorkerPoolBytes()
A short and friendly name for the worker pool this event refers to.
string worker_pool = 7;
Returns |
---|
Type | Description |
ByteString | The bytes for workerPool.
|
hasDescription()
public boolean hasDescription()
A message describing why the system decided to adjust the current
number of workers, why it failed, or why the system decided to
not make any changes to the number of workers.
.google.dataflow.v1beta3.StructuredMessage description = 4;
Returns |
---|
Type | Description |
boolean | Whether the description field is set.
|
hasTime()
The time this event was emitted to indicate a new target or current
num_workers value.
.google.protobuf.Timestamp time = 5;
Returns |
---|
Type | Description |
boolean | Whether the time field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AutoscalingEvent.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutoscalingEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public AutoscalingEvent.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides