Uses of Interface
com.google.dataflow.v1beta3.AutoscalingEventOrBuilder
-
Packages that use AutoscalingEventOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of AutoscalingEventOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement AutoscalingEventOrBuilder Modifier and Type Class Description class
AutoscalingEvent
A structured message reporting an autoscaling decision made by the Dataflow service.static class
AutoscalingEvent.Builder
A structured message reporting an autoscaling decision made by the Dataflow service.Methods in com.google.dataflow.v1beta3 that return AutoscalingEventOrBuilder Modifier and Type Method Description AutoscalingEventOrBuilder
ListJobMessagesResponse.Builder. getAutoscalingEventsOrBuilder(int index)
Autoscaling events in ascending timestamp order.AutoscalingEventOrBuilder
ListJobMessagesResponse. getAutoscalingEventsOrBuilder(int index)
Autoscaling events in ascending timestamp order.AutoscalingEventOrBuilder
ListJobMessagesResponseOrBuilder. getAutoscalingEventsOrBuilder(int index)
Autoscaling events in ascending timestamp order.Methods in com.google.dataflow.v1beta3 that return types with arguments of type AutoscalingEventOrBuilder Modifier and Type Method Description List<? extends AutoscalingEventOrBuilder>
ListJobMessagesResponse.Builder. getAutoscalingEventsOrBuilderList()
Autoscaling events in ascending timestamp order.List<? extends AutoscalingEventOrBuilder>
ListJobMessagesResponse. getAutoscalingEventsOrBuilderList()
Autoscaling events in ascending timestamp order.List<? extends AutoscalingEventOrBuilder>
ListJobMessagesResponseOrBuilder. getAutoscalingEventsOrBuilderList()
Autoscaling events in ascending timestamp order.
-