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 AutoscalingEventAutoscalingEvent.Builder. build()AutoscalingEventAutoscalingEvent.Builder. buildPartial()AutoscalingEventListJobMessagesResponse.Builder. getAutoscalingEvents(int index)Autoscaling events in ascending timestamp order.AutoscalingEventListJobMessagesResponse. getAutoscalingEvents(int index)Autoscaling events in ascending timestamp order.AutoscalingEventListJobMessagesResponseOrBuilder. getAutoscalingEvents(int index)Autoscaling events in ascending timestamp order.static AutoscalingEventAutoscalingEvent. getDefaultInstance()AutoscalingEventAutoscalingEvent.Builder. getDefaultInstanceForType()AutoscalingEventAutoscalingEvent. getDefaultInstanceForType()static AutoscalingEventAutoscalingEvent. parseDelimitedFrom(InputStream input)static AutoscalingEventAutoscalingEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalingEventAutoscalingEvent. parseFrom(byte[] data)static AutoscalingEventAutoscalingEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalingEventAutoscalingEvent. parseFrom(com.google.protobuf.ByteString data)static AutoscalingEventAutoscalingEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalingEventAutoscalingEvent. parseFrom(com.google.protobuf.CodedInputStream input)static AutoscalingEventAutoscalingEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalingEventAutoscalingEvent. parseFrom(InputStream input)static AutoscalingEventAutoscalingEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalingEventAutoscalingEvent. parseFrom(ByteBuffer data)static AutoscalingEventAutoscalingEvent. 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.BuilderListJobMessagesResponse.Builder. addAutoscalingEvents(int index, AutoscalingEvent value)Autoscaling events in ascending timestamp order.ListJobMessagesResponse.BuilderListJobMessagesResponse.Builder. addAutoscalingEvents(AutoscalingEvent value)Autoscaling events in ascending timestamp order.AutoscalingEvent.BuilderAutoscalingEvent.Builder. mergeFrom(AutoscalingEvent other)static AutoscalingEvent.BuilderAutoscalingEvent. newBuilder(AutoscalingEvent prototype)ListJobMessagesResponse.BuilderListJobMessagesResponse.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.BuilderListJobMessagesResponse.Builder. addAllAutoscalingEvents(Iterable<? extends AutoscalingEvent> values)Autoscaling events in ascending timestamp order.
-