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
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
EVENT_TYPE_FIELD_NUMBER
public static final int EVENT_TYPE_FIELD_NUMBER
Field Value
TARGET_NUM_WORKERS_FIELD_NUMBER
public static final int TARGET_NUM_WORKERS_FIELD_NUMBER
Field Value
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Field Value
WORKER_POOL_FIELD_NUMBER
public static final int WORKER_POOL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AutoscalingEvent getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AutoscalingEvent.Builder newBuilder()
Returns
newBuilder(AutoscalingEvent prototype)
public static AutoscalingEvent.Builder newBuilder(AutoscalingEvent prototype)
Parameter
Returns
public static AutoscalingEvent parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AutoscalingEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AutoscalingEvent parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AutoscalingEvent parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalingEvent parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AutoscalingEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalingEvent parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AutoscalingEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AutoscalingEvent parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AutoscalingEvent> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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()
Returns
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;
Returns
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;
Returns
getEventType()
public AutoscalingEvent.AutoscalingEventType getEventType()
The type of autoscaling event to report.
.google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType event_type = 3;
Returns
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()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
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;
Returns
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;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AutoscalingEvent.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutoscalingEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AutoscalingEvent.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions