Uses of Class
com.google.dataflow.v1beta3.AutoscalingEvent
-
Packages that use AutoscalingEvent Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of AutoscalingEvent in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return AutoscalingEvent Modifier and Type Method Description AutoscalingEvent
AutoscalingEvent.Builder. build()
AutoscalingEvent
AutoscalingEvent.Builder. buildPartial()
AutoscalingEvent
ListJobMessagesResponse.Builder. getAutoscalingEvents(int index)
Autoscaling events in ascending timestamp order.AutoscalingEvent
ListJobMessagesResponse. getAutoscalingEvents(int index)
Autoscaling events in ascending timestamp order.AutoscalingEvent
ListJobMessagesResponseOrBuilder. getAutoscalingEvents(int index)
Autoscaling events in ascending timestamp order.static AutoscalingEvent
AutoscalingEvent. getDefaultInstance()
AutoscalingEvent
AutoscalingEvent.Builder. getDefaultInstanceForType()
AutoscalingEvent
AutoscalingEvent. getDefaultInstanceForType()
static AutoscalingEvent
AutoscalingEvent. parseDelimitedFrom(InputStream input)
static AutoscalingEvent
AutoscalingEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalingEvent
AutoscalingEvent. parseFrom(byte[] data)
static AutoscalingEvent
AutoscalingEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalingEvent
AutoscalingEvent. parseFrom(com.google.protobuf.ByteString data)
static AutoscalingEvent
AutoscalingEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalingEvent
AutoscalingEvent. parseFrom(com.google.protobuf.CodedInputStream input)
static AutoscalingEvent
AutoscalingEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalingEvent
AutoscalingEvent. parseFrom(InputStream input)
static AutoscalingEvent
AutoscalingEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalingEvent
AutoscalingEvent. parseFrom(ByteBuffer data)
static AutoscalingEvent
AutoscalingEvent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type AutoscalingEvent Modifier and Type Method Description List<AutoscalingEvent>
ListJobMessagesResponse.Builder. getAutoscalingEventsList()
Autoscaling events in ascending timestamp order.List<AutoscalingEvent>
ListJobMessagesResponse. getAutoscalingEventsList()
Autoscaling events in ascending timestamp order.List<AutoscalingEvent>
ListJobMessagesResponseOrBuilder. getAutoscalingEventsList()
Autoscaling events in ascending timestamp order.com.google.protobuf.Parser<AutoscalingEvent>
AutoscalingEvent. getParserForType()
static com.google.protobuf.Parser<AutoscalingEvent>
AutoscalingEvent. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type AutoscalingEvent Modifier and Type Method Description ListJobMessagesResponse.Builder
ListJobMessagesResponse.Builder. addAutoscalingEvents(int index, AutoscalingEvent value)
Autoscaling events in ascending timestamp order.ListJobMessagesResponse.Builder
ListJobMessagesResponse.Builder. addAutoscalingEvents(AutoscalingEvent value)
Autoscaling events in ascending timestamp order.AutoscalingEvent.Builder
AutoscalingEvent.Builder. mergeFrom(AutoscalingEvent other)
static AutoscalingEvent.Builder
AutoscalingEvent. newBuilder(AutoscalingEvent prototype)
ListJobMessagesResponse.Builder
ListJobMessagesResponse.Builder. setAutoscalingEvents(int index, AutoscalingEvent value)
Autoscaling events in ascending timestamp order.Method parameters in com.google.dataflow.v1beta3 with type arguments of type AutoscalingEvent Modifier and Type Method Description ListJobMessagesResponse.Builder
ListJobMessagesResponse.Builder. addAllAutoscalingEvents(Iterable<? extends AutoscalingEvent> values)
Autoscaling events in ascending timestamp order.
-