class Google::Cloud::Config

def self.deferred &block

Other tags:
    Private: -
def self.deferred &block
  DeferredValue.new(&block)
end