def __init__(self, root_builder_name, **kwargs): """`DenyRebuildBuildEndpointMatcher` constructor. Args: root_builder_name (str): Name of the root builder. """ self.root_builder_name = root_builder_name EndpointMatcherBase.__init__(self, **kwargs)
def __init__(self, **kwargs): EndpointMatcherBase.__init__(self, **kwargs)