- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AutoscalingEventImplements
AutoscalingEventOrBuilderStatic Fields
CURRENT_NUM_WORKERS_FIELD_NUMBER
public static final int CURRENT_NUM_WORKERS_FIELD_NUMBER
Type | Description |
int |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Type | Description |
int |
EVENT_TYPE_FIELD_NUMBER
public static final int EVENT_TYPE_FIELD_NUMBER
Type | Description |
int |
TARGET_NUM_WORKERS_FIELD_NUMBER
public static final int TARGET_NUM_WORKERS_FIELD_NUMBER
Type | Description |
int |
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Type | Description |
int |
WORKER_POOL_FIELD_NUMBER
public static final int WORKER_POOL_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AutoscalingEvent getDefaultInstance()
Type | Description |
AutoscalingEvent |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static AutoscalingEvent.Builder newBuilder()
Type | Description |
AutoscalingEvent.Builder |
newBuilder(AutoscalingEvent prototype)
public static AutoscalingEvent.Builder newBuilder(AutoscalingEvent prototype)
Name | Description |
prototype | AutoscalingEvent |
Type | Description |
AutoscalingEvent.Builder |
parseDelimitedFrom(InputStream input)
public static AutoscalingEvent parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AutoscalingEvent |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AutoscalingEvent |
Type | Description |
IOException |
parseFrom(byte[] data)
public static AutoscalingEvent parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
AutoscalingEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AutoscalingEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AutoscalingEvent parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
AutoscalingEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AutoscalingEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AutoscalingEvent parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
AutoscalingEvent |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AutoscalingEvent |
Type | Description |
IOException |
parseFrom(InputStream input)
public static AutoscalingEvent parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AutoscalingEvent |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AutoscalingEvent |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AutoscalingEvent parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
AutoscalingEvent |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AutoscalingEvent |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AutoscalingEvent> parser()
Type | Description |
Parser<AutoscalingEvent> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCurrentNumWorkers()
public long getCurrentNumWorkers()
The current number of workers the job has.
int64 current_num_workers = 1;
Type | Description |
long | The currentNumWorkers. |
getDefaultInstanceForType()
public AutoscalingEvent getDefaultInstanceForType()
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;
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;
Type | Description |
StructuredMessageOrBuilder |
getEventType()
public AutoscalingEvent.AutoscalingEventType getEventType()
The type of autoscaling event to report.
.google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType event_type = 3;
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;
Type | Description |
int | The enum numeric value on the wire for eventType. |
getParserForType()
public Parser<AutoscalingEvent> getParserForType()
Type | Description |
Parser<AutoscalingEvent> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTargetNumWorkers()
public long getTargetNumWorkers()
The target number of workers the worker pool wants to resize to use.
int64 target_num_workers = 2;
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;
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;
Type | Description |
TimestampOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getWorkerPool()
public String getWorkerPool()
A short and friendly name for the worker pool this event refers to.
string worker_pool = 7;
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;
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;
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;
Type | Description |
boolean | Whether the time 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 AutoscalingEvent.Builder newBuilderForType()
Type | Description |
AutoscalingEvent.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutoscalingEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
AutoscalingEvent.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public AutoscalingEvent.Builder toBuilder()
Type | Description |
AutoscalingEvent.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |