public static interface BeamFnApi.ProcessBundleResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BeamFnApi.Metrics |
getMetrics()
(Optional) If metrics reporting is supported by the SDK, this represents
the final metrics to record for this bundle.
|
BeamFnApi.MetricsOrBuilder |
getMetricsOrBuilder()
(Optional) If metrics reporting is supported by the SDK, this represents
the final metrics to record for this bundle.
|
boolean |
hasMetrics()
(Optional) If metrics reporting is supported by the SDK, this represents
the final metrics to record for this bundle.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetrics()
(Optional) If metrics reporting is supported by the SDK, this represents the final metrics to record for this bundle.
.org.apache.beam.fn.v1.Metrics metrics = 1;BeamFnApi.Metrics getMetrics()
(Optional) If metrics reporting is supported by the SDK, this represents the final metrics to record for this bundle.
.org.apache.beam.fn.v1.Metrics metrics = 1;BeamFnApi.MetricsOrBuilder getMetricsOrBuilder()
(Optional) If metrics reporting is supported by the SDK, this represents the final metrics to record for this bundle.
.org.apache.beam.fn.v1.Metrics metrics = 1;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.