Source code for apache_beam.portability.api.beam_artifact_api_pb2_urns

from ..utils import PropertiesFromEnumValue
from . import metrics_pb2
EMPTY_MONITORING_INFO_LABEL_PROPS = metrics_pb2.MonitoringInfoLabelProps()
EMPTY_MONITORING_INFO_SPEC = metrics_pb2.MonitoringInfoSpec()

[docs]class CommitManifestResponse(object):
[docs] class Constants(object): NO_ARTIFACTS_STAGED_TOKEN = PropertiesFromEnumValue(u'', u'__no_artifacts_staged__', EMPTY_MONITORING_INFO_SPEC, EMPTY_MONITORING_INFO_LABEL_PROPS)