Class AutoscalingEvent (0.46.0)

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()
Returns
Type Description
AutoscalingEvent

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AutoscalingEvent.Builder newBuilder()
Returns
Type Description
AutoscalingEvent.Builder

newBuilder(AutoscalingEvent prototype)

public static AutoscalingEvent.Builder newBuilder(AutoscalingEvent prototype)
Parameter
Name Description
prototype AutoscalingEvent
Returns
Type Description
AutoscalingEvent.Builder

parseDelimitedFrom(InputStream input)

public static AutoscalingEvent parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AutoscalingEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AutoscalingEvent parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AutoscalingEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AutoscalingEvent parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AutoscalingEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AutoscalingEvent parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AutoscalingEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AutoscalingEvent parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AutoscalingEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AutoscalingEvent parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AutoscalingEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingEvent
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AutoscalingEvent> parser()
Returns
Type Description
Parser<AutoscalingEvent>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Type Description
AutoscalingEvent

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
Type Description
StructuredMessage

The description.

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
Type Description
StructuredMessageOrBuilder

getEventType()

public AutoscalingEvent.AutoscalingEventType getEventType()

The type of autoscaling event to report.

.google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType event_type = 3;

Returns
Type Description
AutoscalingEvent.AutoscalingEventType

The eventType.

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
Type Description
Parser<AutoscalingEvent>
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;

Returns
Type Description
Timestamp

The time.

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
Type Description
TimestampOrBuilder

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()

public boolean 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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AutoscalingEvent.Builder newBuilderForType()
Returns
Type Description
AutoscalingEvent.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AutoscalingEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AutoscalingEvent.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AutoscalingEvent.Builder toBuilder()
Returns
Type Description
AutoscalingEvent.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException